summaryrefslogtreecommitdiff
path: root/keama/tests/dhcp3/folder.dhcpd/nynyclp.dhcpd
diff options
context:
space:
mode:
Diffstat (limited to 'keama/tests/dhcp3/folder.dhcpd/nynyclp.dhcpd')
-rw-r--r--keama/tests/dhcp3/folder.dhcpd/nynyclp.dhcpd51
1 files changed, 0 insertions, 51 deletions
diff --git a/keama/tests/dhcp3/folder.dhcpd/nynyclp.dhcpd b/keama/tests/dhcp3/folder.dhcpd/nynyclp.dhcpd
deleted file mode 100644
index 39ef8450..00000000
--- a/keama/tests/dhcp3/folder.dhcpd/nynyclp.dhcpd
+++ /dev/null
@@ -1,51 +0,0 @@
-# nynyclp DHCPD Config File.
-# Generated 2012-05-15-13:35 with gendhcpd.pl by Mercedes House.
-
-shared-network nynyclp {
- authoritative;
-
-# include "/etc/dhcp3/folder.dhcpd/events.dhcpd";
-
-# WANIP for nynyclp not configured
-
-#dhcpd-snmp=nynyclp-cust0,50.30.200.21-50.30.203.254
- subnet 50.30.200.0 netmask 255.255.252.0 {
- option routers 50.30.200.1;
- option subnet-mask 255.255.252.0;
- option broadcast-address 50.30.203.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.200.21 50.30.203.254;
- }
- }
-
- subnet 10.146.212.0 netmask 255.255.255.0 {
- }
-
- subnet 10.146.213.0 netmask 255.255.255.0 {
- }
-
-#dhcpd-snmp=nynyclp-ruckus,10.146.214.100-10.146.214.239
- subnet 10.146.214.0 netmask 255.255.255.0 {
- option routers 10.146.214.1;
- option subnet-mask 255.255.255.0;
- option broadcast-address 10.146.214.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.146.214.100 10.146.214.239;
- }
- }
-}