We have two DCHP servers on our 192.168.0.x LAN. One server gives out 192.168.0.100-169 and the other gives out 192.168.0.170-239.
The 2nd server only has 9 IP addresses left whereas the other has 40 left. Obviously, the 2nd server is responding faster to DHCP requests from clients.
My question is what happens when the 2nd server runs out? I assume it won't respond to DHCP client requests and therefore will let the 1st server pick up the slack?
Thanks, Rob.
The second server should respond with 'can't provide', the client should then retry, the second server shouldn't respond as it already responded to that MAC very recently at which point the 1st server should respond successfully.
Instead of having 2 DHCP servers delivering seperate ranges of IP's..
Why not have 2, delivering the same range by using failover in dhcpd?
Then its only one realm that needs to be managed...
I found a very simple "howto" for you too look over if your interested http://www.randombugs.com/linux/linux-isc-dhcp-server-failover-debian-ubuntu.html