|
Bugzilla – Full Text Bug Listing |
| Summary: | XEN fails to enable networking in a bridged mode VM | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Ralf Müller <ralf> |
| Component: | Xen | Assignee: | Kurt Garloff <garloff> |
| Status: | VERIFIED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | jdouglas |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
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.").
|
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.