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

[Xen-users] Multiple guests on a bonded interface

To: "xen-users@xxxxxxxxxxxxxxxxxxx" <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] Multiple guests on a bonded interface
From: "Wead, Adam G" <awead@xxxxxxxxxxx>
Date: Mon, 27 Apr 2009 12:55:27 -0400
Accept-language: en-US
Acceptlanguage: en-US
Delivery-date: Mon, 27 Apr 2009 09:56:18 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcnHWPdDAHTzrdPfRnOWGiMLrOq1oA==
Thread-topic: Multiple guests on a bonded interface

Hello everyone,

 

I'm trying to get multiple guests to connect their networks to the Xen network bridge xenbr0 that’s tied to two bonded interfaces.  My current dom0 network looks like this:

 

(eth0 + eth1) => bond0 -> pbond0 -> xenbr0

 

eth0 and eth1 are bonding under Red Hat EL5, and Xen is configured to use bond0 as the main network device.  Xend-config is set to use the network-bridge script with netdev=bond0.

 

The problem I'm having is that I can't run more than one guest on xenbr0.  Right now, I have one guest attached to xenbr0 and it works fine.  If I yank out either cable on eth0 or eth1, it keeps going.  If I startup any other guests, there is intermittent network problems and strange ssh connection failures.  For example, one ssh client won't connect while another one can.

 

If I create another bridge from a single NIC via the same network-bridge script, like:

 

eth2 -> peth2 -> xenbr2

 

Multiple guests can connect fine using xenbr2.

 

I tried using the network-bridge-bonding script with bond0, but while it created pbond0, it never created the xenbr0 bridge for the guests to connect.

 

Either I need to use the bonding script with additional parameters or steps to get the xenbr0 up, or there's something wrong with the present setup.

 

Ideas, anyone?

 

Many thanks in advance,

 

...adam

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Multiple guests on a bonded interface, Wead, Adam G <=