[PVE-User] HA using mulltiple network interfaces.
Laurent CARON
lcaron at unix-scripts.info
Mon Mar 12 14:07:03 CET 2012
On 12/03/2012 13:48, "[SOLTECSIS] Carles Xavier Munyoz Baldó" wrote:
> Yes, but is it possible to setup the cluster to only consider the other
> node as failed when it don't responds in all its network interfaces?
If failed NIC, unplugged cable, failed switch ... is a big concern to
you, you should look at inter-switch LACP bonding.
/etc/network/interfaces
auto bond2
iface bond2 inet static
address 10.100.0.21
netmask 255.255.255.0
network 10.100.0.0
broadcast 10.100.0.255
slaves eth1 eth5
bond-mode 802.3ad
bond-miimon 100
bond-downdelay 200
bond-updelay 200
More information about the pve-user
mailing list