Windows XP – Split DHCP Scope Among Multiple Servers

bridgedhcpredundancyscopewindows-xp

I want to implement a redundancy solution. I have two subnets all windows XP machines – each with their own DHCP server – joined by a bridge.

Currently – all machines get DHCP leases from the one DHCP server with the other disabled.

For when the bridge goes down – I want to split my DHCP scope among multiple servers. How can I do this on Windows XP client machines?

Best Answer

The most common way to do this is to split your IP range between the 2 DHCP servers and have both running at the same time. Clients will then recieve an address lease from whichever server responds first. In the event of the bridge failing, those with leases from the server on their own subnet will be fine, any with leases from the other subnet will get a new lease from the other server when they renew.

Related Topic