Wake on lan

yvboiy

New Member
Apr 1, 2024
1
0
1
I'm new to Proxmox and recently installed it on the same PC where Ubuntu was running smoothly with Wake-on-LAN functional. However, after installing Proxmox, WOL seems to have stopped working. Are there any specific settings within Proxmox that need adjustment to restore WOL functionality?
 
Hi!
check if WOL is enabled on your nic:
Code:
ethtool <NIC Name> | egrep "Wake-on:"
"Wake-on" should have the value "g".

If it isn't enabled, you can enable it in /etc/network/interfaces!