Having trouble getting wake on lan working. It wont persist across reboots.
I've tried setting the Wake-On flag to 'g' but it wont stick across reboots.
I've tried adding the command to /etc/network/interfaces
Wake-on is supported by the NIC.
The NIC is a Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15) on a Dell Optiplex 3080 10500t.
I've tried setting the Wake-On flag to 'g' but it wont stick across reboots.
I've tried adding the command to /etc/network/interfaces
Wake-on is supported by the NIC.
Code:
# ethtool enp2s0 | grep Wake
Supports Wake-on: pumbg
Wake-on: d
The NIC is a Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15) on a Dell Optiplex 3080 10500t.
Code:
auto lo
iface lo inet loopback
iface enp2s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.0.34/24
gateway 192.168.0.1
bridge-ports enp2s0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
source /etc/network/interfaces.d/*
post-up /usr/sbin/ethtool -s enp2s0 wol g