Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
auto enp0s10
iface enp0s10 inet static
netmask 255.255.255.0
address 192.168.51.4
auto enp0s16
iface enp0s16 inet manual
bond-master bond0
auto enp0s17
iface enp0s17 inet manual
bond-master bond0
auto enp0s9
iface enp0s9 inet static
netmask 255.255.255.0
address 192.168.50.4
auto bond0
iface bond0 inet static
bond-miimon 100
bond-downdelay 200
bond-slaves none
netmask 255.255.255.0
bond-mode active-backup
address 192.168.53.4
bond-updelay 200
bond-primary enp0s16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment