|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] bonding with xen 3.3.1
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 <=
|
|
|
|
|