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…
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?