I have followed instructions from Ubuntu wiki (https://help.ubuntu.com/community/WakeOnLan) with no result.
Worth to note that my NIC is enp0s7 and not eth0, so I replaced eth0 with enp0s7.
At sudo ethtool enp0s7 | grep -i wake
I get:
Supports Wake-on: g Wake-on: g
Also at /etc/network/interfaces
I put this
auto enp0s7
iface enp0s7 inet static
address 192.168.1.3
netmask 255.255.255.0
gateway 192.168.1.1
dns-nameservers 192.168.1.1
up ethtool -s enp0s7 wol g
sudo ethtool enp0s7 | grep -i wake
– muru May 27 '16 at 02:47