Skip to content

Instantly share code, notes, and snippets.

@boxrick
Created November 28, 2016 11:21
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 boxrick/a5c235008734c09ef8bf46fb9b2fb5ba to your computer and use it in GitHub Desktop.
Save boxrick/a5c235008734c09ef8bf46fb9b2fb5ba to your computer and use it in GitHub Desktop.
Interfaces
auto bond0
iface bond0 inet static
address 172.16.0.5
netmask 255.255.255.192
gateway 172.16.0.1
dns-nameserver 172.16.0.2
dns-nameserver 172.16.0.3
bond-mode active-backup
bond-miimon 100
bond-slaves none
auto eno1
iface eno1 inet manual
bond-master bond0
bond-primary eno1
auto eno2
iface eno2 inet manual
bond-master bond0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment