Created
January 25, 2017 10:59
-
-
Save jvsalo/4b3802814eb09dd3679ce7f5412d503a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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