7.4-3 How to enable Wake on LAN?

vrsaoc

Member
Jan 24, 2022
32
0
11
34
The motherboard of my pve virtual machine has enabled the wake-on-lan function, but when I set the system configuration, as long as I restart pve, the original settings will be restored. How can I fix it?

屏幕截图 2023-04-03 190153.png
 
I don't understand your comment, "but when I set the system configuration, as long as I restart pve, the original settings will be restored."

If you want to be able to wol the proxmox host, add;

Code:
@reboot /sbin/ethtool -s enp4s0 wol g

To cron. This sets the wol flag for your management interface. Adjust int name accordingly.
 
Hello, please set the thread to 'solved' if you could fix you problem. You can do so by editing it, selecting the 'Solved' Prefix right before the subject line.