Community discussions

MikroTik App
 
User avatar
mac86
Member Candidate
Member Candidate
Topic Author
Posts: 124
Joined: Sat Nov 25, 2006 12:52 am
Location: bahia blanca - argentina
Contact:

Load Balance: 3 PPPoE adsl (same ISP)+webProxy, it is possib

Sat Oct 27, 2007 3:26 am

Hi,

I've 3 adsl (same ISP, same IP gateway), and I want to make
load balance, with MT 3.0Rc9

The magic is just here:
/ip route add gateway=pppoe_out1,pppoe_out2,pppoe_out3
default gateway is interface based.

With NTH (on mangle prerouting), and SRCDST (on postrouting nat) all works!

How ever when I put a WebProxy on MT, (and I put NTH rules on MANGLE OUTPUT),
my webProxy can't get web browse.

If I make load balance, (NTH on mangle prerouting), webcache doesn't work.
If I make webcache with (NTH on mangle output), nat doesn't work.

Seem like webProxy and NAT load balance doesn't work Simultaneously.

Is really possible make load Balance with 3 PPPoE adsl (same ISP) + webProxy ?


best regards.
 
User avatar
gmeyer
just joined
Posts: 12
Joined: Fri Aug 17, 2007 3:56 am
Location: Esperanza, Santa Fe, Argentina
Contact:

Re: Load Balance: 3 PPPoE adsl (same ISP)+webProxy, it is possib

Fri Nov 02, 2007 1:44 pm

I am trying to do the same thing, but even without positive results
You can publish the configure script?

Greetings.
Gabriel.
 
User avatar
mac86
Member Candidate
Member Candidate
Topic Author
Posts: 124
Joined: Sat Nov 25, 2006 12:52 am
Location: bahia blanca - argentina
Contact:

Re: Load Balance: 3 PPPoE adsl (same ISP)+webProxy, it is possib

Mon Nov 05, 2007 4:37 pm

sorry gmeyer ,

I've deleted all MT related, and put a Linux Debian and now works everythig on a very good way !!

4 adsl (same ISP , same gateway, pppoe)
load balance
squid - cache

and the most important: it works !!

best regards,
Andres.
 
User avatar
eugenevdm
Member Candidate
Member Candidate
Posts: 208
Joined: Tue Jun 01, 2004 12:23 pm
Location: Stellenbosch, South Africa
Contact:

Re: Load Balance: 3 PPPoE adsl (same ISP)+webProxy, it is possib

Tue Nov 06, 2007 5:18 am

I tried for years trying to get load balancing and transparent proxy right using Mikrotik and gave up in the end. I mostly experimented with ECMP, but I also gave NTH a try.

The problems I had:

* HTTP downloads breaking - some people have this problem, others not. I had it and my customers hated me.
* Certain other protocols breaking, e.g. SSL, MSN (so you end up policy routing these protocols)

In the end I opted for a separate load balancer and separate transparent proxy. My conclusion is it's better to separate your load balancing role with your transparent proxy role. This might not always be possible because depending on your load balancer the moment you activate a transparent proxy all the source packets have the same address, that of the router. So you end up sending all your traffic via one route as you cannot identify different incoming lines.

At present I am using a Linksys RV016 as the load balancer (7x ports for load balance) and Mikrotik 2.9.x as the transparent proxy. This setup is stable, but I still have to policy route some protocols. The transparent proxy has 491 clients registered tonight. I have never had any downtime on the proxy but the Linksys occasionally reboots. Other people complain about performance of the Linksys. One feature I really like about the Linksys is it wants to know about the speed of each of your ports, upload and download. E.g. you can specify you have 384k upload and 4096k download. It obviously uses this information internally to properly balance the lines. Nice.

I am planning on migrating the transparent proxy to Mikrotik 3.0.x in the next month. I am a little bit nervous because I can't compromise any of my clients, but since the proxy in Mikrotik 3 is completely new I might be pleasantly surprised. I really see forward to putting in a fast SATA drive for the proxy. I'll publish my results.

I hope in the long term the guys at Mikrotik starts devoting more time to the desires of us mere mortals to load balance multiple connections AND use a transparent proxy. There is a big need for this, especially in developing countries where large T1-type lines are expensive and hard to come by. For now these people are stuck with load balancing multiple asymmetrical lines. Mikrotik is a 'core' product, whereas load balancing and transparent proxy is quite a 'custom' service, considering all the available parameters. What we need is some kind of wizard that help us load balance a few asymmetrical lines, set up a transparent proxy, and provide assistance with the most common types protocols such as SSL and IM that cannot be load balanced. This appears to be the most common type of request.
 
