WoL: Difference between revisions

From DWIKI
Tony (talk | contribs)
Created page with "Wake on Lan =Links= *https://help.ubuntu.com/community/WakeOnLan *[https://pve.proxmox.com/wiki/Proxmox_Node_Management#_wake_on_lan Proxmox wake on lan] =Howto= ==Check if supported/enabled== ethtool <nic> | grep "Wake-on" when 'g' in output WoL is enabled, otherwise ethtool -s <nic> wol g"
 
Tony (talk | contribs)
Tag: wikieditor
Line 6: Line 6:


=Howto=
=Howto=
==Check if supported/enabled==
==Check if WoL supported/enabled==
  ethtool <nic> | grep "Wake-on"
  ethtool <nic> | grep "Wake-on"


Line 12: Line 12:


  ethtool -s <nic> wol g
  ethtool -s <nic> wol g
also have a look at
/proc/acpi/wakeup

Revision as of 10:30, 13 March 2026

Wake on Lan

Links

Howto

Check if WoL supported/enabled

ethtool <nic> | grep "Wake-on"

when 'g' in output WoL is enabled, otherwise

ethtool -s <nic> wol g

also have a look at

/proc/acpi/wakeup