Hi
Thanks for the feedback the licence level is 6 on both units Regards, Matt ________________________________ From: Philip Loenneker <[email protected]> Sent: Monday, July 31, 2017 11:29 AM To: Damien Gardner Jnr; Aus Net Servers Australia Pty Ltd Cc: [email protected] Subject: RE: [AusNOG] Mikrotik EoIP Assistance If you happen to be using a CHR for one or both ends, make sure you have at least a trial license on it - they limit throughput to 1Mpbs when unlicensed. From: AusNOG [mailto:[email protected]] On Behalf Of Damien Gardner Jnr Sent: Monday, 31 July 2017 11:22 AM To: Aus Net Servers Australia Pty Ltd <[email protected]> Cc: [email protected] Subject: Re: [AusNOG] Mikrotik EoIP Assistance Have you added adjust-mss rules for the EOIP tunnel? (and also on any vlans on it)? If not, it's likely to perform horridly.. (adjusting MTU won't help unless you're adjusting MTU on the hosts on both ends which are talking to each other) /ip firewall mangle add action=change-mss chain=forward new-mss=1410 out-interface=eoip-sydney \ passthrough=yes protocol=tcp tcp-flags=syn tcp-mss=1411-65535 add action=change-mss chain=forward in-interface=eoip-sydney new-mss=1410 \ passthrough=yes protocol=tcp tcp-flags=syn tcp-mss=1411-65535 on at least one end should do it. (adjust mss as appropriate for your usable mtu) On 31 July 2017 at 11:16, Aus Net Servers Australia Pty Ltd <[email protected]<mailto:[email protected]>> wrote: Hey Guys, We have been trying to configure our EoIP tunnel between two sites. The tunnel is established and passing traffic however the throughput is really slow (under 1mbps) We have changed the MTU temporarily to see if it was a packet fragmentation issue but that does not seem to have fixed the issue, so it has been reverted. The WAN side of both connections is working fine and tests of this show really good and solid speeds Is there any Mikrotik gurus that could lend a hand to troubleshoot this issue? Thanks in advanced. Regards, Matthew Matters Director Aus Net Servers Australia Pty Ltd [Follow us] [Facebook]<https://www.facebook.com/ANSASERVERS> [Twitter]<http://twitter.com/#!/ANSASERVERS> [Google+]<https://plus.google.com/101907839864050850442/> The information transmitted in this e-mail is for the exclusive use of the intended addressee and may contain confidential and/or privileged material. Any review, re-transmission, dissemination or other use of it, or the taking of any action in reliance upon this information by persons and/or entities other than the intended recipient is prohibited. If you received this in error, please inform the sender and/or addressee immediately and delete the material. If you have been sent this email and it is not addressed to you please forward the email as is to [email protected]<mailto:[email protected]> and delete all local and inta-local copies including backups from your system. E-mails may not be secure, may contain computer viruses and may be corrupted in transmission. Please carefully check this e-mail (and any attachment) accordingly. No warranties are given and no liability is accepted for any loss or damage caused by such matters. This email has been scanned before transmission with business grade antivirus and antispam software but as mentioned above no warranties can be given that the email has not been contaminated after transmission. _______________________________________________ AusNOG mailing list [email protected]<mailto:[email protected]> http://lists.ausnog.net/mailman/listinfo/ausnog -- Damien Gardner Jnr VK2TDG. Dip EE. GradIEAust [email protected]<mailto:[email protected]> - http://www.rendrag.net/ -- We rode on the winds of the rising storm, We ran to the sounds of thunder. We danced among the lightning bolts, and tore the world asunder [Follow us] [Facebook] <https://www.facebook.com/ANSASERVERS> [Twitter] <http://twitter.com/#!/ANSASERVERS> [Google+] <https://plus.google.com/101907839864050850442/> The information transmitted in this e-mail is for the exclusive use of the intended addressee and may contain confidential and/or privileged material. Any review, re-transmission, dissemination or other use of it, or the taking of any action in reliance upon this information by persons and/or entities other than the intended recipient is prohibited. If you received this in error, please inform the sender and/or addressee immediately and delete the material. If you have been sent this email and it is not addressed to you please forward the email as is to [email protected] and delete all local and inta-local copies including backups from your system. E-mails may not be secure, may contain computer viruses and may be corrupted in transmission. Please carefully check this e-mail (and any attachment) accordingly. No warranties are given and no liability is accepted for any loss or damage caused by such matters. This email has been scanned before transmission with business grade antivirus and antispam software but as mentioned above no warranties can be given that the email has not been contaminated after transmission.
_______________________________________________ AusNOG mailing list [email protected] http://lists.ausnog.net/mailman/listinfo/ausnog
