this post was submitted on 08 Nov 2025
4 points (100.0% liked)
Mikrotik
398 readers
1 users here now
A community-contributed sublemmy for all things Mikrotik. General ISP and network discussion also permitted. Please ensure if you're asking a question you have checked the Wiki First: https://help.mikrotik.com/
Mikrotik Rules: Don't post content that is incorrect or potentially harmful to a router/network.
This in itself is not a bannable offence but answers that are verifiably incorrect or will cause issues for other users will be edited or removed.
Examples: Factual errors - "EOIP is always unsecure" Configuration problems - Config that would disable all physical interfaces on a router Trolling - "Downgrade it to 5.26"
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I managed to get it working with IPv6 mangle.
I seem to need 3x mangle rules, preroute mark connection, preroute mark routing, and forward mark routing. I also needed to disable fasttrack for marked connections.
The downside is that there seems to be a performance hit, as mangle is (I guess?) more resource intensive than simple routing rules.
ETA: It seems the mark routing preroute wants an interface (in my case, a VLAN), although my use case is a little funky as I am routing this traffic via WireGuard running on an AP, as the AP CPU is way beefier than my router.