Multiple subnetted-and-failovered DHCP servers?
November 15, 2007 9:34 PM Subscribe
Can ISC's
dhcpd run in both failover and multiple subnet modes?
I'd like to run two DHCP servers, each in their own physical subnets.
I would also like to run them in failover mode, so that, if a DHCP server were to fail in subnet A, the other DHCP server in subnet B would take over for the failed DHCP server and serve up addresses for subnets A and B.
Any advice and/or sample configuration files? Again, not looking for failover or multiple subnet support alone — but both together. Thanks for any tips.
posted by Blazecock Pileon to computers & internet (3 answers total)
However, you can accomplish this by putting both DHCP servers on one of the subnets (or on a third subnet entirely) and using a DHCP relay to pass the requests along to your server.
My most recent setup involved two servers providing DHCP for 4 different subnets. The servers themselves lived on my "servers only" subnet which did not have any DHCP clients. Our core switch was configured to relay DHCP requests to the servers, tagging the request packets with their IP so the servers would know which subnet it should pull the IP from.
posted by insyte at 10:09 PM on November 15, 2007