Atualmente, estou usando o WOL em hardware da Dell / HP com combinação do sistema operacional Windows e Linux. As únicas configurações que eu habilitei foram na BIOS (nada no sistema operacional) e funcionou.
Encontrei o seguinte link que fala sobre algumas configurações no nível do SO, para que você possa verificar se as configurações estão corretas:
Linux
Ubuntu has a great tool that can check to see if your machine supports WoL and can enable it. Open up a terminal and install “ethtool” with the following command:
sudo apt-get install ethtool
You can check your compatibility by running:
sudo ethtool eth0
If your default interface is something else, substitute it for “eth0”.
Look for the “Supports Wake-on” section. As long as one of the letters listed is “g,” you can use magic packets for WoL. To enable this option, use the following command.
sudo ethtool -s eth0 wol g
Enviando o Magic Packet usando um aplicativo como o Fing para restringir o endereço MAC
- Ligue seu sistema operacional Linux
- Inicie o Fingbox
- Digitalize sua LAN e encontre o MAC / IP da caixa do Linux
- Desligar o Linux
- Use o mesmo aplicativo para enviar o WOL para o MAC na etapa 3