Cannot acess the new cloned server even after new IP address assignment
        Posted  
        
            by 
                tough
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by tough
        
        
        
        Published on 2012-10-17T09:16:07Z
        Indexed on 
            2012/10/17
            11:04 UTC
        
        
        Read the original article
        Hit count: 316
        
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.
© Server Fault or respective owner