Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Swap Win2k Domain Controller IP addresses

Status
Not open for further replies.

SirCam

MIS
Aug 27, 2002
70
AU
I have 2 Domain Controllers in Win2000 AD (SP4) domain which need to swap IP addresses (there are several more DCs in the domain). If I unplug the network cable from A, re-IP B to A's IP, reregister with DNS, then change A's to B and reboot, will that work? The theory is B will be ok, and A should reregister with DNS and WINS on bootup.

What do you think?
 
I'd like to understand the reasoning on why you need to do this?

I would do it this way.

Set server A to use DHCP (temporarily). Change Server B's address.

On Server B execute:

IPCONFIG /FLUSHDNS
IPCONFIG /REGISTERDNS

Change the IP on Server A and execute:

IPCONFIG /FLUSHDNS
IPCONFIG /REGISTERDNS

When changing the IPs you will also need to look at the DNS settings to ensure the systems will still have access to internal DNS servers.



I hope you find this post helpful.

Regards,

Mark

Check out my scripting solutions at
 
Thanks for your reply.

Can Domain Controllers in 2000 be configured to use DHCP? If so, that's just crazy enough to work...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top