Ubuntu – Internet connection fails in Ubuntu on VirtualBox when virtual machine is created from “Import appliance”

networkingUbuntuvirtualbox

I have installed Ubuntu Server 9.10 in a virtual machine in VirtualBox, then I made a cope/clone and exported it with "Export appliance" so I can create many cloned virtual machines.

But when I try to import an appliance, everthing seams to be fine with the Ubuntu except that it can't connect to Internet and doesn't get an IP-address. The machine is used in Bridged mode. And it doesn't help to change to NAT-mode either.

The machine that I cloned seams to work fine, and get an IP address.

How to fix this? Where am I doing wrong?

Best Answer

Problem solved on ServerFault: https://serverfault.com/questions/30889/virtualbox-cloned-ubuntu-server-network-error/30893#30893

rm /etc/udev/rules.d/70-persistent-net.rules and then reboot.

Related Question