Cannot acess the new cloned server even after new IP address assignment
- by tough
I was able to clone a Ubuntu 10.04 server residing in Cloud. It appeared that I was not getting some IP for the new VM so I followed some of these:
# cd /etc/udev/rules.d
# cp 70-persistent-net.rules /root/
# rm 70-persistent-net.rules
# reboot
I didn't follow the later commands as I was unable to see two eth MACs as available in the referenced site.
After this I am able to see some the IP for it, and is different form the original IP, I have added new IP to DNS server.
Now when I try to access it with its assigned(new) domain it is directed to the old server.
I can see both the VMs running with different IP.
Where I might have gone wrong, I am new to this admin thing.