# $Id: secondary.conf 230 2005-08-22 19:18:57Z jhealy $ # # Secondary failover peer DHCP configuration. # failover peer "suffield" { # secondary server info secondary; address 172.30.0.2; port 647; # primary server info peer address 172.30.0.3; peer port 847; # max delay before a peer is assumed to be down max-response-delay 180; # maximum client lease extension time # (only specified on primary) # split 50% of the addresses (128/256) for load balancing # (only specified on primary) # ignore load balance and always respond after 3 seconds load balance max seconds 3; } include "/etc/dhcp.d/common.conf";