Add gos docs 4

This commit is contained in:
Denys Fedoryshchenko
2023-09-01 01:00:14 +03:00
parent 7dea0dacd2
commit fecb3b07a0
+12
View File
@@ -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