# interfaces(5) file used by ifup(8) and ifdown(8) auto lo iface lo inet loopback # auto bond0 # auto eth0 #eth1 is manually configured, and slave to the "bond0" bonded NIC ## auto eth1 ## iface eth1 inet manual ## bond-master bond0 #eth2 ditto, thus creating a 2-link bond. ## auto eth2 ## iface eth2 inet manual ## bond-master bond0 # bond0 is the bonded NIC and can be used like any other normal NIC. # bond0 is configured using static network information. # auto bond0 ## iface bond0 inet static ## address 192.168.60.1 ## netmask 255.255.255.0 # bond0 uses standard IEEE 802.3ad LACP bonding protocol # bond-mode 802.3ad ## bond-miimon 100 ## bond-lacp-rate 1 ## bond-slaves none