[Help]2 Internet Connection but dont want use load balancing

Dear all i got trouble here, my situation are :
I have 2 internet connection and 1 intranet connection.
Ex.
1 internet connection 222.124.50.210/28 gw 222.124.50.209 @eth0
1 internet connection 222.124.78.226/29 gw 222.124.78.225 @eth1
1 intranet connection 192.168.1.10/24 @eth2

Now, what i wanna do is :
192.168.1.15/32 do snat 222.124.50.210 and use gw 222.124.50.209
192.168.1.16/32 do snat 222.124.78.226 and use gw 222.124.78.225

I just found documentation how to use load balancing. I dont want to have equal load balancing, i just want to make my own rule so which local ip goes to which public ip with its own gateway

I use Mikrotik 2.9.2

Anybody help me please? Thanks before.

:smiley:

What you’re looking for is Policy Routing which is described here: http://www.mikrotik.com/docs/ros/2.9/ip/route.

Regards

Andrew