Skip to content

Instantly share code, notes, and snippets.

@floodbost
Created November 3, 2021 19:30
Show Gist options
  • Save floodbost/856adabda8bbd098dae8238c06ba0bbf to your computer and use it in GitHub Desktop.
Save floodbost/856adabda8bbd098dae8238c06ba0bbf to your computer and use it in GitHub Desktop.
gre tunnel tcp mss clamp
iptables -A FORWARD -p tcp -m tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment