Changing the IP address of a DNS server

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anyone have first hand experience with changing the IP address of a DNS
server with AD installed?
 
In
Nick Pennisi said:
Does anyone have first hand experience with changing the IP address
of a DNS server with AD installed?

Add the new IP address and make sure DNS listens on both the new and old
address. Add the new DNS IP address as a DNS server to the DNS client on
the DC.
Run ipconfig /flushdns & ipconfig /registerdns
restart the Netlogon service
run netdiag /fix
run netdiag /test:dns /v and look for errors.
If all passes the DNS test, change the DNS address on the clients, after all
clients are using the new DNS IP without problems, remove the old IP
address, run ipconfig /registerdns and restart the netlogon service. Re-run
netdiag /test:dns /v and look for errors.
 
Hi Kevin

Thank you for that. I will try this in my test environment. I'm just
preparing myself as i think it's going to be quite a job... The same server
hosts DNS, WINS and AD???

Kindest regards
Nick P
 
In
Nick Pennisi said:
Hi Kevin

Thank you for that. I will try this in my test environment. I'm just
preparing myself as i think it's going to be quite a job... The same
server hosts DNS, WINS and AD???

The problem with just changing IP addresses is the chance of connectivity
loss due to caching of records and client access. If you add the new address
the old address is still in place for continued connectivity. You would
certainly want the new address in place and working from all clients before
removing the old address. As long as the new address is on the same
interface and in the same subnet, you should have no big problems. You just
want to make sure the clients are using the new DNS address before you
remove the old.
 
Back
Top