Show pageBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Wake-On-LAN ====== === check if WoL is enabled === <code> $ sudo ethtool eno1 | grep Wake-on Supports Wake-on: pumbg Wake-on: pug </code> === Enable WoL with systemd file === <file - /etc/systemd/network/eno1.link> [Match] Name=eno1 [Link] WakeOnLan=phy </file> Last modified: 2024-07-05 14:31