What you're missing is to set bridge port to be a tagged member of VLAN 10. Which is needed because you created a vlan interface named vpn, anchored to bridge interface, with vlan-id set to 10. So bridge port has to be tagged member of that VLAN.
So something like this:
So something like this:
Code:
/interface bridge vlanadd bridge=bridge tagged=bridge vlan-ids=10
Statistics: Posted by mkx — Wed Dec 27, 2023 10:54 pm