Opened 15 years ago
Closed 15 years ago
#4596 closed defect (invalid)
Ubuntu 9.04 Server network not working
| Reported by: | Paulo Ramos | Owned by: | |
|---|---|---|---|
| Component: | network | Version: | VirtualBox 3.0.2 |
| Keywords: | Cc: | ||
| Guest type: | Linux | Host type: | Windows |
Description
Windows XP SP3 Host and Ubuntu 9.04 Server Guest
Guest was instaled in nat mode. However, when network mode was changed to bridge mode, network stop functioning. I found that the problem was related with UDEV due the following message: udev: renamed network interface eth0 to eth1.
On MacOS X Leopard this problem doesn't happen.
Change History (2)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.


This is actually not a bug of VirtualBox. When changing the network interface, most probably the MAC address of the virtual network interface changed. The guest udev daemon uses the MAC address to assign a physical network interface to the same Linux network device. This is a known behavior and for VMware network devices there are exceptions defined in the udev rules.