WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] only one NIC supported? [SOLVED]

On Thursday 09 February 2006 11:06 pm, David Koski wrote:
> On Friday 03 February 2006 11:39 am, Fernando Maior wrote:
> 
> <snip>
> 
> > This may be a wrapper script example for 4 nics on dom0, each one bridged:
> > ----------------->8
> > #!/bin/bash
> > 
> > /etc/xen/scripts/network-bridge start bridge=xenbr0 netdev=eth0 vifnum=0
> > /etc/xen/scripts/network-bridge start bridge=xenbr1 netdev=eth1 vifnum=1
> > /etc/xen/scripts/network-bridge start bridge=xenbr2 netdev=eth2 vifnum=2
> > /etc/xen/scripts/network-bridge start bridge=xenbr3 netdev=eth3 vifnum=3
> > ----------------->8
> > 

<snip> 

> The bridge is there and both NICs work in domO but only eth0 works in domU. I 
> also
> did put vif = [ '', '' ] in the config file for the domU:

I could only get eth0 working in a domU until I changed vif to:

vif = [ 'bridge=xenbr0', 'bridge=xenbr1' ]

It would be very cool if this was documented.

Best Regards,
David Koski
david.nospham@xxxxxxxxxxxxxxxx



_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>