Code:Select all
/ip firewall chain=forward action=fasttrack-connection connection-state=established,related routing-mark=main
But, it's not working. As I understand, route-mark from prerouting should be reflected/available in the forwarding chain (otherwise why having the setting).
If I add a mangle rule to "connection-mark" based on the "route-mark" and use the connection-mark in the Fasttrack filter, it works. But one my setup that requires a few more rules (one for each route mark I use) and the route-mark rules (several) need to passthrough, to allow the connection-marking. Lot's of rules and not efficient.
Any ideas why checking for route-mark in the forwarding chain will not work?