------------
UPDATE:
------------
On the working 6.4 server, i used https://pve.proxmox.com/wiki/Upgrade_from_6.x_to_7.0 to update to 7.0-9 and networking stopped working. this seems like a bug
----------------
ORIGINAL:
----------------
hey all,
I did a fresh install of proxmox 7 on a dell r630. below is my interfaces config. when i try to make vmbr0 VLAN aware, it causes the host to lose networking. I read the documentation and couldn't find any limitations for making a bridge VLAN aware to an active-backup bond. I flashed 6.4 onto the r630 and everything works as intended - I am able to create an active-backup bond and then create a VLAN aware linux bridge.
i am selecting the option to make the bridge VLAN aware in the GUI and it adds the following lines to vmbr0
can anyone please provide any insight?
thanks!
here is the working config on proxmox 6.4-4 (also 6.4-13)
UPDATE:
------------
On the working 6.4 server, i used https://pve.proxmox.com/wiki/Upgrade_from_6.x_to_7.0 to update to 7.0-9 and networking stopped working. this seems like a bug
----------------
ORIGINAL:
----------------
hey all,
I did a fresh install of proxmox 7 on a dell r630. below is my interfaces config. when i try to make vmbr0 VLAN aware, it causes the host to lose networking. I read the documentation and couldn't find any limitations for making a bridge VLAN aware to an active-backup bond. I flashed 6.4 onto the r630 and everything works as intended - I am able to create an active-backup bond and then create a VLAN aware linux bridge.
i am selecting the option to make the bridge VLAN aware in the GUI and it adds the following lines to vmbr0
Code:
bridge-vlan-aware yes
bridge-vids 2-4094
can anyone please provide any insight?
thanks!
Code:
root@proxmox-5:~# cat /etc/network/interfaces
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage parts of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT read its network
# configuration from sourced files, so do not attempt to move any of
# the PVE managed interfaces into external files!
auto lo
iface lo inet loopback
auto eno3
iface eno3 inet manual
auto eno1
iface eno1 inet manual
auto eno2
iface eno2 inet manual
auto eno4
iface eno4 inet manual
auto bond0
iface bond0 inet manual
bond-slaves eno1 eno2 eno3 eno4
bond-miimon 100
bond-mode active-backup
bond-primary eno1
auto vmbr0
iface vmbr0 inet static
address 10.10.3.17/24
gateway 10.10.3.1
bridge-ports bond0
bridge-stp off
bridge-fd 0
root@proxmox-5:~#
here is the working config on proxmox 6.4-4 (also 6.4-13)
Code:
root@proxmox-6:/# cat /etc/network/interfaces
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage parts of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT read its network
# configuration from sourced files, so do not attempt to move any of
# the PVE managed interfaces into external files!
auto lo
iface lo inet loopback
auto eno2
iface eno2 inet manual
auto eno1
iface eno1 inet manual
auto eno3
iface eno3 inet manual
auto eno4
iface eno4 inet manual
auto bond0
iface bond0 inet manual
bond-slaves eno1 eno2 eno3 eno4
bond-miimon 100
bond-mode active-backup
bond-primary eno1
auto vmbr0
iface vmbr0 inet static
address 10.10.3.18/24
gateway 10.10.3.1
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
root@proxmox-6:/#
Last edited: