Proxmox e1000 driver hang
Known bug: git.kernel.org
Bug
This topic is related to this proxmox issue: link
And this is what fixed my problem on DELL T7910 Workstation:
1) Go to /etc/network
2) Add these 2 lines on your physic and bridge interface related to proxmox:
What these lines actually do ?
- Disables Generic Segmentation Offload (GSO) and TCP Segmentation Offload (TSO) features for the network interface specified by $IFACE.
- Redirects any error output (stderr) generated by the ethtool command to /dev/null, effectively suppressing error messages.
- In summary, this command is used to disable certain offloading features for a specified network interface to potentially address networking issues or optimize network performance.