This is a well-known bug on Intel e1000e driver on linux platforms. This is a driver problem with the Intel 82574L (MSI/MSI-X interrupts issue). The internet connection lost automatically.
ou can verify more bug reporting about this at https://bugzilla.redhat.com/show_bug.cgi?id=632650
We can resolve this issue by install kmod-e1000e package from ELrepo.org as below. This tutorial will describe you how to fix Intel e1000e driver bug on-82574l ethernet controller causing network interrup
Install kmod-e1000e offered by Elrepo
Import the public key:
To install ELRepo for RHEL-5, SL-5 or CentOS-5:
To install ELRepo for RHEL-6, SL-6 or CentOS-6:
Before installing the new driver, let’s see our old one:
05:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network Connection
version: 1.9.5-k
license: GPL
description: Intel(R) PRO/1000 Network Driver
author: Intel Corporation,
alias: pci:v00008086d00001503sv*sd*bc*sc*i*
Now let’s install the new kmod-e1000e offered by elrepo:
kmod-e1000e.x86_64 2.5.4-1.el6.elrepo elrepo
Loading mirror speeds from cached hostfile
* base: mirror.stanford.edu
* elrepo: repos.lax-noc.com
* epel: linux.mirrors.es.net
* extras: mirror.keystealth.org
* updates: linux.mirrors.es.net
Setting up Install Process
Resolving Dependencies
–> Running transaction check
—> Package kmod-e1000e.x86_64 0:2.5.4-1.el6.elrepo will be installed
–> Finished Dependency Resolution
Dependencies Resolved
======================================================================================================================================
Package Arch Version Repository Size
======================================================================================================================================
Installing:
kmod-e1000e x86_64 2.5.4-1.el6.elrepo elrepo 133 k
Transaction Summary
======================================================================================================================================
Install 1 Package(s)
Total download size: 133 k
Installed size: 505 k
Is this ok [y/N]: y
Downloading Packages:
kmod-e1000e-2.5.4-1.el6.elrepo.x86_64.rpm | 133 kB 00:00
warning: rpmts_HdrFromFdno: Header V4 DSA/SHA1 Signature, key ID baadae52: NOKEY
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-elrepo.org
Importing GPG key 0xBAADAE52:
Userid : elrepo.org (RPM Signing Key for elrepo.org)
Package: elrepo-release-6-6.el6.elrepo.noarch (installed)
From : /etc/pki/rpm-gpg/RPM-GPG-KEY-elrepo.org
Is this ok [y/N]: y
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : kmod-e1000e-2.5.4-1.el6.elrepo.x86_64 1/1
Working. This may take some time …
Done.
Verifying : kmod-e1000e-2.5.4-1.el6.elrepo.x86_64 1/1
Installed:
kmod-e1000e.x86_64 0:2.5.4-1.el6.elrepo
Complete!
After installation, reboot your server, and you shall find driver updated.
