Bugzilla – Bug 122029
XEN fails to enable networking in a bridged mode VM
Last modified: 2006-06-19 17:34:51 UTC
When starting up a virtual machine with "xm create <machineName>" XEN does not properly set up bridging to this VM. Actually it seems to miss to call /etc/xen/scripts/vif-bridge. Calling this by hand enables networking for the newly created VM. VM Config: kernel = "/boot/vmlinuz-xen" ramdisk = "/boot/initrd-xen" memory = 256 name = "test" disk = [ 'phy:/dev/system/test,hda1,w', 'phy:/dev/system/test-swap,hda2,w', 'phy:/dev/system/install,hdb1,r' ] root = "/dev/hda1 rw" nics = 1 ip = "xxx.xxx.xxx.xxx" netmask = "255.255.255.192" vif = ['mac=AA:00:00:10:02:37, bridge=xenbr0'] The system is a SuSE 9.3 minimal installation + XEN 2 updated to SuSE 10.0 + XEN 3.
Kurt: Can you help here?
There's an update pending for Xen3 on SL10.0 which has the network bridging script reworked. It'll be released this week. Can you please test that one?
I will update our test-system with the new release.
Any results yet?
It's performing perfectly well now. Thanks - problem solved.
Marking as resolved based on reporters last comment ("- problem solved.").