Hey, I was reading the docs and made some tests trying to understand how VLAN works with bridges, something that I'm not used to.
As far as I understand, it looks like:
VLAN aware is for multiple VLANs on one interface/bridge and it's guest, without creating a eth.x to each x VLAN that I have, and for it works, I need to create a bridge, associate it with my desired interface, mark vlan-aware option and then, inside the VMs network interface's mark my tagged VLAN, and then mark it inside my host(in my case, pfsense WAN interface), right?
And for bridge without vlan aware, I need to create one interface eth.x for each vlan and associate it with a new bridge, it will be a bridge per vlan, and then I just put the interface on my guest network interface's tab and it will be seen by my host, right?
I tried the two approaches, but it didn't work. I think I misunderstood something in VLAN configuration, so It's just for learning purposes, if someone can clarify it a bit, I'll be very grateful
As far as I understand, it looks like:
VLAN aware is for multiple VLANs on one interface/bridge and it's guest, without creating a eth.x to each x VLAN that I have, and for it works, I need to create a bridge, associate it with my desired interface, mark vlan-aware option and then, inside the VMs network interface's mark my tagged VLAN, and then mark it inside my host(in my case, pfsense WAN interface), right?
And for bridge without vlan aware, I need to create one interface eth.x for each vlan and associate it with a new bridge, it will be a bridge per vlan, and then I just put the interface on my guest network interface's tab and it will be seen by my host, right?
I tried the two approaches, but it didn't work. I think I misunderstood something in VLAN configuration, so It's just for learning purposes, if someone can clarify it a bit, I'll be very grateful