This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
mikrotik:wakeonlan [2017/02/10 22:18] admin created |
mikrotik:wakeonlan [2017/02/10 22:27] (current) admin |
||
---|---|---|---|
Line 14: | Line 14: | ||
[admin@MikroTik] > tool wol interface=ether1 mac=FF:FF:FF:FF:FF:FF | [admin@MikroTik] > tool wol interface=ether1 mac=FF:FF:FF:FF:FF:FF | ||
</code> | </code> | ||
+ | |||
+ | Pak už stačí jen dát Run script a PC na portu 4 s touto MAC na síťovce nastartuje | ||
+ | Then just create new form script in **System** > **Scripts** > **Scripts** and add these line | ||
+ | <code bash> | ||
+ | tool wol interface=ether1 mac=FF:FF:FF:FF:FF:FF | ||
+ | </code> | ||
+ | in **Source** Tab. | ||
+ | In new created script run ''Run script'' and PC on port 1 with that MAC is weaking up..... | ||
+ | |||
+ | {{ :mikrotik:wake-on-lan-mikrotik-620x382.png |}} | ||