Loadbalancing in Mikrotik 4.9

lan = 11.1.1.1/24

Modem 1 = 192.168.1.1 (pppoe) 4Mb

Modem 2 = 192.168.2.1 (pppoe) 4Mb

i have 2 isps with different Dns

how can i combine both line and use 8 mb at my pc?

any idea?

Still waiting for experts` suggestion

i need this solution urgently

please suggest the scripts asap

You can’t do that, unless the two PPPoE accounts are from the same provider. If they are, ask the provider if they offer MLPPP. If they do, follow http://wiki.mikrotik.com/wiki/Manual:MLPPP_over_single_and_multiple_links.

If they PPPoE accounts are not from the same provider or they don’t offer MLPPP the best you can do is PCC (http://wiki.mikrotik.com/wiki/Manual:PCC). This will NOT give you an 8 meg download on a single connection, which would be impossible to achieve in your situation (no MLPPP available). It will spread multiple connections over the two PPPoE accounts. The more connections, the more evenly load will be spread.

Search the forums and the wiki. That will get you a solution faster than waiting for someone to walk you through something that has been covered dozens of times - this question pops up multiple times a week, and is also covered in the manual.

Edit: see http://forum.mikrotik.com/t/how-to-use-2-pppoe-connection/46254/1 for example, where omega-00 posted additional helpful links.

what about ECMP configuration?

will it add 2 wan bandwidth for 1 lan?

e.g 4mb Wan1 +4mb Wan2 = 8mb Lan users

You said you’re using private IP addresses. ECMP would mean the circuits NAT out to different public IPs. Endpoints your users are talking to would see packets from two different IPs for the same connection, and would throw away half of the packets as invalid.

Not exactly an answer but…
I’ve tried MT PCC several times and never had satisfactory results, not enough knowledge about the subject I suppose. Currently three ADSL (PPPoE) WANs, one 20Mbit, and two 10Mbit are serving 200+ users, they are balanced using pfSense and for a 6 months now I’ve never had a single problem. If that solution can satisfy you, do try it.
ZeroShell works well too but eats CPU, 1,3GHz pentium was not able to handle it.

And unlike winbox, psSense GUI is skinnable so you can waste you time even more than usual :smiley:

“”““Sorry, Wrongly Edit””“”

i posted the details according to ur query, please provide solution to use multiple Wan at a time?

I didn’t ask for that information, it’s part of my signature and has no bearing on your question.

You still can’t use ECMP. Did you check if your provider offers MLPPP? Did you read the other thread I linked to?
If you can’t use MLPPP, use PCC. There’s a wiki on it with an example. Replace the example IPs with yours, apply it.