当前位置:网站首页>I217-V network disconnection problem in large traffic under openwrt soft routing
I217-V network disconnection problem in large traffic under openwrt soft routing
2022-08-05 06:10:00 【MuggleTan】
Background
Recently, I was playing an AIO (All In One) server with the upspotu, that is, integrating the soft routing, NAS system and audio-visual system into a physical system. I used a small M73 that I bought before.The host, the mini-PCIE slot inside is extended with a crab RTL8111 Gigabit network card, and the host comes with Intel's I217-V Gigabit network card.
After a day of use, I found that openwrt would be interrupted every time a large amount of traffic was downloaded or uploaded. At first, I thought it was a problem with the openwrt system. Later, after some data search, I found that there was a problem with the Intel network card under pve., checked the logs of the pve system and found the following:
pve kernel: e1000e 0000:00:19.0 eno1: Detected Hardware Unit Hang:
This is the same as the search, so it is determined that this Intel network card is the problem.
reason
The cause of this problem is a bug in the Intel network card firmware
Workaround
Turn off the offload function of the network card under the pve virtual machine
ethtool -K <NIC number> tx off rx off >/tmp/e1000e.log
For convenience, there is no need to manually turn off the virtual machine every time after restarting the virtual machine. A self-starting script is set here. The principle is that the pve virtual machine will scan /etc/profile.d every time it starts.
The following .sh
file, so the method is very simple, create a new e1000e.sh file under the changed folder
vim /etc/profile.d/e1000e.sh
Then fill in the above command
Reference link:
边栏推荐
- 游戏引擎除了开发游戏还能做什么?
- spark算子-parallelize算子
- 入门文档05-2 使用return指示当前任务已完成
- [Paper Intensive Reading] Rich Feature Hierarchies for Accurate Object Detection and Semantic Segmentation (R-CNN)
- Getting Started Doc 06 Adding files to a stream
- 不吹不黑,这的确是我看过微服务架构最好的文章!
- ROS video tutorial
- 云游戏未来展望
- 传输层协议(TCP3次握手)
- Unity物理引擎中的碰撞、角色控制器、Cloth组件(布料)、关节 Joint
猜你喜欢
Unity物理引擎中的碰撞、角色控制器、Cloth组件(布料)、关节 Joint
[Day6] File system permission management, file special permissions, hidden attributes
每日一题-删除链表的倒数第 N 个结点-0718
交换机原理
Getting Started Documentation 12 webserve + Hot Updates
阿里云视频点播
【机器学习】1单变量线性回归
VLAN details and experiments
错误类型:reflection.ReflectionException: Could not set property ‘xxx‘ of ‘class ‘xxx‘ with value ‘xxx‘
硬盘分区和永久挂载
随机推荐
【Day5】软硬链接 文件存储,删除,目录管理命令
账号与权限管理
小度 小度 在呢!
Autoware--北科天绘rfans激光雷达使用相机&激光雷达联合标定文件验证点云图像融合效果
Spark source code-task submission process-6.1-sparkContext initialization-create spark driver side execution environment SparkEnv
什么是全栈设计师?
Apache配置反向代理
每日一题-字典
Spark源码-任务提交流程之-6.2-sparkContext初始化-TaskScheduler任务调度器
The problem of calling ds18b20 through a single bus
Getting Started Documentation 10 Resource Mapping
TensorFlow ObjecDetectionAPI在win10系统Anaconda3下的配置
IP地址及子网的划分
Unity huatuo 革命性热更系列1.2 huatuo热更环境安装与示例项目
Remembering my first CCF-A conference paper | After six rejections, my paper is finally accepted, yay!
图片压缩失效问题
硬盘分区和永久挂载
入门文档08 条件插件
spark源码-任务提交流程之-3-ApplicationMaster
每日一题-有效的括号-0719