Ubuntu – VirtualBox guest has no network

networkingopensuse-12.1ubuntu-10.04virtualbox

I have openSUSE 12.1 x64 host and I'm running Ubuntu 10.04 x86 as guest.

My problem is that Ubuntu sees no network at all. I have both tried NAT and bridge setup but I have no interface on the VM. ifconfig returns only lo

VirtualBox version is 4.1.18_OSE running as a member of vboxusr group and I installed the correct addins in the guest.

How can I fix this?

Best Answer

It appears that your guest only has a loopback interface for whatever reason.

Try entering the virtual machine settings and see if the VM has a network card installed.

If that is not the case. And you have recently changed the VM's mac address then I would look at this thread as the user seems to have the exact same problem as you.

https://forums.virtualbox.org/viewtopic.php?f=7&t=43090

specifically this "each time you give a new MAC address (in VBox guest settings) Debian and Ubuntu guests udev assigns a new eth number edit /etc/udev/rules.d/70-persistent-net.rules or delete the file: it will be recreated @ next boot"

Related Question