On Sunday 08 August 2010, Stephen Liu wrote: > Hi folks, > > host - Ubuntu 1004 64 bit > new vm - Ubuntu 1004 64 bit (cloned on another VM) > > After creating this new vm it starts/works > > Edit /etc/network/interface to change the IP address > Edit /etc/hosts and /etc/hostname to change hostname > > reboot vm > > $ hostname > showing the correct/new hostname > > $ sudo ifconfig > showing the correct IP > > But vm can't ping host nor Internet. Nor host can ping the new vm. > > This is NOT my first time cloning vm. There are many cloned vm running on > this VBox. I have spent more than an hour unable to solve the problem. > Please help. > > /etc/resolv.conf > is correct showing the DNS IP of ISP
You missed one step: $ sudo rm /etc/udev/rules.d/70-persistent-net.rules $ sudo rm /lib/udev/rules.d/75-persistent-net-generator.rules Then reboot your guest. After you cloned the VM, the MAC address of the VM changed and udev reserved eth0 for the old MAC address. Kind regards, Frank -- ORACLE Deutschland B.V. & Co. KG Dr.-Ing. Frank Mehnert Werkstrasse 24 Staff Engineer, VirtualBox 71384 Weinstadt, Germany mailto:[email protected] Hauptverwaltung: Riesstr. 25, D-80992 München Registergericht: Amtsgericht München, HRA 95603 Komplementärin: ORACLE Deutschland Verwaltung B.V. Rijnzathe 6, 3454PV De Meern, Niederlande Handelsregister der Handelskammer Midden-Niederlande, Nr. 30143697 Geschäftsführer: Jürgen Kunz, Marcel van de Molen, Alexander van der Ven ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ VBox-users-community mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/vbox-users-community
