summaryrefslogtreecommitdiff
path: root/keama/dhcp3/folder.dhcpd/wvmodis.dhcpd
blob: 0a0598bdb68899f2f169bab59ed497f7050d2cea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# wvmodis DHCPD Config File.
# Generated 2012-04-13-11:30 with gendhcpd.pl by District WVU.

shared-network wvmodis {
    authoritative;

# WANIP for wvmodis not configured

#dhcpd-snmp=wvmodis-cust0,66.253.232.21-66.253.235.254
    subnet 66.253.232.0 netmask 255.255.252.0 {
        option routers 66.253.232.1;
        option subnet-mask 255.255.252.0;
        option broadcast-address 66.253.235.255;
        option domain-name "client.pavlovmedia.net";
        option domain-name-servers 66.253.214.16, 50.30.184.16;
        #default-lease-time dTlease0;
        #max-lease-time mdTlease0;
        pool {
            failover peer "NATIONAL";
            deny members of "ruckus";
            deny dynamic bootp clients;
            range 66.253.232.21 66.253.235.254;
        }
	# Office Router Update
        host 66-253-232-8 {
            hardware ethernet 00:d0:cf:14:a8:af;
            fixed-address 66.253.232.8;
        }
	# Office Router
        host 66-253-235-9 {
            hardware ethernet 00:12:a9:0a:3f:8d;
            fixed-address 66.253.235.9;
        }
        #Slingbox
        host 66-253-232-10 {
            hardware ethernet 00:13:B6:0E:37:79;
            fixed-address 66.253.232.10;
        }	
    }

#dhcpd-snmp=wvmodis-cust1,66.253.242.3-66.253.243.254
    subnet 66.253.242.0 netmask 255.255.254.0 {
        option routers 66.253.242.1;
        option subnet-mask 255.255.254.0;
        option broadcast-address 66.253.243.255;
        option domain-name "client.pavlovmedia.net";
        option domain-name-servers 66.253.214.16, 50.30.184.16;
        #default-lease-time dTlease0;
        #max-lease-time mdTlease0;
        pool {
            failover peer "NATIONAL";
            deny members of "ruckus";
            deny dynamic bootp clients;
            range 66.253.242.3 66.253.243.254;
        }
    }

    subnet 10.149.48.0 netmask 255.255.255.0 {
        }
    
    subnet 10.149.49.0 netmask 255.255.255.0 {
    }
    
#dhcpd-snmp=wvmodis-ruckus,10.149.50.100-10.149.50.239
        subnet 10.149.50.0 netmask 255.255.255.0 {
            option routers 10.149.50.1;
            option subnet-mask 255.255.255.0;
            option broadcast-address 10.149.50.255;
            pool {
                failover peer "NATIONAL";
                allow members of "ruckus";
                deny dynamic bootp clients;
                #default-lease-time dTruk;
                #max-lease-time mdTruk;
                range 10.149.50.100 10.149.50.239;
            }
        }
}