pveversion -v
and ethtool <interface-name> | grep Wake-on
?<interface-name>
must be the name of the physical network interface.p
-flag as well, by executing ethtool -s <interface-name> wol pg
.ip link show eno1
./etc/systemd/network/90-wakeonlan.link
with the following contents:[Match]
MACAddress=<mac-address-here>
[Link]
NamePolicy=kernel database onboard slot path
MACAddressPolicy=persistent
WakeOnLan=phy magic
<mac-address-here>
above with the actual MAC address from the before-mentioned command output.1. Have you created it with the same filename as I suggested above? For systemd-link, esp. the extensionI have created the file after a reboot it is like the file is not being used do I need to start something?
.link
is important - otherwise it won't be recognized.ethtool
output to see it worked? No, that line is fine and is supposed to be like that. It just tells systemd-link if and how the interface should be renamed, such that the name is predictable.or do I need to put something here NamePolicy=kernel database onboard slot path
ethtool -s <interface name> wol pg
Worked but[Match]
MACAddress=<mac-address-here>
[Link]
NamePolicy=kernel database onboard slot path
MACAddressPolicy=persistent
WakeOnLan= phy magic
And changing the 90-wakeonlan.link fileethtool -s <interface name> wol g
nano /etc/systemd/network/90-wakeonlan.link
[Match]
MACAddress=<mac-address-here>
[Link]
NamePolicy=kernel database onboard slot path
MACAddressPolicy=persistent
WakeOnLan= magic
This worked for meFor me
The
Worked but
As soon as PROXMOX shuts down it turns on again
After changing it to
And changing the 90-wakeonlan.link file
May be it's weird for me but if someone faces this problem
Try this
We use essential cookies to make this site work, and optional cookies to enhance your experience.