Link to home
Start Free TrialLog in
Avatar of chitchcock
chitchcockFlag for Canada

asked on

What is the best way to set up a redundant DHCP server on a second DC in a domain?

I use W2K server and just setup a secondary DC.  I believe I can simply add DNS to it for redundancy but I would also like to add a redundant DHCP server.  My current DHCP server issues IP address to 10.1.1.100 through 10.1.1.254 subnet 255.255.255.0 with reservations 1-100

I am looking for the easiest possible way to do this.  Thanks
ASKER CERTIFIED SOLUTION
Avatar of Gareth Gudger
Gareth Gudger
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of chitchcock

ASKER

I have about 110 users accessing this segment.  So all I would need to do is enable DHCP on server 2, create a scope different then scope on server 1.  Or do I just set exlusion ranges on each that won't interfere with each other?  DHCP discovery by clients will just get the first handed to them but both will update DDNS automagically?
Yep. Create the same scope and set exclusions on each. In your case I guess the 80 / 20 IP scheme would work :D

You may also want to consider expanding your 10.x subnet so you can have total redundancy.
thanks