OPNSense VLAN and Unifi Switch/AP

Started by Want2Lean91, October 20, 2022, 02:52:42 AM

Previous topic - Next topic
It works for me. There is no settings for that in GUI, experiment with powershell command (in my case):
Set-VMNetworkAdapterVlan -VMName vmname -Trunk -AllowedVlanIdList "30,40" -NativeVlanId 0
Put correct numbers for allowed and native VLANs.

Would this be without adding an additional physical NIC to the system?