i'm not english man , sorry !
for change users MTU , Which rulls to use ? ( input , output or forward ? )
Source ?
Destination ?
Once created, the rule for the Source (172.16.14.10)
and
Once created, the rule for the Dest(172.16.14.10)
Code: Select all
/ip firewall mangle
add chain=forward disabled=yes src-address=172.16.14.10
add action=change-mss chain=forward new-mss=1500 protocol=tcp src-address=\
172.16.14.10 tcp-flags=syn
/ip firewall mangle
add chain=forward disabled=yes src-address=172.16.14.10
add action=change-mss chain=forward dst-address=172.16.14.10 new-mss=
protocol=tcp tcp-flags=syn