 
	
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Conflict with Xen bridge?
 Hi again,as you can see, on brctl output there is only one virtual interface vif0.0, on your xenbr0 bridge, and there isn't any physical interface. I advice to put the following config: Create the following file: /etc/xen/scripts/network-bridge-wrapper give it permisions to be executable: Put #!/bin/sh /etc/xen/scripts/network-bridge start bridge=xenbr0 vifnum=0 Change the following line in /etc/xen/xend-config.sxp: (network-script 'network-bridge netdev=eth1') for this line (network-script network-bridge-wrapper) After this restart your xend daemon, or reboot your box. With this config a brctl show output may be: sunfire:/home/xxxxxx# brctl show bridge name bridge id STP enabled interfaces xenbr0 8000.feffffffffff no vif0.0peth0 so... change the line in the file /etc/xen/scripts/network-bridge-wrapper as your needs, also you can put more lines to create more bridges, you can make very cool configs with xen networking :) I hope it will be useful. Regards, Marc Daniel Bareiro wrote: On Tuesday, 25 March 2008 10:25:35 +0100, Marc Patino Gómez wrote:Hi Daniel,Hi Marc. Thanks for your reply.try to sent more info, a brctl output will be useful, and probably someone in the list could help you:I'm using Xen 3.0.3-1 from Debian Etch repositories. This is the default config file provided by Debian: (network-script network-dummy) (vif-script vif-bridge) (dom0-min-mem 196) (dom0-cpus 0) And this is the config file after my modifications: (network-script 'network-bridge netdev=eth1') (dom0-min-mem 196) (dom0-cpus 0)# brctl show _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users 
 
 
 | 
|  | Lists.xenproject.org is hosted with RackSpace, monitoring our |