~wiki
~wiki
  • Tools
    • User Tools
    • Log In
    • Site Tools
    • Media Manager
    • Sitemap
    • Page Tools
    • Show pagesource
    • Back to top
  • Translations of this page
    • English (en)
    • Deutsch (de)
  • Log In

  1. You are here
  2. Home
  3. admin
  4. linux
  5. wol
  1. Trace
  2. tig
  3. znc
  4. rules-of-thumb
  5. standardprogramme
  6. wol

admin:linux:wol

  • Show pagesource
  • Back to top
  • Share via
    • Share via...
    • Twitter
    • LinkedIn
    • Telegram
    • Yammer
    • Reddit
  • Recent Changes
  • Send via e-Mail
  • Print
  • Permalink

Wake-On-LAN

check if WoL is enabled

$ sudo ethtool eno1 | grep Wake-on
	Supports Wake-on: pumbg
	Wake-on: pug

Enable WoL with systemd file

/etc/systemd/network/eno1.link
[Match]
Name=eno1

[Link]
WakeOnLan=phy
  • Last modified: 2024-07-05 14:31

cc by sa

Except where otherwise noted, content on this wiki is licensed under the following license:
CC Attribution-Share Alike 4.0 International