Created
November 3, 2021 19:30
-
-
Save floodbost/856adabda8bbd098dae8238c06ba0bbf to your computer and use it in GitHub Desktop.
gre tunnel tcp mss clamp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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