Opened 16 years ago
Closed 16 years ago
#3618 closed defect (worksforme)
Interface on second guest don't work after reboot
Reported by: | mocas | Owned by: | |
---|---|---|---|
Component: | network/hostif | Version: | VirtualBox 2.1.4 |
Keywords: | Cc: | ||
Guest type: | Linux | Host type: | Linux |
Description
Host: Centos 5; Guest: Fedora10
After start second guest, the first is all ok but on second the interface only work after remove the module and load it again. For example with Am79C973:
#rmmod pcnet32 #modprobe pcnet32 #ifconfig eth1 10.53.1.72 netmask 255.255.255.0
Thanks
Change History (2)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
The reason for configuring the interface to eth1 instead to eth0 is that the udev daemon of the guest remembered an older MAC address. If you clone a VM image, change the UUID and create a new VM with the cloned image attached, the virtual MAC address will change with the result that the guest will assign a new network interface to that MAC address. You can patch the appropriate udev rule to prevent that.
ups,
I don't know why but it configure the interface to eth1 instead eth0. I rename and modify the network-script to eth1 and it works on second guest.
Sorry and thanks.