Hey all,
I’ve been using Proxmox for some time and have several VLANs that I use across my VM’s.
I have a trunk to my Proxmox server that is tagged with these VLANs, and everything seems to be working as I expect.
The question I have comes from early today when I was adding a new VLAN to my Proxmox server to use in a VM, and noticed that I do not seem to have the actual VLAN ID’s like I remembered (maybe this changed between Proxmox VE 7 to 8?) and instead I only have comments here.
When I check the config in shell, I see this, and it appears all VLAN ID’s are allowed.
My question is, how can I limit this to only the desired VLAN ID’s (100, 200, 300, etc) and not that entire range? Is there a GUI option or should I just modify that config? If I modify the config, do I just enter them comma seperated?
In the bridge-vids option, you can replace 2-4094 with a space-separated list of vlans to be allowed tagged ingress/egress on the bridge interface, if you prefer to limit it. Nothing in the GUI for that, as far as I know.
Done, thank you