I tried to create a mangle rule from, with the source address of the TV running Plex, and port 32400, and redirect the traffic out the public internet instead, however even though I can see the traffic counters on the mangle rule incrementing, Plex traffic is still going over the VPN.
This is my mangle rule
Code: Select all
chain=prerouting action=mark-routing new-routing-mark=BypassVPN passthrough=yes protocol=tcp src-address=10.253.11.234 dst-port=32400 log=no log-prefix=""
Code: Select all
ip route> print detail
0 A S dst-address=0.0.0.0/0 gateway=ether1 gateway-status=ether1 reachable distance=1 scope=30 target-scope=10 routing-mark=BypassVPN
If this is more of a plex issue than a Mikrotik issue, ill repost elsewhere. Thanks for any help here.