Failover Pair handing out 2 different Addresses.

Martin McCormick martin at dc.cis.okstate.edu
Mon Nov 2 18:18:55 UTC 2009


	We have 261 defined networks on our DHCP failover pair
and all but 2 are behaving normally. We are concentrating on 1
of them because I think the problem is the same, what ever it
is.

	The lease time is only 60 seconds because this is an
authentication network and people shouldn't be in it for very
long at a time but the problem is our primary and secondary are
handing out different addresses. At times, the primary sees the
DHCPDISCOVER and the secondary does not. At other times, the
secondary sees it a couple of seconds late. Here is the
configuration. It is identical for this portion of the
dhcpd.conf file on both servers:

subnet 172.20.248.0 netmask 255.255.248.0 {
option subnet-mask 255.255.248.0;
option routers 172.20.255.254;
option broadcast-address 172.20.255.255;
ddns-updates on;
option domain-name "auth-uhs.osu";
default-lease-time 60;
max-lease-time 60;
 pool {
deny dynamic bootp clients;
failover peer "stw";
range 172.20.248.1 172.20.255.223;
}
} #end network 172.20.248.0

	I am really at a loss because 259 networks configured
the same way for different subnets can't be that wrong. Is there
anything else on the dhcp servers I can look at that I might
have overlooked?

	At one time today, someone actually did get both servers
to see the DHCPDISCOVER request at the same time but 2 different
IP addresses resulted. That was just seconds after one of the
usual Primary sees it but secondary didn't situations so they
may have still been out of sync with each other.

Any ideas? Many thanks.

Martin McCormick WB5AGZ  Stillwater, OK 
Systems Engineer
OSU Information Technology Department Telecommunications Services Group



More information about the dhcp-users mailing list