Network Interface Wake-on-LAN Options

Under (RedHat & derivatives) Linux  various wake-on-lan options can be turned on/off. See here for the full list. Your network interface's actual wake-on-lan capabilities can be seen with ethtool physical_interface under the Supports Wake-on: heading.
 
Via ethtool, and its immediate, where physical_interface is something like eno1 and is found using ifconfig or ip link
# ethtool -s physical_interface wol pumbg
To make it permanent use nmcli, where physical_interface_uuid can be found by doing nmcli con show:
# nmcli con mod physical_interface_uuid 802-3-ethernet.wake-on-lan phy,unicast,multicast,broadcast,magic