In shaha01 <
[email protected]> posted a question
Then Kevin replied below:
: Is it possible to change the IP address of a server which is a DNS
: server and a domain controller for active directory? If so, what are
: the issues? Are there any technet articles i could refer to? Thanks.
I can't think of any articles, but to change the IP of the DC the best way
is to first add the new address, make sure DNS is set to listen on all IP
addresses. Then restart the Netlogon service and run ipconfig /registerdns.
The run netdiag /test:dns /v and look for registration errors.
After you do this open the forward lookup zone for your AD domain, and take
a look to see if the new IP address has registered its hosts in DNS, then
expand _msdcs and expand gc, the new IP address should be seen there as
(same as parent folder) A <ipaddress>.
Once you have verified registration change the clients to point to the new
address for DNS and remove the old IP, don't put the cart in front of the
horse on this one or you'll have some unhappy clients.