Introduction
Sometimes you need to change all IP addresses referenced in a DNS zone file. You can use the /scripts/swapip to accomplish this goal
Procedure
/scripts/swapip takes a source IP, destination IP, FTP IP, and a comma-separated domain list:
/scripts/swapip 10.2.32.170 10.2.32.171 10.2.32.171 example.com,example2.com
In the above example the domains example.com, and example2.com would have all the DNS entries in the example.com zone updated from 10.2.32.170 to 10.2.32.171
Comments
0 comments
Article is closed for comments.