1. Yes. Using mixed tagged / untagged is not recommended because of FreeBSD limitations.2. Create the VLAN, then switch the 'LAN' assignment from the parent to the new VLAN.3. No need. Rules are bound to the lan / wan / optx names, not to the actual interfaces / VLANs.CheersMaurice
Default VLAN ID [(Specified as vlan01)] must be specified for access ports since it will be used to tag ingress traffic and untag egress traffic for the certain port.
so my mikrotik is setup like this:Vlan Tab:Trunk (to opnsense): Vlan Mode=Enable, Vlan Recv=Any, Default VLAN ID=1, Force Vlan ID=disable. Member of vlans: 1,3Access (to computer): Vlan Mode=Enable, Vlan Recv=Any, Default VLAN ID=1, Force Vlan ID=disable [the computer should be on vlan1 as well]., member of vlans: 1 only.I followed their guide for this, and there seems to be no other way to actually label something as a "Trunk port" just make sure it's a member of all the relevant vlans.Right now the trunk works, it carries both tagged vlan03 traffic and untagged traffic (that is intended for Subnet01).The problem is, i think, this line from CRS's docs: Default VLAN ID must be specified for access ports since it will be used to tag ingress traffic and untag egress traffic for the certain port.How does the Switch know which is an access port and which is a trunk port? Is it just untagging "all egress traffic" for PVID (i.e. vlan1) for that port? there doesn't seem to be a way to tell the switch "this is a trunk port don't untag egress traffic". or shd i just assign a random PVID so it only untags that VLAN ID and leaves the vlan ID 1 alone?