Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mrimp/a3b6b0f4e1543e3d8fc8a2ee486c6ffb to your computer and use it in GitHub Desktop.
Save mrimp/a3b6b0f4e1543e3d8fc8a2ee486c6ffb to your computer and use it in GitHub Desktop.
Proxmox 7.1-12
$ apt-get update
$ apt-get install ethtool
$ ethtool -e eno1 offset 0x58 length 1
Offset Values
------ ------
0x0058: fc
$ ethtool -E ens106f0 magic 0x10FB8086 offset 0x58 value 0xfd length 1
$ ethtool -e eno1 offset 0x58 length 1
Offset Values
------ ------
0x0058: fd
$ reboot
$ dmesg | grep ixgbe
DONE!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment