Trying to enable Wake on LAN.
Not a pro by any means, but have done some reading:
Steps I did:
- enabled WOL in bios
- set static ip for the computer (x.x.x.134)
linux-f5tb:/home/Kilbert # ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
2: enp5s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
link/ether d0:<cut>2f:<cut>:ff
inet <cut>.134/24 brd <cut>.255 scope global enp5s0
valid_lft forever preferred_lft forever
- checked if adapter was set to āgā
linux-f5tb:/home/Kilbert # ethtool enp5s0 | grep Wake-on
Supports Wake-on: pumbg
Wake-on: g
- tried 2 different android apps and it does not work (Wake On Lan (which works on my PC at work) and Fing):
- booted PC manually and checked/verified packets arrived with wireshark:
from wol app:
153 11:59:02.272034901 <cut>.1.104 <cut>.1.134 WOL 144 MagicPacket for AsrockIn_99:<cut>:2f (d0:<cut>:2f)
repeats multiple times
from fing:
4607 12:15:17.093251889 <cut>.1.104 <cut>.1.255 WOL 144 MagicPacket for AsrockIn_99:<cut>2f (d0<cut>:2f)
I noticed the IP is different (both apps auto detect) however neither work
Any help is appreciated