Routing two networks to two gateways one mikrotik

I have a mikrotik with two gateways

  1. 10.10.100.55
  2. 10.1.1.1

I currently have two static routes
0.0.0.0/0 GW 10.10.100.55
0.0.0.0/0 GW 10.1.1.1

By disabling one or the other I am obviously sending my traffic out ether gateway

I also have two networks
192.168.250.X
192.168.251.X

I want to send all traffic originating from the 192.168.250.X network to 10.10.100.55 and all traffic originating from the 192.168.251.X network to the 10.1.1.1 gateway

A simple routing issue I’m sure, I’m to confused to make it work.

Thanks

Two gateway will NOt work at a time.

I am sure it will show one gateway status Active(AS) and at the same time other will show (S).

Please confirm the same, than will give you the solution

ASHISH.

Mangle the traffic from your 192.168.250.X network and mark packet. Then once you do that setup a route based on that marked packet.

Checkout http://wiki.mikrotik.com/wiki/Load_Balancing_over_Multiple_Gateways

This is what im looking for, thanks for the help.

I am not looking to load balance.

Thanks