Setting up a Secondary DHCP Server, for failover [duplicate]
Possible Duplicate:
Can I have multiple DHCP servers on one network?
Current Environment:
Windows Server 2003 (Primary Domain Controller) Primary DHCP Active Directory Print Server Exchange 2003
Windows Server 2008 (Secondary Domain Controller) Active Directory Hopefully secondary DHCP
So I am looking to setup DHCP on Windows Server 2008, as a safety net or if possible to run alongside the primary using the 50-50 rule. I am still very unsure on how its best to go about this.
Any guidance or links to further information would be greatly appreciated, or some examples of how you have this set up.
Solution 1:
Setup DHCP on the second server. Set it up to handle the same DHCP scope.
On the first server, block it from issuing IPs 1-128. On the new server, block it from issuing IPs 129-255. (adjust ranges as needed).
That or setup the second server to issue private IPs on a different subnet (you'll need to make sure that all your network equipment works on this subnet as well.
Solution 2:
I believe that mrdenny's answer is the best option for Windows networks.
The ISC dhcpd can do redundancy, where two servers both serve the same pool and keep track of the addresses issued, so that if one fails there is a much lower risk of duplicate leases being issued.
The bad part is that you'd need to run Linux, BSD, or Solaris to get access to this -- two servers, to get redundancy.
Google points you here as a how-to.
Solution 3:
DHCP by default backs itself up every 4 hours under c:\windows\system32\dhcp and dhcp-bak setup a copy file script to another server and in the event of a failure follow this article http://blogs.technet.com/b/teamdhcp/archive/2009/02/18/migration-of-dhcp-server-from-windows-server-2003-to-windows-server-2008.aspx
http://technet.microsoft.com/en-us/magazine/ff621490.aspx