Thu Apr 23, 2015 2:17 pm
You need to use IP firewall mangle rule to add a route mark to packets from the IP you want to leave via the different gateway and add a default rule specifying the gateway and the packet mark.
I don't have a router board to hand right now, but the script it along these lines:
/ip firewall mangle add chain=forward src-address=193.190.15.9 action=mark-routing new-routing-mark=via-gw2
/ip route add dst-address=0.0.0.0/0 gateway=1.1.2.2 routing-mark=via-gw2
Hope this helps.
Ade