summaryrefslogtreecommitdiff
path: root/keama/tests/dhcp3/folder.dhcpd/ncgrpir.dhcpd
blob: 26c1fae87e5963716bd2e20ee6b08680d72dea8d (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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
# ncgrpir DHCPD Config File.
# Generated 2012-08-06-10:25 with gendhcpd.pl by Pirates Cove.

shared-network ncgrpir {
    authoritative;

#  include "/etc/dhcp3/folder.dhcpd/events.dhcpd";

# WANIP for ncgrpir not configured

#dhcpd-snmp=ncgrpir-cust0,50.30.240.21-50.30.243.254
    subnet 50.30.240.0 netmask 255.255.252.0 {
        option routers 50.30.240.1;
        option subnet-mask 255.255.252.0;
        option broadcast-address 50.30.243.255;
        option domain-name "client.pavlovmedia.net";
        option domain-name-servers 66.253.214.16, 50.30.184.16;
        default-lease-time 14400;
        max-lease-time 28800;
	min-lease-time 3600;
        pool {
            failover peer "NATIONAL";
            deny members of "ruckus";
            deny members of "ubnt";
            deny dynamic bootp clients;
            range 50.30.240.21 50.30.243.254;
        }
	#DVR1
	host 50-30-240-170 {
		hardware ethernet 00:27:0e:28:18:9e;
		fixed-address 50.30.240.170;
	}
        #DVR2
        host 50-30-240-169 {
                hardware ethernet 00:27:0e:28:14:91;
                fixed-address 50.30.240.169;
        }
        #Zap2It
        host 50-30-240-20 {
                hardware ethernet 00:0f:ea:65:ba:03;
                fixed-address 50.30.240.20;
        }
        #LabRouter
        host 50-30-240-13 {
                hardware ethernet 00:0c:41:b7:7c:0b;
                fixed-address 50.30.240.13;
        }
        #Slingbox
        host 50-30-240-10 {
                hardware ethernet 00:13:b6:0b:fa:79;
                fixed-address 50.30.240.10;
        }
        #LabComputer
        host 50-30-240-9 {
                hardware ethernet 00:21:29:71:e5:48;
                fixed-address 50.30.240.9;
        }
        #OfficeRouter
        host 50-30-240-8 {
                hardware ethernet 00:01:cf:6f:54:cf;
                fixed-address 50.30.240.8;
        }



    }

#dhcpd-snmp=ncgrpir-cust1,50.30.246.3-50.30.246.254
    subnet 50.30.246.0 netmask 255.255.255.0 {
        option routers 50.30.246.1;
        option subnet-mask 255.255.255.0;
        option broadcast-address 50.30.246.255;
        option domain-name "client.pavlovmedia.net";
        option domain-name-servers 66.253.214.16, 50.30.184.16;
        default-lease-time 14400;
        max-lease-time 28800;
	min-lease-time 3600;
        pool {
            failover peer "NATIONAL";
            deny members of "ruckus";
            deny members of "ubnt";
            deny dynamic bootp clients;
            range 50.30.246.3 50.30.246.254;
        }
    }

    subnet 10.144.0.0 netmask 255.255.255.0 {
        }
    
    subnet 10.144.1.0 netmask 255.255.255.0 {
    }
    
#dhcpd-snmp=ncgrpir-ruckus,10.144.2.100-10.144.2.239
        subnet 10.144.2.0 netmask 255.255.255.0 {
            option routers 10.144.2.1;
            option subnet-mask 255.255.255.0;
            option broadcast-address 10.144.2.255;
            pool {
                failover peer "NATIONAL";
                allow members of "ruckus";
                allow members of "ubnt";
                deny dynamic bootp clients;
                #default-lease-time dTruk;
                #max-lease-time mdTruk;
                range 10.144.2.100 10.144.2.239;
            }
	#NorthAP
	host 10-144-2-17 {
		hardware ethernet c4:10:8a:35:7a:70;
		fixed-address 10.144.2.17;
	}
	#SouthAP
	host 10-144-2-16 {
		hardware ethernet c4:10:8a:35:64:90;
		fixed-address 10.144.2.16;
	}
	#EastAP
	host 10-144-2-13 {
		hardware ethernet c4:10:8a:35:7f:00;
		fixed-address 10.144.2.13;
	}
	#WestAP
	host 10-144-2-12 {
		hardware ethernet c4:10:8a:35:7b:20;
		fixed-address 10.144.2.12;
	}
	#ClubhouseAP
	host 10-144-2-11 {
		hardware ethernet c4:10:8a:35:6a:40;
		fixed-address 10.144.2.11;
	}
	#LabAP
	host 10-144-2-10 {
		hardware ethernet c4:10:8a:35:7e:b0;
		fixed-address 10.144.2.10;
	}








        }

}