# interfaces(5) file used by ifup(8) and ifdown(8) auto lo iface lo inet loopback #auto enp3s0f0 # iface enp3s0f0 inet dhcp auto enp3s0f0 iface enp3s0f0 inet static address 163.17.51.30 netmask 255.255.255.0 dns-nameservers 163.17.51.6 168.95.1.1 163.17.51.1 gateway 163.17.51.254 auto enp1s0f0 iface enp1s0f0 inet manual bond-master bond0 auto enp1s0f1 iface enp1s0f1 inet manual bond-master bond0 auto enp1s0f2 iface enp1s0f2 inet manual bond-master bond0 auto enp1s0f3 iface enp1s0f3 inet manual bond-master bond1 auto enp4s0f0 iface enp4s0f0 inet manual bond-master bond1 auto enp4s0f1 iface enp4s0f1 inet manual bond-master bond1 # bond0 is the bonding NIC and can be used like any other normal NIC. # bond0 is configured using static network information. auto bond0 iface bond0 inet static dns-nameservers 163.17.51.6 8.8.8.8 address 192.168.11.1 netmask 255.255.255.0 bond-mode balance-alb bond-miimon 100 #bond-lacp-rate 1 #bond-mode 802.3ad bond-slaves enp1s0f0 enp1s0f1 enp1s0f2 #bond-slaves eth1 eth2 eth3 auto bond1 iface bond1 inet static address 192.168.12.1 netmask 255.255.255.0 bond-mode balance-alb bond-miimon 100 #bond-lacp-rate 1 #bond-mode 802.3ad bond-mode balance-alb bond-slaves enp4s0f0 enp4s0f1 enp1s0f3