Load balance over same GW

I have 2 pppoe connections dialing internet, now both point to same GW. I wanna know it this is possible? I cant think of a way for this to work.

If you are using V3.x of RouterOS you can use interface-based routing for point-to-point links like PPPoE connections. That means, that you can just use the interface name as the gateway in your routing table, like this:

/ip route add dst-address=0.0.0.0/0 gateway=pppoe-out1

(Of course for load-balancing you would have to use some kind of routing rule, mangle or the like.)

Thanks cmit

cmit how i can do load balancing with failover with two adsl modems if it asign dhcp ips ?
can you give me an example?

I hope routes work by interfaces. The ‘DHCP’ IPs are not playing any part then. I will have to try this soon with a customized load balancing example from the WiKi.

Anyone made it work with PPPoE connections?