diff options
author | Francis Dupont <fdupont@isc.org> | 2017-05-05 10:16:35 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2018-11-29 16:42:20 +0100 |
commit | 57ed7d35d441d5bc1bd5fd2795fc4739ac892cf6 (patch) | |
tree | 9036ebc82b50ea4023af0c85c5a383d5bbf36b9a /keama/tests/dhcp3/folder.dhcpd/ilcu110ejohn.dhcpd | |
parent | d020e2509ddf08ed279b76c01b9218729282fe68 (diff) | |
download | isc-dhcp-57ed7d35d441d5bc1bd5fd2795fc4739ac892cf6.tar.gz |
Chekpoint (rewrote option, almost added directives, added samples)
Diffstat (limited to 'keama/tests/dhcp3/folder.dhcpd/ilcu110ejohn.dhcpd')
-rw-r--r-- | keama/tests/dhcp3/folder.dhcpd/ilcu110ejohn.dhcpd | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/keama/tests/dhcp3/folder.dhcpd/ilcu110ejohn.dhcpd b/keama/tests/dhcp3/folder.dhcpd/ilcu110ejohn.dhcpd new file mode 100644 index 00000000..d2dd1aad --- /dev/null +++ b/keama/tests/dhcp3/folder.dhcpd/ilcu110ejohn.dhcpd @@ -0,0 +1,64 @@ +# ilcu110ejohn DHCPD Config File. +# Generated 2012-08-13-15:17 with gendhcpd.pl by 110 E John. + +shared-network ilcu110ejohn { + authoritative; + +# include "/etc/dhcp3/folder.dhcpd/events.dhcpd"; + +# WANIP for ilcu110ejohn not configured + +#dhcpd-snmp=ilcu110ejohn-cust0,173.230.8.133-173.230.8.142 + subnet 173.230.8.128 netmask 255.255.255.240 { + option routers 173.230.8.129; + option subnet-mask 255.255.255.240; + option broadcast-address 173.230.8.143; + 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.8.133 173.230.8.142; + } + } + +#dhcpd-snmp=ilcu110ejohn-cust1,96.63.203.147-96.63.203.158 + subnet 96.63.203.144 netmask 255.255.255.240 { + option routers 96.63.203.145; + option subnet-mask 255.255.255.240; + option broadcast-address 96.63.203.159; + 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 96.63.203.147 96.63.203.158; + } + } + +#dhcpd-snmp=ilcu110ejohn-ruckus,10.159.236.100-10.159.236.239 + subnet 10.159.236.0 netmask 255.255.255.0 { + option routers 10.159.236.1; + option subnet-mask 255.255.255.0; + option broadcast-address 10.159.236.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.159.236.100 10.159.236.239; + } + } +} |