[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-users] Nic Bonding xen 4-0 squeeze



Hello, 

You can try something like : 

auto bond0
iface bond0 inet manual
    slaves eth0 eth2
    bond-mode active-backup
    bond-miimon 100
    bond-downdelay 200
    bond-updelay 200        

auto br0
iface br0 inet static
    address 192.168.0.1
    netmask 255.255.255.0
    network 192.168.0.0
    gateway 192.168.0.254
    bridge_ports bond0
    pre-up /sbin/ifup bond0
    post-down /sbin/ifdown bond0

And you comment out the network-script in your xen config file.

Regards

Olivier

2011/11/28 Fran Rodríguez <fran.clasico@xxxxxxxxx>
hi list, 

I got a problem with this stuff for a long time, and the problema come when we update our servers to the version Squeeze, on Lenny it works perfectly. On squeeze machines the bonding works ok until i install the xen system. I saw many tutorials on internet and i dont know what to do more. Anyone could explain what its the normal process to get work this feature? or tell me where i can read something ? i am very frustrated. 

Thanks
--
Fran Rodríguez
escala NetLabel
http://escalared.com

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

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

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.