As stated in title I need to make routing decision based on destiny address.
I have following rules:
mangle
Code: Select all
chain=prerouting action=mark-routing new-routing-mark=to-172 passthrough=no dst-address=172.30.0.0/16
Code: Select all
chain=srcnat action=masquerade src-address=192.168.88.0/24 dst-address=172.30.0.0/16 out-interface=ether1-gateway
Code: Select all
# DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 A S 172.30.0.0/16 172.30.250.1 1
192.168.88.0 is my router lan on eth3 and 172.30.0.0 is a remote visible network
I followed this:
http://wiki.mikrotik.com/wiki/Load_Bala ... e_Gateways
Thanks in advance