# # /etc/dhcpd.conf (secondary server in failover setup) # # $Id:$ # $Log:$ # # server specific configuration: declaration of failover # failover peer "honky-tonk" { secondary; address 192.168.5.28; peer address 192.168.5.245; port 519; # listen on this TCP port peer port 519; # connect to peer on this port max-response-delay 60; # how many seconds to wait for answer from peer max-unacked-updates 10; # how often to try to contact the failover peer load balance max seconds 3; # a cutoff after which load balancing is disabled } # # configuration shared between both servers (identical, for ease of maintenance): # include "/etc/dhcpd.conf.shared";