# /etc/network/interfaces # The loopback network interface auto lo iface lo inet loopback # The primary network interface auto eth0 iface eth0 inet manual bond-master bond0 auto eth1 iface eth1 inet manual bond-master bond0 auto bond0 iface bond0 inet static address 192.168.81.169 netmask 255.255.255.0 network 192.168.81.0 broadcast 192.168.81.255 gateway 192.168.81.1 bond-mode 802.3ad bond-miimon 100 bond-downdelay 100 bond-updelay 100 bond-lacp-rate 4 bond-slave none # dns-* options are implemented by the resolvconf package, if installed dns-nameservers 192.168.81.10 192.168.81.11 dns-search my.dom.ain