I followed http://wiki.mikrotik.com/wiki/Testwiki/ ... ic_routing
Using "Set up routing policy using ip route rule" works fine, but I always get into timeout errors when using "Set up routing policy using ip firewall mangle". I can see packet count going up in the mangle rule but I always run into timeout.
So what is the difference between:
Code: Select all
/ip route rule
add disabled=yes dst-address=37.120.169.172/32 table=Routing_VPN_GW
Code: Select all
/ip firewall mangle
add action=jump chain=prerouting comment="Traffic -> !Localnet" \
dst-address-list=!LocalNet dst-address-type=unicast jump-target=\
Fwd_www_up src-address=192.168.0.0/16
add action=mark-routing chain=Fwd_www_up dst-address=37.120.169.172 \
new-routing-mark=Routing_VPN_GW passthrough=no