diff --git a/GOS_misc.md b/GOS_misc.md index ed91199..477e130 100644 --- a/GOS_misc.md +++ b/GOS_misc.md @@ -1,3 +1,15 @@ +# Networking + +## Bonding + +Traffic is distributed between interfaces using LACP protocol. It is recommended to use LACP on switch side too. +It is also recommended to enable layer2+3 hashing for better traffic distribution. + +``` +ip link set bond0 type bond xmit_hash_policy layer3+4 +``` + + ## collectd ### Forwarding collectd metrics to another collectd instance