Answer the question
In order to leave comments, you need to log in
Why do packets go in one case, and not in the second?
Hello.
/ip firewall mangle
add action=mark-connection chain=prerouting new-connection-mark=Test-conn \
passthrough=yes
add action=mark-routing chain=prerouting connection-mark=Test-conn \
new-routing-mark=to-gre passthrough=yes src-address=192.168.100.0/24
/ip firewall mangle
add action=mark-connection chain=prerouting new-connection-mark=Test-conn \
passthrough=yes src-address=192.168.100.0/24
add action=mark-routing chain=prerouting connection-mark=Test-conn \
new-routing-mark=to-gre passthrough=yes
Answer the question
In order to leave comments, you need to log in
https://wiki.mikrotik.com/wiki/Manual:IP/Firewall/...
Fortunately if connection tracking is enabled, we can use connection marks to optimize our setup.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question