We host about 125 DNS forward-lookup zones on a Microsoft Windows Server 2003 DNS Server. We need to migrate to a new block of IPs and don't want to go through each zone manually. What's the best way to globally change one ip (1.1.1.1, for example) to another (2.2.2.2, for example) in ALL DNS zones and records?
Asked
Active
Viewed 438 times
1 Answers
4
You could script the necessary actions by either using the DNSCMD utility or the DNS WMI provider. If both ways are not an option for some reason, you might consider changing your RRs through dynamic DNS updates - for example using nsupdate
from the ISC BIND package. You might have to relax ACLs on your zones and RRs for this to work.
the-wabbit
- 40,319
- 13
- 105
- 169