summaryrefslogtreecommitdiff
path: root/keama/tests/dhcp3/folder.dhcpd/inbluco.dhcpd
diff options
context:
space:
mode:
Diffstat (limited to 'keama/tests/dhcp3/folder.dhcpd/inbluco.dhcpd')
-rw-r--r--keama/tests/dhcp3/folder.dhcpd/inbluco.dhcpd56
1 files changed, 56 insertions, 0 deletions
diff --git a/keama/tests/dhcp3/folder.dhcpd/inbluco.dhcpd b/keama/tests/dhcp3/folder.dhcpd/inbluco.dhcpd
new file mode 100644
index 00000000..e0b56816
--- /dev/null
+++ b/keama/tests/dhcp3/folder.dhcpd/inbluco.dhcpd
@@ -0,0 +1,56 @@
+# inbluco DHCPD Config File.
+# Generated 2012-03-14-09:49 with gendhcpd.pl by Campus Corner Bloomington.
+
+shared-network inbluco {
+ authoritative;
+
+# include "/etc/dhcp3/folder.dhcpd/events.dhcpd";
+
+# WANIP for inbluco not configured
+
+#dhcpd-snmp=inbluco-cust0,173.230.72.21-173.230.75.254
+ subnet 173.230.72.0 netmask 255.255.252.0 {
+ option routers 173.230.72.1;
+ option subnet-mask 255.255.252.0;
+ option broadcast-address 173.230.75.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 173.230.72.21 173.230.75.254;
+ }
+ # Office-Lab
+ host 173-230-73-66 {
+ hardware ethernet 00:0f:66:de:90:a0;
+ fixed-address 173.230.73.66;
+ }
+ }
+
+ subnet 10.150.4.0 netmask 255.255.255.0 {
+ }
+
+ subnet 10.150.5.0 netmask 255.255.255.0 {
+ }
+
+#dhcpd-snmp=inbluco-ruckus,10.150.6.100-10.150.6.239
+ subnet 10.150.6.0 netmask 255.255.255.0 {
+ option routers 10.150.6.1;
+ option subnet-mask 255.255.255.0;
+ option broadcast-address 10.150.6.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.150.6.100 10.150.6.239;
+ }
+ }
+}