I have a system I use as a gateway:
Ethernet controller: Intel Corporation 82579LM Gigabit Network Connection (Lewisville) (rev 04)
It is a component of a fit/PC Intense running Linux is the 4.9.67-1-lts #1 SMP kernel from Arch Linux. This problem has been going on for several kernels now over the last month.
Intense PC models specifications
It has been having trouble reseting and possibly check summing. I use a ssh proxy tunnel which has always remained open and stable to panix.com. Now it dies
debug1: Connection to port 9000 forwarding to 127.0.0.1 port 8008 requested.
debug1: channel 3: new [direct-tcpip]
debug1: Connection to port 9000 forwarding to 127.0.0.1 port 8008 requested.
debug1: channel 44: new [direct-tcpip]
debug1: Connection to port 9000 forwarding to 127.0.0.1 port 8008 requested.
debug1: channel 45: new [direct-tcpip]
debug1: Connection to port 9000 forwarding to 127.0.0.1 port 8008 requested.
debug1: channel 46: new [direct-tcpip]
debug1: Connection to port 9000 forwarding to 127.0.0.1 port 8008 requested.
debug1: channel 47: new [direct-tcpip]
debug1: Connection to port 9000 forwarding to 127.0.0.1 port 8008 requested.
debug1: channel 48: new [direct-tcpip]
ssh_dispatch_run_fatal: Connection to 166.84.1.2 port 22: message authentication code incorrect
[ruben@flatbush ~]$
from dmesg:
[38972.211043] ffff88041f798da0: f4 6e af f6 83 02 1d 62 8c 12 0f 1a e9 99 89 cf .n.....b........
[38972.211044] ffff88041f798db0: d3 b9 fc d0 d4 7a dc 96 d0 b0 f9 c3 bb fe c7 ea .....z..........
[38972.211046] ffff88041f798dc0: 39 51 ea 2c 6d 80 64 43 59 da 15 91 3a 6c 40 05 9Q.,m.dCY...:l@.
[38972.211047] ffff88041f798dd0: a6 50 40 98 d0 bb cf f3 c7 1f e2 41 bd ec 19 05 .P@........A....
[38972.211049] ffff88041f798de0: ab 51 d0 9a 46 90 9b db 3b b2 fd c1 c9 c0 ef 7b .Q..F...;......{
[38972.211051] ffff88041f798df0: 2a 45 2b f6 fb 42 96 56 af 45 89 23 99 51 4e ef *E+..B.V.E.#.QN.
[38972.211053] ffff88041f798e00: fd 6c 9a df 51 66 db 3e ca d9 4c f2 ad cb 89 7a .l..Qf.>..L....z
[38972.211054] ffff88041f798e10: c4 10 47 21 fc a5 4d f3 06 79 1f 8a ba d1 45 53 ..G!..M..y....ES
[38972.211056] ffff88041f798e20: bb 68 0b 8a ab 63 ae b2 1c 38 b0 35 6f 37 66 ec .h...c...8.5o7f.
[38972.211057] ffff88041f798e30: 02 4a .J
[38972.211062] e1000e 0000:00:19.0 eth1: Reset adapter unexpectedly
[38978.157727] e1000e: eth1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[39014.162430] elogind[1369]: New session c4 of user ruben.
[39089.012361] lp: driver loaded but no devices found
[39089.040701] st: Version 20160209, fixed bufsize 32768, s/g segs 256
It has been suggested that I can monkey with the module settings, but I'm not certain what to try or to procede with. Guessing blindly is usually not useful
modinfo give me this:
alias: | pci:v00008086d0000105Esv*sd*bc*sc*i* |
depends: | ptp |
intree: | Y |
vermagic: | 4.9.67-1-lts SMP mod_unload modversions |
parm: | debug:Debug level (0=none,...,16=all) (int) |
parm: | copybreak:Maximum size of packet that is copied to a new buffer on receive (uint) |
parm: | TxIntDelay:Transmit Interrupt Delay (array of int) |
parm: | TxAbsIntDelay:Transmit Absolute Interrupt Delay (array of int) |
parm: | RxIntDelay:Receive Interrupt Delay (array of int) |
parm: | RxAbsIntDelay:Receive Absolute Interrupt Delay (array of int) |
parm: | InterruptThrottleRate:Interrupt Throttling Rate (array of int) |
parm: | IntMode:Interrupt Mode (array of int) |
parm: | SmartPowerDownEnable:Enable PHY smart power down (array of int) |
parm: | KumeranLockLoss:Enable Kumeran lock loss workaround (array of int) |
parm: | WriteProtectNVM:Write-protect NVM [WARNING: disabling this can lead to corrupted NVM] (array of int) |
parm: | CrcStripping:Enable CRC Stripping, disable if your BMC needs the CRC (array of int) |