User Tools

Site Tools


Sidebar

wol_-_wake_on_lan

Create service

  vim ./apps/wol.service
  sudo cp ./apps/wol.service /etc/systemd/system/.
  sudo systemctl enable wol.service
  sudo /sbin/ethtool -s enp1s0 wol g

[Unit]
Description=Configure Wake-up on LAN

[Service]
Type=oneshot
ExecStart=/sbin/ethtool -s enp1s0 wol g

[Install]
WantedBy=basic.target     

Activate

On a remote server/workstation, do the following:

sudo apt install etherwake
sudo etherwake -i eno1 CC:DD:DD:11:66:EE
wol_-_wake_on_lan.txt · Last modified: 2021/06/03 02:40 by vissie