# apt install ifenslave # modprobe bonding # The loopback network interface auto lo iface lo inet loopback # LACP auto lo bond0 iface bond0 inet static address 192.168.0.31 netmask 255.255.255.0 gateway 192.168.0.1 bond-mode 4 bond-slaves eno1 eno2