I'm running virtualbox 3.1.8 on OS X 10.5.8 (MBP 2GHz Intel Core Duo).
I don't get this behavior on VMs I create myself, but if I try to use VMs from other people, they come up without any network.
I'm just trying to use NAT, and it doesn't seem to matter what the adapter is.
For some reason the running instance has no eth0 device, but there is an eth1, which I can coax up. (If I build VMs they start up with a eth0 connected.)
Any ideas why this is happening? or what I can do to fix it?
Let me know if there is any other information that would be useful for troubleshooting.
Network device eth0 does not exist?
-
littleidea
- Posts: 2
- Joined: 14. May 2010, 17:12
- Primary OS: Mac OS X Leopard
- VBox Version: OSE other
- Guest OSses: Linux, Solaris
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: Network device eth0 does not exist?
When you install others VMs the change in the MAC address forces a Linux feature which sets up the new eth1 instead of eth0
edit the /etc/udev/rules.d/70-persistent-net.rules or you can delete the rules and Linux will configure it on the next boot
On Solaris you would need to setup the network again.
edit the /etc/udev/rules.d/70-persistent-net.rules or you can delete the rules and Linux will configure it on the next boot
On Solaris you would need to setup the network again.
-
littleidea
- Posts: 2
- Joined: 14. May 2010, 17:12
- Primary OS: Mac OS X Leopard
- VBox Version: OSE other
- Guest OSses: Linux, Solaris
Re: Network device eth0 does not exist?
Danke
Works
Works