Advertisement
niammuddin

change-mss mikrotik

May 9th, 2021
1,140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.17 KB | None | 0 0
  1. /ip firewall mangle
  2. add action=change-mss chain=forward disabled=yes new-mss=1260 out-interface-list=Tunnel passthrough=yes protocol=tcp tcp-flags=syn \
  3.     tcp-mss=1261-65535
  4.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement