I have configured several hundred bonded interfaces in the past, but now I am stumped. I have reviewed the guidelines again, but I must be missing something. Below is my lab config. After several failed attempts, I added an additional ip on nic2 to allow me access, as the bond config was not working. If I disconnect nic2, I can not access the server. Any help would be appreciated.
From the console, I can see messages when I connect/disconnect the different network lines.
This is on a fresh install - 9.2-1
From the console, I can see messages when I connect/disconnect the different network lines.
This is on a fresh install - 9.2-1
Code:
auto lo
iface lo inet loopback
auto nic0
iface nic0 inet manual
#Col 1 - bot - 1g
iface nic1 inet manual
#Col 1 - top - 1g
auto nic2
iface nic2 inet static
address 192.168.1.104/24
#Col 2 - bot - 1g
iface nic3 inet manual
#Col 2 - top - 1g
iface nic4 inet manual
#Col 3 - bot - 10g
iface nic5 inet manual
#Col 3 - top - 10g
auto nic6
iface nic6 inet manual
#Col 4 - bot - 10g SFP+
iface nic7 inet manual
#Col 4 - top - 10g SFP+
auto bond0
iface bond0 inet manual
bond-slaves nic0 nic6
bond-miimon 100
bond-mode active-backup
bond-primary nic6
auto vmbr0
iface vmbr0 inet static
address 192.168.1.197/24
gateway 192.168.1.1
bridge-ports bond0
bridge-stp off
bridge-fd 0
Last edited: