Skip to content

Instantly share code, notes, and snippets.

@horia
Last active March 5, 2021 00:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save horia/5d902cc5301b1548aff3fb0bb2e90aa0 to your computer and use it in GitHub Desktop.
Save horia/5d902cc5301b1548aff3fb0bb2e90aa0 to your computer and use it in GitHub Desktop.
ping -c 1 -D -s 1472 203.0.113.1 && echo path MTU 1500
match on em0 inet scrub (max-mss 1472)
match on em0 inet6 scrub (max-mss 1440)
match on { lan, wlan, vlan, vether } inet scrub (no-df, random-id, max-mss 1472)
match on { lan, wlan, vlan, vether } inet6 scrub (max-mss 1440)
match on { gif, enc, wg } inet scrub (max-mss 1408)
match on { gif, enc, wg } inet6 scrub (max-mss 1376)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment