Page 1 of 1

Combining 4 pppoe clients

Posted: Fri Feb 14, 2014 2:17 pm
by mohbbb1985
Hello every one .. :D

I bought rb2011 and i want to combine bandwidth for 4 pppoe clients like 2Mb+2Mb+2Mb+2Mb=8Mb so i tried many methods like nth and pcc but it didn't work out :( , It always bring me bandwidth no more than 2 Mb like it shown in the video:
https://www.youtube.com/watch?v=BFrLOpowJCU

the ISP provide me a dynamic IP and pppoe user name and password , can any body direct me to the right way please ? :?

Re: Combining 4 pppoe clients

Posted: Fri Feb 14, 2014 2:39 pm
by jarda
One connection will not be faster than 2Mbits. You can not sumarize the parallel wans in this way. You can just divide all connections between these wans.

Sent from Android by Tapatalk.

Re: Combining 4 pppoe clients

Posted: Fri Feb 14, 2014 3:35 pm
by mohbbb1985
Thanks for your replay jarda

i know some people did it and they combined the bandwidth for 9 pppoe clients and they don't want to tell how did they do it :lol:

Re: Combining 4 pppoe clients

Posted: Fri Feb 14, 2014 6:55 pm
by jarda
It depends on how are you measuring it. If you measure on one thread it will not show more than 2 mbits. If you measure on 4 or more threads it can show 8mbits. They must be spread one by one, like you are giving playcards around the table. hope you understand.

Sent from Android by Tapatalk.

Re: Combining 4 pppoe clients

Posted: Fri Feb 14, 2014 7:34 pm
by slipkn67
Why don't you try modifying this code:
http://forum.mikrotik.com/viewtopic.php ... 99#p409010
It doubles my downloading speed when using 2 ISP, but on web it only works like 1 ISP. It also adds failover when 1 ISP fails. It loads my router CPU 80%+, but I have 50+70 mbps, for 2 mbps connections it should work perfectly.
I'm new to RouterOS, so please don't ask how to modify the code, I don't know :D

You can also try contacting c0d3rSh3ll in skype, he will do that for $100 no problem :D

Re: Combining 4 pppoe clients

Posted: Tue Feb 18, 2014 7:07 am
by rahulmkhj
Hello every one .. :D

I bought rb2011 and i want to combine bandwidth for 4 pppoe clients like 2Mb+2Mb+2Mb+2Mb=8Mb so i tried many methods like nth and pcc but it didn't work out :( , It always bring me bandwidth no more than 2 Mb like it shown in the video:
https://www.youtube.com/watch?v=BFrLOpowJCU

the ISP provide me a dynamic IP and pppoe user name and password , can any body direct me to the right way please ? :?
It might help you: http://mum.mikrotik.com/presentations/US12/steve.pdf A bit on lengthy side.. but sounds useful.

Re: Combining 4 pppoe clients

Posted: Tue Feb 18, 2014 9:32 am
by joegoldman
To do proper bonding all links would need to be via the same provider and both your providers LNS and you need to be configured for MLPPP.

MLPPP is easily achieved on Mikrotik by specifying multiple interfaces on the pppoe-client interface.

If MLPPP isn't possible cos you have mixed providers, or your provider does not allow it, then no matter the system you put in place, you'll only ever get maximum 2mbit in a single stream. The point of load balancing multiple links (not bonding like MLPPP) is to spread the streams over all connections, so you could potentially have 4 streams all running at 2mbit (think P2P protocols etc) giving you a combined 8mbit that way.