From fecb3b07a02492e9b37f1c769a8da53eb2013a40 Mon Sep 17 00:00:00 2001 From: Denys Fedoryshchenko Date: Fri, 1 Sep 2023 01:00:14 +0300 Subject: [PATCH] Add gos docs 4 --- GOS_misc.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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