HI everyone,
I'm having issues with a bond which was working a few days ago with the following settings:
/etc/network/interfaces:
Something went very wrong with it and I ended up having to reinstall, which seems to have fixed something in that the switch recognises the bond again. However, after an initially working single interface setup, when restoring the network configuration (with the new interface names) I cannot reach the server via SSH and the server cannot reach the internet.
Is there some issue with the above configuration?
The switch is a Nortel 5520-48t-pwr which was working ok with the same configuration before.
Further info below - auto config, new config, switch config and various info. Apologies for the screenshots, I cannot copy and paste from the KVM:
I'm having issues with a bond which was working a few days ago with the following settings:
/etc/network/interfaces:
Code:
auto lo
iface lo inet loopback
iface enp6s0f0 inet manual
iface enp6s0f1 inet manual
auto bond0
iface bond0 inet manual
bond-slaves enp6s0f0 enp6s0f1
bond-miimon 100
bond-mode 802.3ad
auto vmbr0
iface vmbr0 inet static
address 192.168.0.200
netmask 255.255.255.0
gateway 192.168.0.1
bridge-ports bond0
bridge-stp off
bridge-fd 0
Something went very wrong with it and I ended up having to reinstall, which seems to have fixed something in that the switch recognises the bond again. However, after an initially working single interface setup, when restoring the network configuration (with the new interface names) I cannot reach the server via SSH and the server cannot reach the internet.
Is there some issue with the above configuration?
The switch is a Nortel 5520-48t-pwr which was working ok with the same configuration before.
Further info below - auto config, new config, switch config and various info. Apologies for the screenshots, I cannot copy and paste from the KVM: