summaryrefslogtreecommitdiff
path: root/keama/tests/dhcp3/folder.dhcpd/txarmid.dhcpd
diff options
context:
space:
mode:
Diffstat (limited to 'keama/tests/dhcp3/folder.dhcpd/txarmid.dhcpd')
-rw-r--r--keama/tests/dhcp3/folder.dhcpd/txarmid.dhcpd55
1 files changed, 0 insertions, 55 deletions
diff --git a/keama/tests/dhcp3/folder.dhcpd/txarmid.dhcpd b/keama/tests/dhcp3/folder.dhcpd/txarmid.dhcpd
deleted file mode 100644
index b317c771..00000000
--- a/keama/tests/dhcp3/folder.dhcpd/txarmid.dhcpd
+++ /dev/null
@@ -1,55 +0,0 @@
-# txarmid DHCPD Config File.
-# Generated 2012-02-22-16:29 with gendhcpd.pl by The Midtown.
-
-shared-network txarmid {
- authoritative;
-
-# include "/etc/dhcp3/folder.dhcpd/events.dhcpd";
-
-# WANIP for txarmid not configured
-
-#dhcpd-snmp=txarmid-cust0,50.30.220.21-50.30.223.254
- subnet 50.30.220.0 netmask 255.255.252.0 {
- option routers 50.30.220.1;
- option subnet-mask 255.255.252.0;
- option broadcast-address 50.30.223.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.220.21 50.30.223.254;
- }
- }
-
- subnet 10.153.20.0 netmask 255.255.255.0 {
- }
-
- subnet 10.153.21.0 netmask 255.255.255.0 {
- }
- # DRE
- host 50-30-220-17 {
- hardware ethernet 00:00:24:c8:33:04;
- fixed-address 50.30.220.17;
- }
-#dhcpd-snmp=txarmid-ruckus,10.153.22.100-10.153.22.239
- subnet 10.153.22.0 netmask 255.255.255.0 {
- option routers 10.153.22.1;
- option subnet-mask 255.255.255.0;
- option broadcast-address 10.153.22.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.153.22.100 10.153.22.239;
- }
- }
-}