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] Xen bridge no longer working

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Xen bridge no longer working
From: Flavio <fbcyborg@xxxxxxxxx>
Date: Fri, 9 Jul 2010 18:20:37 +0200
Delivery-date: Fri, 09 Jul 2010 09:22:24 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=eybeH3ApYsvViFZH46nR3dGvBA0H8tK5M7fs5Z/qPOQ=; b=Urru+A/eqI1YNjYKcc8RAO57btSj1rnAdcVbYTEsEHBBYf8wNvMSyU90GEG3p8RYUc ftGAq3e2sAoQrnweoTlwdMzzVE5pvOK0euboy4cSUuZOts71HrXFDp1E7NuYToQuwXya knR8D0K4+Vu4NvlGwweXuKd+anc5XDbH481Mw=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=nSl3GItWMUrVixL1Rd+sFMuh6sA5FMdAPmS2nnRUwpgW6AoeGh4spy5/z33Tezm5z3 Sh50JT17X9RZKYYOQnF5z9xBdqP0Pq/oIij3dZYm12VoZUBSuNj7L5Bt6AkRdy1ZKgTM tcdzm1PRThhG8cTXlh6T60RYXao5ZX0KaLiZI=
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
Hello everybody,

Here again with a Xenbr0 bridge problem
I'm a Gentoo user, xen-sources-2.6.34 and I always used the bridge from eth0 to xenbr0.
Here's what I get at boot time:
* Bringing up interface eth0
*     null
[...]
* Starting Xen control daemon ...

And the bridge doesn't come up.

The normal behaviour should be that the Xenbr0 bridge comes up automatically, but it doesn't anymore.
Here's my network configuration file (/etc/conf.d/net):

config_eth0=( "null" )

bridge_xenbr0="eth0"

brctl_xenbr0=(
 "setfd 0"
 "stp off"
)

config_xenbr0=(
   "dhcp"
)

I don't understand why, the bridge doesn't come up.

This is the output of the ifconfig command:
lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:52 errors:0 dropped:0 overruns:0 frame:0
          TX packets:52 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:5232 (5.1 KiB)  TX bytes:5232 (5.1 KiB)

peth0     Link encap:Ethernet  HWaddr 00:00:00:00:00:00 
          inet6 addr: fe80::260:97ff:fe20:464b/64 Scope:Link
          UP BROADCAST RUNNING PROMISC MULTICAST  MTU:1500  Metric:1
          RX packets:98 errors:0 dropped:0 overruns:0 frame:0
          TX packets:16 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:5880 (5.7 KiB)  TX bytes:1234 (1.2 KiB)
          Interrupt:17 Base address:0xec00

xenbr0    Link encap:Ethernet  HWaddr 00:00:00:00:00:00 
          inet6 addr: fe80::260:97ff:fe20:464b/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:94 errors:0 dropped:0 overruns:0 frame:0
          TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:4314 (4.2 KiB)  TX bytes:468 (468.0 B)

Can somebody help me to understand why the xenbr0 bridge no longer comes up?


--
Flavio
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>