User avatar
mac86
Member Candidate
Member Candidate
Topic Author
Posts: 124
Joined: Sat Nov 25, 2006 12:52 am
Location: bahia blanca - argentina
Contact:

Re: Load Balance: 3 PPPoE adsl (same ISP)+webProxy, it is possib

Tue Nov 06, 2007 3:40 pm

Very good post, eugenevdm.

In the mean time I will continue making Load balance (multiple adsl, same provider and same IP gateway,
with proxy cache) on a Linux debian box (kernel tuned), with diferents HTB scripts that make all
work, QoS, availability and so on inslusive... he he.

I don't know a better way to do it. I'm using it for years without any problem.

I home MT people consider to view this issue because, like you said, is a common
topic on countries where a T1/E1 is very expensive yet.

Best regards,
Andres.
 
User avatar
NetworkPro
Forum Guru
Forum Guru
Posts: 1376
Joined: Mon Jan 05, 2009 6:23 pm
Location: bit.ly/the-qos
Contact:

Re: Load Balance: 3 PPPoE adsl (same ISP)+webProxy, it is possib

Thu Jan 29, 2009 2:28 am

I am really interested in PPPoE load balancing without any problems, such as: http://forum.mikrotik.com/viewtopic.php ... 24#p142224 and the post below.
I think even on Linux, there would be similar problems.

Thank you.

maybe someone else also has a suggestion, about PPPoE load balancing?
Last edited by NetworkPro on Fri Mar 20, 2015 12:00 pm, edited 2 times in total.
 
und3ath
Frequent Visitor
Frequent Visitor
Posts: 62
Joined: Mon Mar 23, 2009 7:01 pm

Re: Load Balance: 3 PPPoE adsl (same ISP)+webProxy, it is possib

Mon Mar 23, 2009 7:09 pm

My working solution:

I have now 4x 12Mb ADSL2+ lines. For real 48Mb line you need to put a router into serverhousing (because of high speed line).
So the "outside" router has 1Gbps line with cca 2TB data limit(here I pay cca 130€ monthly for it).

Next step: I create 4xEoIP tunnel between each ADSL line and the outside router. Then I create BONDING interface with EoIP slaves. So users from LAN are going out through bonded EoIP tunnels and their public IP address is the IP of the outside router.

This way I'm getting real 48Mb line. For upload it has 2Mbps(4x 512kbps). Everything is working fine. :)
 
User avatar
mac86
Member Candidate
Member Candidate
Topic Author
Posts: 124
Joined: Sat Nov 25, 2006 12:52 am
Location: bahia blanca - argentina
Contact:

Re: Load Balance: 3 PPPoE adsl (same ISP)+webProxy, it is possib

Mon Mar 23, 2009 9:42 pm

EXCELENT!

can you post your configuration ?

regards
andres
 
und3ath
Frequent Visitor
Frequent Visitor
Posts: 62
Joined: Mon Mar 23, 2009 7:01 pm

Re: Load Balance: 3 PPPoE adsl (same ISP)+webProxy, it is possib

Mon Mar 23, 2009 10:03 pm

At this moment I don't have access to the routers (because of firewall on the hotel where I am now).
But it is similar to this:
http://www.mikrotik.com/testdocs/ros/3. ... ent.php#.2

My simplified schema:
4x ADSL2+ Vigor2700 router in bridge mode. PPPoE is dialed from Mikrotik:
Vigor1 -----> mikrotik_home ether1
Vigor2 -----> mikrotik_home ether2
Vigor3 -----> mikrotik_home ether3
Vigor4 -----> mikrotik_home ether4

Outside router:
4x public IP address

On both routers(home and outside) you need to create routing rules, that will route the EoIP tunnel through needed interface.
It is a must because EoIP interfaces are created from both sides. And you need only 1 tunnel through 1 ADSL connection.
 
User avatar
mac86
Member Candidate
Member Candidate
Topic Author
Posts: 124
Joined: Sat Nov 25, 2006 12:52 am
Location: bahia blanca - argentina
Contact:

Re: Load Balance: 3 PPPoE adsl (same ISP)+webProxy, it is possib

Tue Mar 24, 2009 4:29 am

Please, if you later can post your configuration, I will to thank you.

Best regards.
 
User avatar
mac86
Member Candidate
Member Candidate
Topic Author
Posts: 124
Joined: Sat Nov 25, 2006 12:52 am
Location: bahia blanca - argentina
Contact:

