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 bridging multiple NICs

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Problem bridging multiple NICs
From: Jason Kwon <jason.kwon@xxxxxxxxxxxx>
Date: Wed, 02 Sep 2009 18:57:11 -0700
Delivery-date: Wed, 02 Sep 2009 18:59:29 -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
User-agent: Thunderbird 2.0.0.14 (X11/20080515)
Hi,

Based on other postings describing how to set up bridging for multiple
NICs, I've successfully bridged multiple physical devices on my Xen
system.  However, I'm observing some strange network behavior.

First, let me describe my setup.  I have three NICs, eth0, eth1, eth2.
I modified xend-config.sxp as follows:

#(network-script network-bridge)
(network-script my-network-bridge)

my-network-bridge is as follows:

#!/bin/bash
dir=$(dirname "$0")
"$dir/network-bridge" "$@" vifnum=0 netdev=eth0   bridge=xenwan0
"$dir/network-bridge" "$@" vifnum=1 netdev=eth1   bridge=xenlan1
"$dir/network-bridge" "$@" vifnum=2 netdev=eth2   bridge=xenlan2
# EOF

I did not change vif-bridge.  I couldn't determine whether that was
necessary or not.

'brctl show' gives:

bridge name     bridge id               STP enabled     interfaces
virbr0          8000.000000000000       yes
xenlan1         8000.feffffffffff       no              peth1
                                                       vif0.1
xenlan2         8000.feffffffffff       no              peth2
                                                       vif0.2
xenwan0         8000.feffffffffff       no              peth0
                                                       vif0.0

I have static IP addresses assigned to each NIC.  Simple network
activity like ping or ssh works on all three physical links.  However,
when I started an nuttcp server on this machine ('nuttcp -S'), running
an nuttcp client from another machine only works when connecting to eth0
on the server; if I attempt to connect an nuttcp client to eth1 or eth2
on the Xen machine, I get:

nuttcp-t: v6.1.2: Error: server not ACKing data

Similarly, if I run an NFS server from the Xen machine, file transfer
to/from other machines is extremely slow, except when mounting from the
eth0 connection.  Clearly, something is going wrong with the
bridging/routing on my Xen machine.

I have not started any DomU guests on this machine.  If I turn off
network bridging in the Xen configuration, then everything returns to
normal (I can run nuttcp/NFS across all three links at normal speed), so
something with the bridging and renaming of the physical links is
affecting network behavior.

I'm running CentOS 5.3, Xen 3.0.3.  Can anyone tell me if I've
configured something wrong?

Thanks,

Jason



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

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