Interface based routing?

Can someone help me with that?

I tryed everything but no result. I couldn’t use routing from same computer because I use 2 connections from same ISP, and the hava a same network. Now, when interface routing is available I can set it up.

I use policy routing but all trafic is going to 1.interace…

interface routing configuration is the following,
‘ip route add gateway=’, it should work fine for point-to-point interface.
What kind of connection with two gateways you have ?

Maybe I was a little bit unprecise. I connect to my ISP over pppoe connections. I have a two ADSL lines. Until now i couldn’t use two connections to ISP from same machine because my gateweys was the same. Now with interface based routing I can do that. But, I followed a manual from wiki http://wiki.mikrotik.com/wiki/Policy_Routing_in_RouterOS_2.9.x but with no sucess. When I add new rule to /ip route rule, MT discconect me and I can log in anymore. I have to mac-telnet and remove the rule. When there is no rule, MT uses only one pppoe-out…

I hope that I’m a little bit precise this time…

P.S. Thx Sergejs for helping me

Hello

Sorry to dig up an old post but this is what I would like to do also.

I have 2 connections to the same ISP with same GW IP address.

Will V3 allow me to route via interface even tho GW IP is the same?

Thanks :slight_smile:

Yes. In v3 it works like a charm. Just use interface as a gateway.

interface routing - is it when automatic gateway address on specified interface selected?

what if I need to add some kind of ‘connected’ route? i.e. advertise connected network on interface, but have no IP address on that interface?

when you say “routing” you say in current situation you say - ISO layer 3

yep. for example, asymmetric routing, when on ether1 you have an address 10.0.0.1/24, on ether2 you do not have an address, but you know that behind ether2 there is 10.10.10.0/24 network, and their gateway address (10.10.10.1) is on other router. i.e. packets are only received via first router, and sent via another one. so is there a possibility at advertise 10.10.10.0/24 network on ether2 without adding an address (10.10.10.254/24, for example) to interface?