summaryrefslogtreecommitdiff
path: root/keama/tests/dhcp3/folder.dhcpd/ilcu3rd.dhcpd
diff options
context:
space:
mode:
Diffstat (limited to 'keama/tests/dhcp3/folder.dhcpd/ilcu3rd.dhcpd')
-rw-r--r--keama/tests/dhcp3/folder.dhcpd/ilcu3rd.dhcpd106
1 files changed, 106 insertions, 0 deletions
diff --git a/keama/tests/dhcp3/folder.dhcpd/ilcu3rd.dhcpd b/keama/tests/dhcp3/folder.dhcpd/ilcu3rd.dhcpd
new file mode 100644
index 00000000..972178d2
--- /dev/null
+++ b/keama/tests/dhcp3/folder.dhcpd/ilcu3rd.dhcpd
@@ -0,0 +1,106 @@
+# ilcu3rd DHCPD Config File.
+# Generated 2012-08-15-09:44 with gendhcpd.pl by Tower on Third.
+
+shared-network ilcu3rd {
+ authoritative;
+
+# include "/etc/dhcp3/folder.dhcpd/events.dhcpd";
+
+# WANIP for ilcu3rd not configured
+
+#dhcpd-snmp=ilcu3rd-cust0,216.171.8.21-216.171.9.223
+ subnet 216.171.8.0 netmask 255.255.254.0 {
+ option routers 216.171.8.1;
+ option subnet-mask 255.255.254.0;
+ option broadcast-address 216.171.9.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 216.171.8.21 216.171.9.223;
+ }
+
+ #Router Lab
+ host 216-171-9-151 {
+ hardware ethernet 00:16:01:9a:2d:54;
+ fixed-address 216.171.9.151;
+ }
+
+ #Router Office
+ host 216-171-8-8 {
+ hardware ethernet 00:16:b6:ca:3b:28;
+ fixed-address 216.171.8.8;
+ }
+
+ #WXGoose
+ host 216-171-8-2 {
+ hardware ethernet 00:40:9d:2a:20:13;
+ fixed-address 216.171.8.2;
+ }
+
+ }
+
+
+#dhcp=snmp=ilcu3rd-cust2,66.253.193.2-66.253.193.254
+ subnet 66.253.193.0 netmask 255.255.255.0 {
+ option routers 66.253.193.1;
+ option subnet-mask 255.255.255.0;
+ option broadcast-address 255.255.255.0;
+ 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 66.253.193.2 66.253.193.254;
+ }
+
+ }
+
+
+
+#dhcp=snmp=ilcu3rd-cust3,216.171.27.2-216.171.27.254
+ subnet 216.171.27.0 netmask 255.255.255.0 {
+ option routers 216.171.27.1;
+ option subnet-mask 255.255.255.0;
+ option broadcast-address 255.255.255.0;
+ 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 216.171.27.2 216.171.27.254;
+ }
+ }
+
+#dhcpd-snmp=ilcu3rd-ruckus,10.151.10.100-10.151.10.239
+ subnet 10.151.10.0 netmask 255.255.255.0 {
+ option routers 10.151.10.1;
+ option subnet-mask 255.255.255.0;
+ option broadcast-address 10.151.10.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.151.10.50 10.151.10.239;
+ }
+ }
+}