Community discussions

MikroTik App
 
kapone91
just joined
Topic Author
Posts: 15
Joined: Thu May 31, 2012 4:43 pm

Load Balancing using 2 pppoe connections

Thu Jul 19, 2012 7:14 pm

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.
 
01101110110110
Frequent Visitor
Frequent Visitor
Posts: 81
Joined: Thu Apr 12, 2012 8:19 pm

Re: Load Balancing using 2 pppoe connections

Fri Jul 20, 2012 12:36 am

 
kapone91
just joined
Topic Author
Posts: 15
Joined: Thu May 31, 2012 4:43 pm

Re: Load Balancing using 2 pppoe connections

Sat Jul 21, 2012 9:02 am

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 ?
 
User avatar
docmarius
Forum Guru
Forum Guru
Posts: 1224
Joined: Sat Nov 06, 2010 12:04 pm
Location: Timisoara, Romania
Contact:

Re: Load Balancing using 2 pppoe connections

Sat Jul 21, 2012 10:26 am

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
 
kapone91
just joined
Topic Author
Posts: 15
Joined: Thu May 31, 2012 4:43 pm

Re: Load Balancing using 2 pppoe connections

Sun Jul 22, 2012 8:29 am

Thank you
I will try