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] how to setup two bridges with two physical interfaces?

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] how to setup two bridges with two physical interfaces?
From: "Yi Wang" <wymail@xxxxxxxxx>
Date: Tue, 10 Jul 2007 12:48:59 -0400
Delivery-date: Tue, 10 Jul 2007 09:46:59 -0700
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=k/O8CYHV4xLRbSwhkxnGH7OEwR/FINeXIumpdYIOlJsD8aLbMojTXCYfUWmnWpSPVVm36MS80CflhveLr7QTTu6nzMLq0QqVOw9fQAgfwaBtk9s4haQa/4hLFy/y/H2isPEt7uEWgsa64KdGw2BYV+Aqym1XIDPdk9cEOmuY71c=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=DOqOZDN5ZEZE18JY8wdj2+bHSkBHi6H6D1OVCl487st/8jbsOH0TpcBtGhZb3YigFnTk3i2eKuLdW5YjrZd0rTnvCpxJxITSYQWjn10lvg9zXxrJeOdEFcJlJrhRMn+MqZKTg810VXIw85s0ARyZ7ZRk7lzV3+Lk5WujRwgmC2o=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
My server has two physical interfaces (eth0 and eth1), each on a
different subnet. I'd like to put them on two different bridges (say,
xenbr0 and xenbr1), and let each domU have two interfaces, one one
each bridge, so that it can access both subnets.

I did some search for solutions, but didn't find any working solution.
Specifically, I tried the approach mentioned in
http://wiki.xensource.com/xenwiki/XenNetworking (With Xen 3.0 the best
method for additional bridges is to use the default Xen scripts with a
slight modification...)
I created my-network-script and changed /etc/xen/xend-config.sxp with
(network-script my-network-script), with the (vif-script vif-bridge)
line unchanged. Bbut it doesn't work -- I got:
bridge name     bridge id               STP enabled     interfaces
xenbr0          8000.000000000000       no
xenbr1          8000.000000000000       no

Any hints? Thanks a lot in advance!

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] how to setup two bridges with two physical interfaces?, Yi Wang <=