Aug 30 2008
Channel Bonding on Linux
Channel bonding – or port truncking – gives the ability to apply a policy to a group of network interfaces. It is then possible to load-balance the traffic accross different ports, or keep one aside for failover.
Module Loading
Declare the channel bonding bond0 interface into /etc/modprobe.conf
# Channel Bonding
alias bond0 bonding
options bond0 miimon=100 mode=1
# You can add [...]

