当前位置:网站首页>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.logFor 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.shThen fill in the above command
Reference link:
边栏推荐
猜你喜欢

Why can't I add a new hard disk to scan?How to solve?
![[Day1] VMware software installation](/img/24/20cc77e904dbe7dc1b5224c64d6329.png)
[Day1] VMware software installation

VLAN详解及实验

IP数据包格式(ICMP协议与ARP协议)

Autoware--北科天绘rfans激光雷达使用相机&激光雷达联合标定文件验证点云图像融合效果

ACL 和NAT

【Day8】RAID Disk Array
![[Day5] Soft and hard links File storage, deletion, directory management commands](/img/15/7ed58a180a72ace3463626bf446633.png)
[Day5] Soft and hard links File storage, deletion, directory management commands

入门文档09 独立的watch

Remembering my first CCF-A conference paper | After six rejections, my paper is finally accepted, yay!
随机推荐
【Day8】Knowledge about disk and disk partition
IP数据包格式(ICMP协议与ARP协议)
Getting Started Document 07 Staged Output
Wireshark抓包及常用过滤方法
spark算子-repartition算子
Blender软件介绍与使用心得
VRRP原理及命令
腾讯内部技术:《轩辕传奇》服务器架构演变
【Day1】(超详细步骤)构建软RAID磁盘阵列
不吹不黑,这的确是我看过微服务架构最好的文章!
VLAN details and experiments
每日一题-DFS
Spark源码-任务提交流程之-6-sparkContext初始化
Unity物理引擎中的碰撞、角色控制器、Cloth组件(布料)、关节 Joint
Spark源码-任务提交流程之-6.2-sparkContext初始化-TaskScheduler任务调度器
Getting Started Document 09 Standalone watch
Getting Started Documentation 10 Resource Mapping
每日一题-单调栈
每日一题-盛最多水的容器-0716
每日一题-正则表达式匹配-0715