Failover communication

Glenn Satchell glenn.satchell at uniq.com.au
Sun Mar 18 05:58:08 UTC 2012


On 03/18/12 12:44, Loren M. Lang wrote:
 > failover peer "peer" {
 >          primary;
 >          address 192.168.1.7;
 >          port 7110;
 >          peer address 192.168.1.5;
 >          peer port 7111;

> failover peer "peer" {
>          secondary;
>          address 192.168.1.5;
>          port 7111;
>          peer address 192.168.1.7;
>          peer port 7110;


Verify you have the hostnames or IP addresses of this host and the peer 
correct, same for ports. If you use different port numbers make sure 
that on each host in dhcpd.conf it's address and port match the peer 
address and peer port on the primary.

-- 
regards,
-glenn


More information about the dhcp-users mailing list