Skip to content

Instantly share code, notes, and snippets.

@ferdhie
Last active November 29, 2015 15:12
Show Gist options
  • Save ferdhie/9b52c02021d8bf4fb8a9 to your computer and use it in GitHub Desktop.
Save ferdhie/9b52c02021d8bf4fb8a9 to your computer and use it in GitHub Desktop.
Had this one case, ping is correct, but telnet to server failed
Check with tcpdump from server if your checksum is invalid.
if lots of invalid checksump, just run this command
#turn off checksum
/sbin/ethtool --offload em2 rx off tx off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment