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] peth0 must be added and removed from xenbr0 after xend start

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] peth0 must be added and removed from xenbr0 after xend starts.
From: Michael Harris <michael.harris@xxxxxxxxxxx>
Date: Tue, 21 Feb 2006 17:12:13 -0500
Delivery-date: Tue, 21 Feb 2006 22:25:46 +0000
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/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>
Openpgp: id=A7E5A008
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 1.5 (X11/20051201)
I'm working with Xen 3.0, with kernel 2.6.12.6-xen3_7.1_rhel4.1 as
downloaded from the xensource website.  This is installed on an IBM
x336 server (Broadcom Corporation NetXtreme BCM5721 integrated
network adapter).

I haven't tampered with the configuration at all, but it seems that
i have no network connectivity unless i remove peth0  from the
bridge and then add it again.

Is this a known issue? And if so, what causes it?


[root@fuller ~]# egrep -v '^#|^ *$' /etc/xen/xend-config.sxp
(xend-http-server yes)
(xend-relocation-server yes)
(xend-address localhost)
(xend-relocation-address localhost)
(network-script network-bridge)
(vif-script vif-bridge)
(dom0-min-mem 196)
(dom0-cpus 0)

[root@fuller ~]# brctl show
bridge name     bridge id               STP enabled     interfaces
xenbr0          8000.feffffffffff       no              peth0
                                                        vif0.0

[root@fuller ~]# ip route
XXX.XXX.XXX.0/24 dev eth0  proto kernel  scope link  src XXX.XXX.XXX.241
169.254.0.0/16 dev eth0  scope link
default via XXX.XXX.XXX.1 dev eth0

[root@fuller ~]# uname -a
Linux fuller.XXX.com 2.6.12.6-xen3_7.1_rhel4.1 #1 SMP Fri Feb 3
15:56:47 MST 2006 x86_64 x86_64 x86_64 GNU/Linux



-- 
/* Michael Harris        **/float e,a,b,c,d;main(i){for(;b<4;b+=.1){
/* Systems Administrator **/for(a=0;a<4;a+=.06){c=d=0;for(i=99;--i&&
/* Maptuit Corporation   */c*c+d*d<4;)e=c*c-d*d+a-2,d=2*c*d+b-2,c=e;
/* +1 (416)367-7336      ****/putchar((char)i<=1?46:32);}puts("");}}

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] peth0 must be added and removed from xenbr0 after xend starts., Michael Harris <=