Hello,
From various tutorials I was able to setup proxmox 7 in a way that I could Wake on Lan the server from my router and it had been working great for a long time.
After the upgrade I needed to wake up the server but I was not able to. From the configuration standpoint, I didn't change a single thing.
Any idea how to fix it?
From various tutorials I was able to setup proxmox 7 in a way that I could Wake on Lan the server from my router and it had been working great for a long time.
After the upgrade I needed to wake up the server but I was not able to. From the configuration standpoint, I didn't change a single thing.
Bash:
root@pve:~# ethtool eno1 | grep Wake-on
Supports Wake-on: pumbg
Wake-on: g
Bash:
root@pve:/etc/network# cat interfaces
auto eno1
iface eno1 inet manual
post-up /usr/sbin/ethtool -s eno1 wol g
Any idea how to fix it?