Community discussions

MikroTik App
 
Rey2023
just joined
Topic Author
Posts: 2
Joined: Thu Dec 14, 2023 9:52 am

Wake up lan 7:00pm

Thu Feb 08, 2024 9:41 am

Hello:
I'm looking for a script that allows me to wake up a PC every day at a certain time.
eth2 mac: xx xx xx xx xx wake up 7:00 every day
 
User avatar
normis
MikroTik Support
MikroTik Support
Posts: 27037
Joined: Fri May 28, 2004 11:04 am
Location: Riga, Latvia
Contact:

Re: Wake up lan 7:00pm

Thu Feb 08, 2024 9:44 am

You mean the Wake on LAN feature? First test if the command does what you need it to do.
[normis@MikroTik] > tool/wol interface=bridge mac=

If yes, then add this command to the "on-event" field of "/system/scheduler" and set the time, when it should be run.
 
Limer
just joined
Posts: 24
Joined: Tue Dec 06, 2011 1:41 pm
Location: Ruda Slaska / Poland
Contact:

Re: Wake up lan 7:00pm

Thu Feb 08, 2024 9:49 am

ROS7 style ;)
/system/scheduler/add disabled=no interval=24h name=wol on-event="tool/wol mac=xx:xx:xx:xx:xx:xx interface=xxxx" start-time=07:00:00