I have a problem with enabling the vlan on the bridge on a test setup, management interface is on default vlan (vlan id 1). Switch port is configured as a trunk port with the native vlan id untagged. This is a proxmox 9.2 with all the updates applied. Proxmox 8 works just fine on the same port as expected as well as any vm with a tagged vlan. Here is the network configuration,
any recommandtations on what to check is appreciated.
Thank you,
Code:
auto vmbr0
iface vmbr0 inet static
address 10.1.1.10/24
gateway 10.1.1.1
bridge-ports nic2
bridge-stp off
bridge-fd 0
bridge-vlan-aware no
bridge-vids 2-4094
bridge-pvid 1
mtu 9000
post-up bridge vlan add dev vmbr0 vid 1 pvid untagged self
any recommandtations on what to check is appreciated.
Thank you,