This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
mikrotik:wakeonlan [2017/02/10 22:24] admin |
mikrotik:wakeonlan [2017/02/10 22:27] (current) admin |
||
---|---|---|---|
Line 16: | Line 16: | ||
Pak už stačí jen dát Run script a PC na portu 4 s touto MAC na síťovce nastartuje | 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 ''tool wol interface=ether1 mac=FF:FF:FF:FF:FF:FF'' in **Source**. | + | 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 |}} | {{ :mikrotik:wake-on-lan-mikrotik-620x382.png |}} | ||