Manual:Tools/Wake on lan: Difference between revisions

From MikroTik Wiki
Jump to navigation Jump to search
m (Protected "Wake on lan" [edit=sysop:move=sysop])
No edit summary
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Versions|v3, v4}}
This tool is introduced in RouterOS since v3.23 and can send the Wake on LAN MagicPacket to any MAC address of your choosing. If the target device supports WOL, it should wake from sleep. Secure WOL is not supported.  
This tool is introduced in RouterOS since v3.23 and can send the Wake on LAN MagicPacket to any MAC address of your choosing. If the target device supports WOL, it should wake from sleep. Secure WOL is not supported.  


  /tool wol FF:FF:FF:FF:FF
  [admin@MikroTik] > tool wol mac=FF:FF:FF:FF:FF


The WOL tool will send a UDP MagicPacket to the Broadcast address with the MAC address embedded in it.  
The WOL tool will send a UDP MagicPacket to the Broadcast address with the MAC address embedded in it.  


[[Category:Manual]]
By default, the magic packet will be sent as an IP broadcast out the default gateway interface, but if you want, you can tell the command to use a specific interface:
 
[admin@MikroTik] > tool wol interface=ether1 mac=FF:FF:FF:FF:FF:FF
 
[[Category:Manual|Wake]]
[[Category:Tools|Wake]]

Latest revision as of 08:15, 26 April 2010

Version.png

Applies to RouterOS: v3, v4

This tool is introduced in RouterOS since v3.23 and can send the Wake on LAN MagicPacket to any MAC address of your choosing. If the target device supports WOL, it should wake from sleep. Secure WOL is not supported.

[admin@MikroTik] > tool wol mac=FF:FF:FF:FF:FF

The WOL tool will send a UDP MagicPacket to the Broadcast address with the MAC address embedded in it.

By default, the magic packet will be sent as an IP broadcast out the default gateway interface, but if you want, you can tell the command to use a specific interface:

[admin@MikroTik] > tool wol interface=ether1 mac=FF:FF:FF:FF:FF:FF