Community discussions

MikroTik App
 
saukkar86
newbie
Topic Author
Posts: 25
Joined: Fri Sep 18, 2009 5:41 pm

Eoip over 2x adsl bonding speed

Wed Aug 31, 2011 7:08 am

Hi Guys,

I have a problem with EOIP over ADSL Bonding.

I have equipment in a data center running mikrotik OS. With one public IP with a 100mbit connection.

In the remote area I have 2X ADSL2+ connections.

I have successfully bonded the connections form the remote location using 2x EOIP tunnel, One on each ADSL tail.
When I conduct a speed test from the remote router to the data centre router I get approximately double the speed (15mbps) of a normal ADSL connection (8mbps) , but when I use speed test form behind a masqueraded connection the speed is 600kbps. I think I might have something to do with the MTU.

Any help would be appreciated

Thanks Again
Paul
 
zelan
just joined
Posts: 11
Joined: Sun May 03, 2009 1:10 am

Re: Eoip over 2x adsl bonding speed

Thu Sep 01, 2011 2:09 pm

Use ovpn tunnels instead of eoip tunnels, ovpn keeps the mtu t0 1500
 
saukkar86
newbie
Topic Author
Posts: 25
Joined: Fri Sep 18, 2009 5:41 pm

Re: Eoip over 2x adsl bonding speed

Tue Sep 06, 2011 4:54 pm

Thank you for your advise, but when i dial the internet through 2x pppoe connections the mtu is set to 1480. Am i right in saying a vpn with a mtu of 1500 will not work correctly due to the overheads in the pppoe connections?

Paul
 
User avatar
Chupaka
Forum Guru
Forum Guru
Posts: 8716
Joined: Mon Jun 19, 2006 11:15 pm
Location: Minsk, Belarus
Contact:

Re: Eoip over 2x adsl bonding speed

Wed Sep 07, 2011 4:04 pm

what bonding mode do you use? bonding-rr is not recommended on high-latency links because of OOO packets
 
saukkar86
newbie
Topic Author
Posts: 25
Joined: Fri Sep 18, 2009 5:41 pm

Re: Eoip over 2x adsl bonding speed

Fri Sep 09, 2011 12:15 pm

what bonding mode do you use? bonding-rr is not recommended on high-latency links because of OOO packets
I used xor
 
leonset
Member Candidate
Member Candidate
Posts: 256
Joined: Wed Apr 01, 2009 9:09 pm

Re: Eoip over 2x adsl bonding speed

Tue Sep 13, 2011 9:12 pm

Hi,

I believe you could check if it's and MTU issue lowering the MSS at /ip firewall mangle:

add chain=forward protocol=tcp tcp-flags=syn action=change-mss new-mss=1400
 
User avatar
saintofinternet
Forum Veteran
Forum Veteran
Posts: 776
Joined: Thu Oct 15, 2009 3:52 am

Re: Eoip over 2x adsl bonding speed

Sat Nov 22, 2014 3:53 am

Hi Guys,

I have a problem with EOIP over ADSL Bonding.

I have equipment in a data center running mikrotik OS. With one public IP with a 100mbit connection.

In the remote area I have 2X ADSL2+ connections.

I have successfully bonded the connections form the remote location using 2x EOIP tunnel, One on each ADSL tail.
When I conduct a speed test from the remote router to the data centre router I get approximately double the speed (15mbps) of a normal ADSL connection (8mbps) , but when I use speed test form behind a masqueraded connection the speed is 600kbps. I think I might have something to do with the MTU.

Any help would be appreciated

Thanks Again
Paul
hi,
can you please help me with the script for ADSL bonding with EoIP ? please....