Note I had wake-on-lan working on an older kernel but after an upgrade, it now fails to wake up the machine.
I read in a forum to open a terminal and enter journalctl -f
on the machine to wake up and enter wakeonlan <mac_address>
on a different machine. (If I listen with nc -ul -p 9
I do receive the magic packet.)
Q1 Should there be any observable output from wakeonlan
in the journal?
Q2 Is there some kind of dry run to troubleshoot wake-on-lan problems?
nc
. – participant Jun 07 '19 at 07:56