Custom Wake-on-LAN Action

nca

New Member
Jun 9, 2023
2
1
3
Hello,

Is there a certain area or perl scripts that can be modified to fine tune Wake-on-LAN functionality?

I probably have a weird use case that would like to get to work with the UI's Wake-on-LAN button.
  • 3 Proxmox hosts named 'srv' 'lab1' and 'lab2'
  • srv is physically connected to router via ethernet
  • lab1 and lab2 are wirelessly connected to router
  • lab1 and lab2 are connected together via ethernet (private vmbr1 network)
  • lab1 can turn on lab2 with the following command - specifying broadcast address assigned to vmbr1 network.
Code:
# wakeonlan -i 172.16.0.255 a4:bb:6d:65:68:73
Sending magic packet to 172.16.0.255:9 with a4:bb:6d:65:68:7

Any tips on possible places to play around with to modify pvenode/GUI functionality, or is there something obvious I'm missing?

Thanks!