Page 1 of 1

Load Balancing using 2 pppoe connections

Posted: Thu Jul 19, 2012 7:14 pm
by kapone91
It is possible to use load balancing using 2 pppoe connections ?
I tried but i didnt figure it out how .
If you have any ideea or some lines that you use to do this please be kind and share.
Thank you verry much.

Re: Load Balancing using 2 pppoe connections

Posted: Fri Jul 20, 2012 12:36 am
by 01101110110110

Re: Load Balancing using 2 pppoe connections

Posted: Sat Jul 21, 2012 9:02 am
by kapone91
Hello and thank you , but instead of gateway i use pppoe out or i must know the gateway ?
Can this be done without knowing the gateway ?

Re: Load Balancing using 2 pppoe connections

Posted: Sat Jul 21, 2012 10:26 am
by docmarius
You can use the PPPoE interface name as gateway instead of GW IP:

intead of
/ip route add dst-address=0.0.0.0/0 gateway=10.111.0.1 routing-mark=to_ISP1

use e.g.
/ip route add dst-address=0.0.0.0/0 gateway=pppoe_interface routing-mark=to_ISP1

Re: Load Balancing using 2 pppoe connections

Posted: Sun Jul 22, 2012 8:29 am
by kapone91
Thank you
I will try