No Failover works, Failover does not work

Karen Pachla kpachla at umich.edu
Wed May 17 18:06:07 UTC 2006


Hi,

On my configuration, I have primary's port at 519, secondary as 520

Primary:
	port 519;
	peer port 520;

Secondary:
	port 520;
	peer port 519;


On Wed, 2006-05-17 at 20:51 +0300, Shlomo Dubrowin wrote:

> Primary Config:
> -----------------------
> failover peer "dhcp-failover" {
>         primary; # declare this to be the primary server
>         address 10.153.100.26;
>         port 520;
>         peer address 10.153.100.27;
>         peer port 520;
>         max-response-delay 30;
>         max-unacked-updates 30;
>         load balance max seconds 3;
>         mclt 1800;
>         split 128;
> }
> 
> include "/etc/dhcpd.pools";
> 
> 
> Secondary Config:
> ----------------------------
> failover peer "dhcp-failover" {
>         Secondary; # declare this to be the secondary server
>         address 10.153.100.27;
>         port 520;
>         peer address 10.153.100.26;
>         peer port 520;
>         max-response-delay 30;
>         max-unacked-updates 30;
>         load balance max seconds 3;
>         mclt 1800;
> }

-- 
K. Pachla
LSAIT
University of Michigan



More information about the dhcp-users mailing list