Code: Select all
/ip firewall mangle
add action=change-mss chain=forward new-mss=clamp-to-pmtu passthrough=yes \
protocol=tcp tcp-flags=syn
I've noticed that my PPPoE interface has an actual MTU of 1472. I suspect that this number was automatically set somehow by the actual PPPoE connection. Now, I'm wondering, am I suppose to change the MTU on all other interfaces, e.g. LAN, WAN, etc?
In simple words, how do I debug this, are there some rules about setting MTU manually and how do I go about this.
The main router I'm using is: https://mikrotik.com/product/RB3011UiAS-RM. I use this for my remote office and generally to plug in my servers, machines, etc over ethernet.
In one of the ethernet ports, I have this fellow https://mikrotik.com/product/RB2011UiAS-2HnD also in the Router (not bridge) mode, used for home related stuff.
Here is the screenshot of my interfaces, in case it can shed light on anything.