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
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
*https://help.ubuntu.com/community/WakeOnLan
*https://help.ubuntu.com/community/WakeOnLan
*[https://pve.proxmox.com/wiki/Proxmox_Node_Management#_wake_on_lan Proxmox wake on lan]
*[https://pve.proxmox.com/wiki/Proxmox_Node_Management#_wake_on_lan Proxmox wake on lan]
*https://necromuralist.github.io/posts/enabling-wake-on-lan/


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


Line 12: Line 13:


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

Latest revision as of 10:34, 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