DNS effect on changing IP addressing scheme

  • Thread starter Thread starter Larry
  • Start date Start date
L

Larry

Hello Everyone,

I am working on a network where I need to change the IP addressing
scheme from a 172.16.x.x network to a 10.x.x.x network. We are using
Windows Server 2003 Active Directory DNS and have about 600 users with
about 45 servers. What all do I need to be concerned with as far as
DNS. Will everything just re-register with the DNS server
automatically or do I need to do some configuration on the DNS
server.
Thank You,

Larry
 
Hello Larry,

Start with the DCs with DNS installed, change the ip address, run ipconfig
/flushdns and ipconfig /registerdns, then reboot or restart the netlogon
service. After that check DNS zones for the new correct settings. Then go
on with member servers and assuming that you use DHCP reconfigure the scope
options. You should do this if possible at close of business times.

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
 
DC's will re-register its dynamic records into DNS database, I have done
similar projects with no issues, you may have to bounce some of the domain
controllers couple times to get it going, apart from that don't forget to
change your DHCP scope, all static IP configurations and certainly fallow
the Meinolf recommendation taking care of your DC/DNS servers first
otherwise servers who's IP got changed will go nuts.
I would check name servers on DNS to make sure correct IP address is
reflecting for each DC/DNS servers as well and make sure there is no static
configuration ( hosts file or application hard coded IP to the DNS server in
the environment)
good luck
Ocd

--
oz Casey Dedeal,

MVP (Exchange)
MCITP (EMA), MCITP (SA)
MCSE 2003, M+, S+, MCDST
Security+, Project +, Server +

Http://smtp25.blogspot.com (Blog)
Http://telnet25.spaces.live.com (Blog)
Http://telnet25.worldpress.com (Blog
 
Back
Top