I've setup ipipv6 tunnel (ipv4 over ipv6). I see "Clamp TCP MSS" as an option of the tunnel. Also I see in some guidelines that I should add firewall rule for TCP MSS clamping
Code: Select all
/ip firewall mangle
add action=change-mss chain=forward comment="Clamp MSS to PMTU" new-mss=clamp-to-pmtu passthrough=yes protocol=tcp tcp-flags=syn
Thank you!