I had this problem several times when a task uses network intensively, I added `post-up ethtool -K eno1 tso off gso off` to `/etc/network/interfaces`, the result remains to be seen.
╰─# cat /etc/network/interfaces
auto lo
iface lo inet loopback
iface eno1 inet manual
auto vmbr0
iface vmbr0...
Hi, I have an OpenWrt gateway VM running in my Proxmox server, however, the gateway server occasionally crashes, is there a built-in way to auto-start VM after crash in Proxmox? I know I can write a script to check the status every minute, but I wonder if there is an easy way to do this, thanks!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.