Goal
Be able to specify vLANs in two places:
Actions taken
Enabled 'VLAN aware' on one node.
Expected results
On the node where 'VLAN aware' is enabled on the bridge, I am able to join the same vLAN regardless of whether it is configured inside the guest OS or on the VM NIC in Proxmox.
Actual results
After enabling 'VLAN aware' on one node, the 'VLAN aware' functionality (ability to join vLAN regardless of whether it is configured inside the guest OS or on the VM NIC in Proxmox) works on all nodes.
I expected for this to work only on the node where 'VLAN aware' has been enabled.
Question
Why does this work?
Environment details
Node with 'VLAN aware' enabled:
Node without 'VLAN aware' enabled (while functionality is same as on `proxmox04`):
Be able to specify vLANs in two places:
- Inside guest OS
- VM NIC in Proxmox
Actions taken
Enabled 'VLAN aware' on one node.
Expected results
On the node where 'VLAN aware' is enabled on the bridge, I am able to join the same vLAN regardless of whether it is configured inside the guest OS or on the VM NIC in Proxmox.
Actual results
After enabling 'VLAN aware' on one node, the 'VLAN aware' functionality (ability to join vLAN regardless of whether it is configured inside the guest OS or on the VM NIC in Proxmox) works on all nodes.
I expected for this to work only on the node where 'VLAN aware' has been enabled.
Question
Why does this work?
Environment details
Node with 'VLAN aware' enabled:
Code:
root@proxmox04:~# cat /sys/class/net/vmbr999/bridge/vlan_filtering
1
root@proxmox04:~# pveversion
pve-manager/6.2-6/ee1d7754 (running kernel: 5.4.44-2-pve)
Node without 'VLAN aware' enabled (while functionality is same as on `proxmox04`):
Code:
root@proxmox03:~# cat /sys/class/net/vmbr999/bridge/vlan_filtering
0
root@proxmox03:~# pveversion
pve-manager/6.2-6/ee1d7754 (running kernel: 5.4.44-1-pve)