When cloning a Ubuntu guest machine, you need to take care of few details to make it work properly. Below are the key items to change:
https://forums.virtualbox.org/viewtopic.php?f=3&t=7749&sid=89e480f0dfb234c062a058995976a424
- Update /etc/hostname, change it to the new machine name
- Update /etc/hosts, change one of the loopback name to the new machine name.
- Modify /etc/udev/rules.d/70-persistent-net.rules so that eth0 (generally) points to the updated MAC address of the virtual machine.
https://forums.virtualbox.org/viewtopic.php?f=3&t=7749&sid=89e480f0dfb234c062a058995976a424
Comments