Vider la swap d’un linux (pour la décharger dans la RAM) :
sync ; echo 3 > /proc/sys/vm/drop_caches
Configuration /etc/network/interfaces pour du bonding/LACP :
auto bond0
iface bond0 inet static
bond-mode 4
bond-miimon 100
bond_xmit_hash_policy layer2+3
bond_lacp_rate slow
slaves eth0 eth1 eth2 eth3
address 192.168.xxx.xxx
netmask 255.255.255.0
network 192.168.xxx.0
gateway 192.168.xxx.254