CHERAMY Guillaume
2008-Feb-01 16:37 UTC
[Xen-users] No peth interface for xenbr4 and xenbr5
Hello all, I have a Xen server with 6 network interfaces, I want a bridge on all of them. I use a personal network script like this : #!/bin/bash dir=$(dirname "$0") "$dir/network-bridge" "$@" vifnum=0 netdev=eth0 bridge=xenbr0 "$dir/network-bridge" "$@" vifnum=1 netdev=eth1 bridge=xenbr1 "$dir/network-bridge" "$@" vifnum=2 netdev=eth2 bridge=xenbr2 "$dir/network-bridge" "$@" vifnum=3 netdev=eth3 bridge=xenbr3 "$dir/network-bridge" "$@" vifnum=4 netdev=eth4 bridge=xenbr4 "$dir/network-bridge" "$@" vifnum=5 netdev=eth5 bridge=xenbr5 When i done brct show i have this : bridge name bridge id STP enabled interfaces bridge name bridge id STP enabled interfaces xenbr0 8000.feffffffffff no vif0.0 peth0 xenbr1 8000.feffffffffff no vif0.1 peth1 xenbr2 8000.feffffffffff no vif0.2 peth2 xenbr3 8000.feffffffffff no vif0.3 peth3 xenbr4 8000.000d88cd4e6f no eth4 xenbr5 8000.000d88cd4e6e no eth5 It doesn''t create peth4 / peth5 and vif0.4 / vif0.5 Where is my problem ? Thanks -- ''''~`` ( o o ) +------------------.oooO--(_)--Oooo.---------------------+ | Guillaume Chéramy - Guidtz | | E-Mail : guillaume.cheramy@gmail.com | | ( ) | +---------------------\ (----( )-----------------------+ \_) ) / (_/ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi, On Fri, Feb 01, 2008 at 05:37:32PM +0100, CHERAMY Guillaume wrote:> I have a Xen server with 6 network interfaces, I want a bridge on > all of them.I believe a Xen domU is limited to 3 exported network interfaces. Cheers, Andy _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
CHERAMY Guillaume
2008-Feb-04 08:58 UTC
Re: [Xen-users] No peth interface for xenbr4 and xenbr5
Hello, my problem is not for domU but for dom0. Thanks Andy Smith a écrit :> Hi, > > On Fri, Feb 01, 2008 at 05:37:32PM +0100, CHERAMY Guillaume wrote: > >> I have a Xen server with 6 network interfaces, I want a bridge on >> all of them. >> > > I believe a Xen domU is limited to 3 exported network interfaces. > > Cheers, > Andy > > ------------------------------------------------------------------------ > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users-- ''''~`` ( o o ) +------------------.oooO--(_)--Oooo.---------------------+ | Guillaume Chéramy - Guidtz | | E-Mail : guillaume.cheramy@gmail.com | | ( ) | +---------------------\ (----( )-----------------------+ \_) ) / (_/ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
CHERAMY Guillaume
2008-Feb-11 11:14 UTC
Re: [Xen-users] No peth interface for xenbr4 and xenbr5
Hello all, i solve my problem with add : netloop.nloopbacks=6 in my menu.lst and now i have all my pethx and vif0.x # brct show bridge name bridge id STP enabled interfaces xenbr0 8000.feffffffffff yes vif0.0 peth0 xenbr1 8000.feffffffffff yes vif0.1 peth1 xenbr2 8000.feffffffffff yes vif0.2 peth2 xenbr3 8000.feffffffffff yes vif0.3 peth3 xenbr4 8000.feffffffffff yes vif0.4 peth4 xenbr5 8000.feffffffffff yes vif0.5 peth5 Thanks all Andy Smith a écrit :> Hi, > > On Fri, Feb 01, 2008 at 05:37:32PM +0100, CHERAMY Guillaume wrote: > >> I have a Xen server with 6 network interfaces, I want a bridge on >> all of them. >> > > I believe a Xen domU is limited to 3 exported network interfaces. > > Cheers, > Andy > > ------------------------------------------------------------------------ > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users-- ''''~`` ( o o ) +------------------.oooO--(_)--Oooo.---------------------+ | Guillaume Chéramy - Guidtz | | E-Mail : guillaume.cheramy@gmail.com | | ( ) | +---------------------\ (----( )-----------------------+ \_) ) / (_/ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users