Last active
November 29, 2015 15:12
-
-
Save ferdhie/9b52c02021d8bf4fb8a9 to your computer and use it in GitHub Desktop.
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
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