# top-level DHCP configuration failover peer "DHCP-W" { primary; address 128.174.204.220; peer address 128.174.204.193; max-response-delay 60; max-unacked-updates 10; load balance max seconds 3; mclt 1800; # primary only split 128; # primary only } # listen for unicast packets only (avoids log pollution from misconfigured # hosts broadcasting DHCPDISCOVERs on our local network) local-address 128.174.204.220; # local subnet subnet 128.174.204.0 netmask 255.255.254.0 { not authoritative; } include "/services/ts-dhcp/etc/dhcpd/common.conf"; subnet 172.21.195.0 netmask 255.255.255.240 { option routers 172.21.195.1; option broadcast-address 172.21.195.15; default-lease-time 600; min-lease-time 600; max-lease-time 600; pool { failover peer "DHCP-W"; deny dynamic bootp clients; range 172.21.195.13 172.21.195.14; } }