Problem/Justification
(What is the problem you are trying to solve with this feature/improvement or why should it be considered?)
My NAS is only running if it is really needed and later shut down. So I want to start my NAS remotely using the Wake On Lan functionality.
Impact
New (optional) feature to start a NAS remotely.
User Story
Go to “Network” and “Edit” one of the “Interfaces” in the list.
A new option should be (maybe as a drop down) with the following options:
d Disable (wake on nothing) - Default
p Wake on PHY activity
u Wake on unicast messages
m Wake on multicast messages
b Wake on broadcast messages
a Wake on ARP
g Wake on MagicPacket™
This setting can be set using the ethtool (already pre-installed on the system). For more details check:
https://manpages.debian.org/bookworm/ethtool/ethtool.8.en.html#wol
Or this can be set directly in the /etc/network/interfaces.d/ file.
This was originally reported here.