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] Problem using 2 nics and 2 bridges

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Problem using 2 nics and 2 bridges
From: Harry Kappelbauer <kappelbauer@xxxxxxxx>
Date: Sat, 27 Oct 2007 17:05:33 +0200
Delivery-date: Sat, 27 Oct 2007 08:03:57 -0700
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
User-agent: KMail/1.9.5
Hi,

i have some problems creating a second bridge for my second nic.
I'm using the following script (two-bridges):
...................................................................................................................................
#!/bin/bash

XENDIR="/etc/xen/scripts"

$XENDIR/network-bridge "$@" netdev=eth0 bridge=xenbr0 vifnum=0
$XENDIR/network-bridge "$@" netdev=eth1 bridge=xenbr1 vifnum=1
...................................................................................................................................

And patched xend-config.sxp like this: (network-script two-bridges).

xend creates both bridges, but when call »brctl show« both bridges are using 
the same bridge id
(the nics seem to be assigned correctly)!

I can ping the ips assigned in dom0 but nothing else. The domU has no working 
network.
When i check my routing table (»ip route show«) the listing is quite slow but 
looks okay?
Does anybody know, what's going wrong?
My system is SuSE 10.2 with xen 3.3.


Thanks!

Harry




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

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