summaryrefslogtreecommitdiff
path: root/keama/tests/dhcp3/folder.dhcpd/oknougr.dhcpd
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2017-05-05 10:16:35 +0200
committerFrancis Dupont <fdupont@isc.org>2018-11-29 16:42:20 +0100
commit57ed7d35d441d5bc1bd5fd2795fc4739ac892cf6 (patch)
tree9036ebc82b50ea4023af0c85c5a383d5bbf36b9a /keama/tests/dhcp3/folder.dhcpd/oknougr.dhcpd
parentd020e2509ddf08ed279b76c01b9218729282fe68 (diff)
downloadisc-dhcp-57ed7d35d441d5bc1bd5fd2795fc4739ac892cf6.tar.gz
Chekpoint (rewrote option, almost added directives, added samples)
Diffstat (limited to 'keama/tests/dhcp3/folder.dhcpd/oknougr.dhcpd')
-rw-r--r--keama/tests/dhcp3/folder.dhcpd/oknougr.dhcpd70
1 files changed, 70 insertions, 0 deletions
diff --git a/keama/tests/dhcp3/folder.dhcpd/oknougr.dhcpd b/keama/tests/dhcp3/folder.dhcpd/oknougr.dhcpd
new file mode 100644
index 00000000..91071443
--- /dev/null
+++ b/keama/tests/dhcp3/folder.dhcpd/oknougr.dhcpd
@@ -0,0 +1,70 @@
+# oknougr DHCPD Config File.
+# Generated 2012-07-27-11:00 with gendhcpd.pl by University Greens.
+
+shared-network oknougr {
+ authoritative;
+
+# include "/etc/dhcp3/folder.dhcpd/events.dhcpd";
+
+# WANIP for oknougr not configured
+
+#dhcpd-snmp=oknougr-cust0,50.30.170.21-50.30.171.254
+ subnet 50.30.170.0 netmask 255.255.254.0 {
+ option routers 50.30.170.1;
+ option subnet-mask 255.255.254.0;
+ option broadcast-address 50.30.171.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.170.21 50.30.171.254;
+ }
+ }
+
+#dhcpd-snmp=oknougr-cust1,50.30.180.3-50.30.181.254
+ subnet 50.30.180.0 netmask 255.255.254.0 {
+ option routers 50.30.180.1;
+ option subnet-mask 255.255.254.0;
+ option broadcast-address 50.30.181.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.180.3 50.30.181.254;
+ }
+ }
+
+ subnet 10.144.128.0 netmask 255.255.255.0 {
+ }
+
+ subnet 10.144.129.0 netmask 255.255.255.0 {
+ }
+
+#dhcpd-snmp=oknougr-ruckus,10.144.130.100-10.144.130.239
+ subnet 10.144.130.0 netmask 255.255.255.0 {
+ option routers 10.144.130.1;
+ option subnet-mask 255.255.255.0;
+ option broadcast-address 10.144.130.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.130.100 10.144.130.239;
+ }
+ }
+}