summaryrefslogtreecommitdiff
path: root/keama/tests/dhcp3/folder.dhcpd/njencom.dhcpd
diff options
context:
space:
mode:
Diffstat (limited to 'keama/tests/dhcp3/folder.dhcpd/njencom.dhcpd')
-rw-r--r--keama/tests/dhcp3/folder.dhcpd/njencom.dhcpd80
1 files changed, 80 insertions, 0 deletions
diff --git a/keama/tests/dhcp3/folder.dhcpd/njencom.dhcpd b/keama/tests/dhcp3/folder.dhcpd/njencom.dhcpd
new file mode 100644
index 00000000..ebb2e18b
--- /dev/null
+++ b/keama/tests/dhcp3/folder.dhcpd/njencom.dhcpd
@@ -0,0 +1,80 @@
+# njencom DHCPD Config File.
+# Generated 2012-05-14-12:05 with gendhcpd.pl by Brownstones at Englewood South.
+
+shared-network njencom {
+ authoritative;
+
+# WANIP for njencom not configured
+
+#dhcpd-snmp=njencom-cust0,68.180.108.21-68.180.109.254
+ subnet 68.180.108.0 netmask 255.255.254.0 {
+ option routers 68.180.108.1;
+ option subnet-mask 255.255.254.0;
+ option broadcast-address 68.180.109.255;
+ option domain-name "client.pavlovmedia.net";
+ option domain-name-servers 66.253.214.16, 50.30.184.16;
+ #default-lease-time dTlease0;
+ #max-lease-time mdTlease0;
+ pool {
+ failover peer "NATIONAL";
+ deny members of "ruckus";
+ deny dynamic bootp clients;
+ range 68.180.109.150 68.180.109.254;
+ }
+ # Office
+ host 68-180-108-8 {
+ hardware ethernet 00:1f:33:24:a5:7f;
+ fixed-address 68.180.108.8;
+ }
+ # Buzzuto - Security Camera
+ host 68-180-109-254 {
+ hardware ethernet 2C:B0:5D:27:E1:D7;
+ fixed-address 68.180.109.254;
+ }
+
+ # Slingbox
+ host 68-180-108-10 {
+ hardware ethernet 00:13:b6:08:1d:db;
+ fixed-address 68.180.108.10;
+ }
+# include "/etc/dhcp3/dhcp_hosts/njencom.hosts";
+ }
+
+#dhcpd-snmp=njencom-cust1,173.230.54.3-173.230.54.254
+ subnet 173.230.54.0 netmask 255.255.255.0 {
+ option routers 173.230.54.1;
+ option subnet-mask 255.255.255.0;
+ option broadcast-address 173.230.54.255;
+ option domain-name "client.pavlovmedia.net";
+ option domain-name-servers 66.253.214.16, 50.30.184.16;
+ #default-lease-time dTlease0;
+ #max-lease-time mdTlease0;
+ pool {
+ failover peer "NATIONAL";
+ deny members of "ruckus";
+ deny dynamic bootp clients;
+ range 173.230.54.3 173.230.54.254;
+ }
+ }
+
+ subnet 10.146.152.0 netmask 255.255.255.0 {
+ }
+
+ subnet 10.146.153.0 netmask 255.255.255.0 {
+ }
+
+#dhcpd-snmp=njencom-ruckus,10.146.154.100-10.146.154.239
+ subnet 10.146.154.0 netmask 255.255.255.0 {
+ option routers 10.146.154.1;
+ option subnet-mask 255.255.255.0;
+ option broadcast-address 10.146.154.255;
+ pool {
+ failover peer "NATIONAL";
+ allow members of "ruckus";
+ deny dynamic bootp clients;
+ #default-lease-time dTruk;
+ #max-lease-time mdTruk;
+ range 10.146.154.100 10.146.154.239;
+ }
+ }
+}