Skip to content

Instantly share code, notes, and snippets.

@jvsalo
Created January 25, 2017 10:59
Show Gist options
  • Save jvsalo/4b3802814eb09dd3679ce7f5412d503a to your computer and use it in GitHub Desktop.
Save jvsalo/4b3802814eb09dd3679ce7f5412d503a to your computer and use it in GitHub Desktop.
# Physical network interfaces
auto enp3s0f0
iface enp3s0f0 inet manual
bond-master bond0
bond-primary enp3s0f0 enp3s0f1
auto enp3s0f1
iface enp3s0f1 inet manual
bond-master bond0
bond-primary enp3s0f0 enp3s0f1
# Bonding
auto bond0
iface bond0 inet manual
bond-slaves none
bond-mode active-backup
bond-primary enp3s0f0 enp3s0f1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment