summaryrefslogtreecommitdiff
path: root/keama/tests/dhcp3/folder.dhcpd/txlugro.dhcpd
diff options
context:
space:
mode:
Diffstat (limited to 'keama/tests/dhcp3/folder.dhcpd/txlugro.dhcpd')
-rw-r--r--keama/tests/dhcp3/folder.dhcpd/txlugro.dhcpd56
1 files changed, 0 insertions, 56 deletions
diff --git a/keama/tests/dhcp3/folder.dhcpd/txlugro.dhcpd b/keama/tests/dhcp3/folder.dhcpd/txlugro.dhcpd
deleted file mode 100644
index 8587b984..00000000
--- a/keama/tests/dhcp3/folder.dhcpd/txlugro.dhcpd
+++ /dev/null
@@ -1,56 +0,0 @@
-# txlugro DHCPD Config File.
-# Generated 2012-08-04-16:58 with gendhcpd.pl by Grove Lubbock.
-
-shared-network txlugro {
- authoritative;
-
-# WANIP for txlugro not configured
-
-#dhcpd-snmp=txlugro-cust0,68.180.14.21-68.180.15.254
- subnet 68.180.14.0 netmask 255.255.254.0 {
- option routers 68.180.14.1;
- option subnet-mask 255.255.254.0;
- option broadcast-address 68.180.15.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 68.180.14.21 68.180.15.254;
- }
-
- #lab router
- host 68-180-14-9 {
- hardware ethernet 74:44:01:3f:59:c9;
- fixed-address 68.180.14.9;
- }
-
- }
-
- subnet 10.144.100.0 netmask 255.255.255.0 {
- }
-
- subnet 10.144.101.0 netmask 255.255.255.0 {
- }
-
-#dhcpd-snmp=txlugro-ruckus,10.144.102.100-10.144.102.239
- subnet 10.144.102.0 netmask 255.255.255.0 {
- option routers 10.144.102.1;
- option subnet-mask 255.255.255.0;
- option broadcast-address 10.144.102.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.102.100 10.144.102.239;
- }
- }
-}