Hello everyone!
I've had to make several configuration changes using ethtool in order to increase my network performance in Proxmox 7.1-10. What is the preferred method to make ethtool changes permanent so they will persist across reboots as well as updates?
Here are the changes I made using ethtool:
I've had to make several configuration changes using ethtool in order to increase my network performance in Proxmox 7.1-10. What is the preferred method to make ethtool changes permanent so they will persist across reboots as well as updates?
Here are the changes I made using ethtool:
Bash:
ethtool -K enp1s0 rx-checksumming on
ethtool -K enp1s0 tx-checksumming on
ethtool -K enp1s0 tx-checksum-ip-generic on
ethtool -K enp1s0 scatter-gather on
ethtool -K enp1s0 tcp-segmentation-offload on