Skip to content

Instantly share code, notes, and snippets.

@kitchen
Created August 4, 2013 20:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kitchen/6151779 to your computer and use it in GitHub Desktop.
Save kitchen/6151779 to your computer and use it in GitHub Desktop.
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet manual
bond-master bond0
auto eth1
iface eth1 inet manual
bond-master bond0
auto bond0
iface bond0 inet manual
hwaddr 00:25:90:c2:a4:ae
bond-mode 802.3ad
bond-miimon 100
mond-lacp-rate 1
bond-slaves none
auto br0
iface br0 inet static
address 10.2.0.158
gateway 10.2.0.1
netmask 255.255.255.0
dns-nameservers 10.2.0.58
bridge_ports bond0
bridge_tp off
bridge_fd 9
bridge_hello 2
bridge_maxage 12
bridge_maxwait 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment