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] bonding with xen 3.3.1

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] bonding with xen 3.3.1
From: Alberto Asuero Arroyo <albertoasuero@xxxxxxxxx>
Date: Tue, 3 Feb 2009 12:07:53 +0100
Delivery-date: Tue, 03 Feb 2009 03:08:38 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=DihjINFd4FFM/ccJERmMTErSuDWjDQ534OBVYRC6gVQ=; b=el0h+xpq36KeJQiZYE4sQ50XcTIdZ7JhPtg2LqTKqPLZb61pT0rNR6GmxXGD2h6y6z 2ZnIQmnazRn9bLN1TYN1KOHtOU5W0IFmbYe3Eh+mu5X5SuynpHhzzeXSzsfYM9cAne3N T9ZPY38e0aEhjTEALAZsUGkqGTI/t8nhXdXhk=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=J06iLk5UTP4FRtiyg7bONHrlc8fDjO1foJJvDUFVLxWgl6AAwwTM4T7xg14HoosW6I 77w9z1ZZe+zyvB7Turw9VqHxjl3UbbuQ59uURk3UcOze063YfLIuWO0E6+vpXTfv+OZC HSq/pEHzJHVHf9ZnSufertodaX6RxDAy3pRbQ=
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
Hi !!

I'm trying to use my bonding in my xen. I 've a debian 40r6 etch. The bounding works perfectly without xen.

In /etc/modules

bonding miimon=100 mode=balance-alb

when I run xend:

bonding: bond0: first active interface up!
bonding :bond0 link status definitely up for interface eth1
bonding: bond0 release slaves
ADDRCONF(NETDEV_UP): pbond0: link is not ready
bond0: port1(vif1.0) entering disabled state

My /etc/network/interfaces

auto  bond0
iface bond0 inet static
address 10.30.102.254
gateway 10.30.102.5
netmask 255.255.255.0
up /sbin/ifenslave bond0 eth0
up /sbin/ifenslave bond0 eth1


My /etc/xen/xend-config.sxp

                (network-script network-bridge)
                (vif-script vif-bridge)
                (dom0-min-mem 2024)
                (dom0-cpus 0)
                (vnc-listen '0.0.0.0')
                (vncpasswd '')


According to http://wiki.xensource.com/xenwiki/XenNetworking.  "the bridge (xenbr0), peth0, eth0 and vif0.0 are brought up".

For me when I don't use the bonding (using eth0)and started xen peth0 and eth0 are bring up but vif0.0 and the xenbr0 are not bring up. After I do "brctl show" and the bridge name is eth0, is correct?? I don't know if it's correct but its works!!I can do ping, ssh, connect to vnc of domains...

When I start with the bonding (using bond0)  only peth0 and pbond0 are bring up. And "brctrl show" put  two bridges bond0 and eth0. And  the network doesn't work .

any ideas??Are there a tutorial of this or doc?

thanks,

Alberto






_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] bonding with xen 3.3.1, Alberto Asuero Arroyo <=