Proxmox 6.8.12-9-pve kernel has introduced a problem with network connection - enp0s31f6 Intel NIC

Today morning I upgraded to PVE 8.4 and latest 6.14 kernel and after few hours I encountered same problem.

Looks like ethtool command fixed problem also with 6.14 kernel.
 
Today morning I upgraded to PVE 8.4 and latest 6.14 kernel and after few hours I encountered same problem.

Looks like ethtool command fixed problem also with 6.14 kernel.
Thanks for the feedback.
Which one did you apply? Hegse's or muzicman0's?
 
Both solutions (Hegse's or the one I posted) do the same basic thing (there may be a few options that are different, but you can change those). What I am not sure about is if the CLI ethtool version will persist across a reboot. I don't think it will, but not 100% sure on that. The interfaces file version will survive a reboot.
 
  • Like
Reactions: SelfMan
I am a linux noob, but chatGPT says:
No, the changes made with ethtool -K do not persist between reboots. You'll need to reapply them at boot via a script (e.g., systemd service or /etc/rc.local) or use a network configuration tool like NetworkManager or systemd-networkd with proper configuration.
 
I can now confirm that the command get's "forgotten". As I forgot to reapply it after a restart, the PVE network connection froze.
ethtool -K eno1 gso off gro off tso off tx off rx off rxvlan off txvlan off
 
An old bug that popped up again indeed. Only started appearing for me after running package updates on the 4th of April, including the kernel. Before I had uptimes of weeks. I'll report back when the fix from the past does it magic once again...
 
All related:
https://bugzilla.proxmox.com/show_bug.cgi?id=6273
 
  • Like
Reactions: sammyke007