Hi Everyone,
I have setup wol plugin under services to wake up proxmox machine. I am able to wake up system using opnsense GUI Services > "Wake on LAN" without any issue.
I want to automate system startup, whenever router starts it should turn on the server.
My Setup:
//Create file at /usr/local/etc/rc.syshook.d/start
File Name - 99-wolproxmox
content of file :
/usr/local/bin/wol -i <IP address of target system> <mac address>
/usr/local/bin/wol -i <IP address of target system> -m <mac address>
I have tried to login to opnsense shell and issue commands from there but it doesn't work. When I issue above commands it says on screen
Waking up x:x:x:x:x:x...(removed mac address) but nothing happens.
Any suggestion how to make this command work?
I have setup wol plugin under services to wake up proxmox machine. I am able to wake up system using opnsense GUI Services > "Wake on LAN" without any issue.
I want to automate system startup, whenever router starts it should turn on the server.
My Setup:
//Create file at /usr/local/etc/rc.syshook.d/start
File Name - 99-wolproxmox
content of file :
/usr/local/bin/wol -i <IP address of target system> <mac address>
/usr/local/bin/wol -i <IP address of target system> -m <mac address>
I have tried to login to opnsense shell and issue commands from there but it doesn't work. When I issue above commands it says on screen
Waking up x:x:x:x:x:x...(removed mac address) but nothing happens.
Any suggestion how to make this command work?
"