Comments

  • Pretty much as Bruce_Briggs says! There is an easier fix for the Mikrotiks though TLDR : Use the clamp MSS function on the Mikrotik to fix this with something like : /ip firewall mangleadd action=change-mss chain=forward new-mss=1382 passthrough=yes protocol=tcp tcp-flags=syn tcp-mss=!0-1382 Note that is a generic command…