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