Re: Load Balance: 3 PPPoE adsl (same ISP)+webProxy, it is possib

Tue Mar 24, 2009 5:49 am

Hi !

I'm trying to connect my local ROS (6 adsl) with my remote ROS (1 T1 line, and 6 public IPs)

Then I make 6 EOIP tunnels from local ROS to Remote ROS, using static routes in order to
each route use each adsl line.

Thath works very great...!!

My problem is my 6 ADSL on local router have IP dynamic, not static.
Then, I tried to setup PPtP server on remoter ROS, and make 6 PPTP tunels
from local ROS to remote ROS, and then make eoip over PPTP tunels.

My result is:

- Bonding EoIP tunels over PPtP works, but I get a slow bandwidth.

- Bonding EoIP tunels without PPtP works, and I get a great bandwidth,
but every time ADSL change IP, I must reconfigure EOIP remite IP address
on remote ROS.

There is a way to get all bandwidth when bonding EOIP tunels over PPTP ???

Thank you!
 
und3ath
Frequent Visitor
Frequent Visitor
Posts: 62
Joined: Mon Mar 23, 2009 7:01 pm

Re: Load Balance: 3 PPPoE adsl (same ISP)+webProxy, it is possib

Tue Mar 24, 2009 7:11 am

I have same problems though PPtP. But it is possible to make it without PPtP with dynamic IPs on PPPoE. Just use dynamic dns.

For example www.no-ip.com

It will create host name for you and it will be always binded to the dynamic IP address - most of today routers support the dynamic DNS feature. You just enter you login credentials and it will work perfectly.
 
User avatar
NetworkPro
Forum Guru
Forum Guru
Posts: 1376
Joined: Mon Jan 05, 2009 6:23 pm
Location: bit.ly/the-qos
Contact:

Re: Load Balance: 3 PPPoE adsl (same ISP)+webProxy, it is possib

Tue Mar 24, 2009 9:09 am

What routers are you running on the other side? I hope it's MikroTik for that to work.

P.S. @ und3ath, the overhead is high. ATM+Ethernet+PPP+IP+EoIP+Bonding? You can check if only Ethernet+Bonding will work there.
Last edited by NetworkPro on Fri Mar 20, 2015 11:46 am, edited 1 time in total.
 
AndreasK
just joined
Posts: 2
Joined: Fri Mar 20, 2015 12:36 am

Re: Load Balance: 3 PPPoE adsl (same ISP)+webProxy, it is possib

Fri Mar 20, 2015 3:02 am

I was wandering if you could spare a few minutes to help a novice in line bonding... I have 2 ridiculously slow ADSL connections (2 ZTE's, ZXHN H108NS Home Gateways), which I have (w/crossover) connected to my mikrotik RouterBOARD 2011L. Would you be willing to help me by giving me instructions to bond the 2 lines (ping:53 ms, Download 1.75 Mbps and upload 0.42 Mbps for both lines) using the webfig interface of the 2011L? Thanks in Advance.
 
User avatar
NetworkPro
Forum Guru
Forum Guru
Posts: 1376
Joined: Mon Jan 05, 2009 6:23 pm
Location: bit.ly/the-qos
Contact:

Re: Load Balance: 3 PPPoE adsl (same ISP)+webProxy, it is possib

Fri Mar 20, 2015 11:34 am

Hi,

These line speeds are not fast, todays websites are heavy and the experience will be "slow".

"bonding" would require a piece of equipment in a datacenter, or someone to provide it as a service:

Image

The ADSL lines may experience different speeds and latency, which does not play well with MikroTik's bonding features.

How many clients will be using the lines at the same time?
 
AndreasK
just joined
Posts: 2
Joined: Fri Mar 20, 2015 12:36 am

Re: Load Balance: 3 PPPoE adsl (same ISP)+webProxy, it is possib

Fri Mar 20, 2015 7:56 pm

[quote="NetworkPro"]Hi,

These line speeds are not fast, todays websites are heavy and the experience will be "slow".

"bonding" would require a piece of equipment in a datacenter, or someone to provide it as a service:

Image

The ADSL lines may experience different speeds and latency, which does not play well with MikroTik's bonding features.

How many clients will be using the lines at the same time?

I have approximately 10 cable (utp) lines feeding the house and a wifi router which I would like to feed with the result of the bonding process (maximum 4 users at any time)

Thanks A.K.

Who is online

Users browsing this forum: 5h4k4, Google [Bot], wsantos, yabdali and 60 guests