2 isp connection -again

Can anyone take a look at this link http://www.lartc.org/howto/lartc.rpdb.multiple-links.html and tell can it be implement in any way to MTK. Not so long time ago NORMIS told us that it would be enough just to set two gateways like this:
/ip route add gateway=11.1.1.1,55.5.5.5

I tried this but I get lot of packet loses. I think that with this solution packets don’t know where to go back. So friend send me the above link and tell to try it, but I don’t know how to implement it in MTK. Can anyone help me to solve the problem…

Thanx…

yo ucan do it with policy routing and routing tables:
http://www.mikrotik.com/docs/ros/2.8/ip/route.content#7.48.3

Thanx Normis - you are realy a GURU…

I have splited parts of my network to go difrenet ways. 192.168.0.x/24 is going to gw 10.0.0.10 and 192.168.1.x/24 is going to gw 10.0.1.10. This now work perfect.

But (there is always “but”), is it somehow possible for all packets from my network 192.168.0.0/16 to “chose” where to go and where to come back, so I don’t have to “split” my network on two segments and gateways. Is this what I want some kind of bonding which is expected in MTK 2.9?

After much expirimentation.

to accomplish what you are wanting requires much cooperation from the up stream ISP’s.

I have played with the prefered source as well as lots of policy routing. But (there is always a but) many isp’s I am finding block packets that have source addresses that are not from a trusted IP block. I the case of my provider a few packets get through but then the connection dies. The packets leave my network but never return since the up stream isp is dropping them.

for what it’s worth,

Joe