Answer the question
In order to leave comments, you need to log in
Mikrotik with PPPoE, how to choose MTU?
Hello!
Already tormented in the region and I want to request community help on one issue:
We have Mikrotik hAP lite (6.36.2 firmware) + PPPoE to the provider. And not opening to any dropbox.com, on the face of a classic problem with the size of the window and Google is probably already tired of answering this question.
At the moment, Change TCP MSS = yes is enabled in the PPP connection profile, while automatically generated rules appear in mangle - forward:
0 D chain=forward action=change-mss new-mss=1440 tcp-flags=syn protocol=tcp out-interface=all-ppp tcp-mss=1441-65535
1 D chain=forward action=change-mss new-mss=1440 tcp-flags=syn protocol=tcp in-interface=all-ppp tcp-mss=1441-6553
0 R name="pppoe-out1" max-mtu=auto max-mru=auto mrru=disabled interface=ether1 user="user" password="pass123" profile=default keepalive-timeout=60 service-name="" ac-name=""
add-default-route=yes default-route-distance=0 dial-on-demand=no use-peer-dns=yes allow=pap,chap,mschap1,mschap2
Answer the question
In order to leave comments, you need to log in
Well, actually everything is quickly resolved as it turned out.
In the PPP profile settings, disable change-tcp-mss. Whatever the tick, stop phasing your rules in the mangle.
Then bring it to something like this (I personally got stuck on such values), where pppoe-out1 is your pppoe interface:
> ip firewall mangle print
Flags: X - disabled, I - invalid, D - dynamic
0 chain=forward action=change-mss new-mss=clamp-to-pmtu passthrough=no tcp-flags=syn protocol=tcp in-interface=pppoe-out1 tcp-mss=1300-65535 log=no log-prefix=""
1 chain=forward action=change-mss new-mss=clamp-to-pmtu passthrough=no tcp-flags=syn protocol=tcp out-interface=pppoe-out1 tcp-mss=1300-65535 log=no log-prefix=""
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question