Hello,
I am trying to route traffic based on an address list to a secondary router
(default gw: pppoe client)
/ip firewall address-list add address=66.102.0.0/20 list=high_priority comment=google
/ip firewall mangle add dst-address-list=high_priority action=mark-connection new-connection-mark=speed_boost
/ip firewall mangle add dst-address-list=high_priority action=mark-routing new-routing-mark=speed_boost
/ip route add gateway=192.168.1.2 routing-mark=speed_boost scope=30 target-scope=10
but it does not work! I can see connections get forwarded to secondary gw but I get no replies... what am I doing wrong?
Thank you!