Bug 122029 - XEN fails to enable networking in a bridged mode VM
Summary: XEN fails to enable networking in a bridged mode VM
Status: VERIFIED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Xen (show other bugs)
Version: Final
Hardware: PC All
: P5 - None : Normal
Target Milestone: ---
Assignee: Kurt Garloff
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-10 16:36 UTC by Ralf Müller
Modified: 2006-06-19 17:34 UTC (History)
1 user (show)

See Also:
Found By: Customer
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ralf Müller 2005-10-10 16:36:38 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.
Comment 1 Michael Gross 2005-10-11 13:21:30 UTC
Kurt: Can you help here?
Comment 2 Kurt Garloff 2005-12-05 13:35:37 UTC
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?
Comment 3 Ralf Müller 2005-12-05 15:44:58 UTC
I will update our test-system with the new release.

Comment 4 Kurt Garloff 2005-12-20 20:13:28 UTC
Any results yet?
Comment 5 Ralf Müller 2005-12-21 13:43:06 UTC
It's performing perfectly well now. Thanks - problem solved.
Comment 6 Lynn Bendixsen 2006-01-10 18:49:39 UTC
Marking as resolved based on reporters last comment ("- problem solved.").