My server has 4 NICs and the following network config currently works:
auto lo
iface lo inet loopback
auto eno3
iface eno3 inet manual
auto eno4
iface eno4 inet manual
auto eno1
iface eno1 inet manual
auto eno2
iface eno2 inet manual
auto bond0
iface bond0 inet manual
bond-slaves eno1 eno2
bond-miimon 100
bond-mode 802.3ad
auto vmbr0
iface vmbr0 inet static
address 10.206.74.71
netmask 255.255.255.0
gateway 10.206.74.1
bridge-ports eno3
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet manual
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
I would like to also network bond my eno3 and eno4 NICs together and still have access to my Proxmox management GUI. My management VLAN tag is 1223. The Current bond0 is working and I have VM's configured using the vmbr1 interface. What I tried to do was create a vmbr1.1223 interface with the same network params as vmbr0. I deleted the vmbr0 interface. so the Config looks like this:
auto lo
iface lo inet loopback
auto eno3
iface eno3 inet manual
auto eno4
iface eno4 inet manual
auto eno1
iface eno1 inet manual
auto eno2
iface eno2 inet manual
auto bond0
iface bond0 inet manual
bond-slaves eno1 eno2
bond-miimon 100
bond-mode 802.3ad
auto vmbr1
iface vmbr1 inet manual
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
auto vmbr1.1223
iface vmbr1.1223 inet static
address 10.206.74.71
netmask 255.255.255.0
gateway 10.206.74.1
bridge-ports bond0
bridge-stp off
bridge-fd 0
No luck, I'm not able to ping the server. The switch is configured as 802.3ad for the selected ports. Looking for help???
auto lo
iface lo inet loopback
auto eno3
iface eno3 inet manual
auto eno4
iface eno4 inet manual
auto eno1
iface eno1 inet manual
auto eno2
iface eno2 inet manual
auto bond0
iface bond0 inet manual
bond-slaves eno1 eno2
bond-miimon 100
bond-mode 802.3ad
auto vmbr0
iface vmbr0 inet static
address 10.206.74.71
netmask 255.255.255.0
gateway 10.206.74.1
bridge-ports eno3
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet manual
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
I would like to also network bond my eno3 and eno4 NICs together and still have access to my Proxmox management GUI. My management VLAN tag is 1223. The Current bond0 is working and I have VM's configured using the vmbr1 interface. What I tried to do was create a vmbr1.1223 interface with the same network params as vmbr0. I deleted the vmbr0 interface. so the Config looks like this:
auto lo
iface lo inet loopback
auto eno3
iface eno3 inet manual
auto eno4
iface eno4 inet manual
auto eno1
iface eno1 inet manual
auto eno2
iface eno2 inet manual
auto bond0
iface bond0 inet manual
bond-slaves eno1 eno2
bond-miimon 100
bond-mode 802.3ad
auto vmbr1
iface vmbr1 inet manual
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
auto vmbr1.1223
iface vmbr1.1223 inet static
address 10.206.74.71
netmask 255.255.255.0
gateway 10.206.74.1
bridge-ports bond0
bridge-stp off
bridge-fd 0
No luck, I'm not able to ping the server. The switch is configured as 802.3ad for the selected ports. Looking for help???