Archive for the tag 'interface'

 

 

Aug 30 2008

Channel Bonding on Linux

Published by dave under 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 [...]

No responses yet