Hello,
There is a rule in iptable
-A FORWARD -o ppp0 -p tcp -m tcp --tcp-flags SYN,RST SYN -m tcpmss --mss 1400:1536 -j TCPMSS --clamp-mss-to-pmtu
now i want to set in mikrotik …
any suggestion
/ip firewall mangle add chain=forward in-interface=ether1 tcp-flags=syn action=change-mss new-mss=1400
Set the in-interface to the appropriate port you want.
Hope this helps.