I am serving our own DNS from the two RAQs.
I have two sparcely populated RAQ4s. I have already successfully migrated accounts from one box to the other. The DNS served on box "1" is now directing traffic to each newly moved account on the target box "2" server, (thanks to simply changing all the IP addresses in everyone's DNS record on box "1".)
Now I would like to change the IP addresses of box 1's name servers so that we can fully let go of box 1.
So how do I assign the two sets of name server addresses to the same RAQ? (box 2). I.E. What do I need to establish on box 2 to get this to work? Is it just a matter of adding two additional IP addresses in /etc/resolv.conf ? Like this:
Step 1 - Change the IPs of ns1.box1.com and ns2.box1.com to, two spare IPs assinged to box2, then set up the resolv.conf file like this:
-------
search box2.com
search box1.com
nameserver 111.11.111.10
nameserver 111.11.111.11
nameserver 222.22.222.10
nameserver 222.22.222.11
-------
I tried the above method and all the newly moved sites went dead.
Any ideas?
Thank so much.