… and it worked perfectly while still running on my Synology. But it does not anymore on my Truenas Scale System. The bits of information I have is that it maybe has something to do with the kubernetes/docker implementation of Scale.
WoL requires direct Layer2 network access without routing… it could be done using the not supported host-networking section.
… I tried to run the docker container in “priveleged-mode”. But that also did not work…
Any idea how I could make it work without extra hardware … ?
Host networking is required for anything unicast / multicast in docker.
You have to specify that in your docker run or docker-compose.yml, what ever you use to launch the HA container.
Since my Router (Fritzbox 7490) is able to WOL computers as well … is there maybe a way to send the command to the router api and let it handle the call if I can not execute on my host nas system?
Ok weird behaviour … it only works to wake up a machine via TrueNAS Scale when it was recently ON. After a longer time has passed the wake up command from TrueNAS does nothing. If I sent the WOL from my Mac … it works?!?