09-09-2018, 08:05 AM
I think I had a similar problem. I found 2 workarounds
1) Try a different network adapter. I used a USB-C ethernet dongle and network connection was perfect.
2) Disable rx/tx checksumming. This fixed the issue but it does not persist through reboots. I put a line in my rc.local to disable at start
1) Try a different network adapter. I used a USB-C ethernet dongle and network connection was perfect.
2) Disable rx/tx checksumming. This fixed the issue but it does not persist through reboots. I put a line in my rc.local to disable at start
Code:
ethtool -K eth0 rx off tx off