taoCMS是基于php+sqlite/mysql的国内最小(100Kb左右)的功能完善、开源免费的CMS管理系统

tcpdump抓包dns请求报错bad udp cksum的解决办法

2016-12-01
The followign two commands switched off all types of offloading.

Code:
$ ethtool --offload  eth0  rx off  tx off
$ ethtool -K eth0 gso off
Here is the output of ethtool before disabling TCO:

Code:
$ ethtool --show-offload  eth0
Offload parameters for eth0:
rx-checksumming: on
tx-checksumming: on
scatter-gather: on
tcp-segmentation-offload: on
udp-fragmentation-offload: off
generic-segmentation-offload: on
generic-receive-offload: off
large-receive-offload: off
ntuple-filters: off
receive-hashing: off
Here it is after running aforementioned commands:

Code:
$ ethtool --show-offload  eth0
Offload parameters for eth0:
rx-checksumming: off
tx-checksumming: off
scatter-gather: off
tcp-segmentation-offload: off
udp-fragmentation-offload: off
generic-segmentation-offload: off
generic-receive-offload: off
large-receive-offload: off
ntuple-filters: off
receive-hashing: off

类别:未分组 | 阅读:745423 | 评论:152 | 标签:dns tcpdump

想收藏或者和大家分享这篇好文章→

“tcpdump抓包dns请求报错bad udp cksum的解决办法”共有0条留言

发表评论

姓名:

邮箱:

网址:

验证码:

公告

taoCMS发布taoCMS 3.0.2(最后更新21年03月15日),请大家速速升级,欢迎大家试用和提出您宝贵的意见建议。

捐助与联系

☟请使用新浪微博联系我☟

☟在github上follow我☟

标签云