Linux Wake-on-lan: Difference between revisions
From WikiMLT
m Стадий: 6 [Фаза:Утвърждаване, Статус:Утвърден]; Категория:Network Security |
m Text replacement - "Network Security" to "Network and Security" |
||
Line 20: | Line 20: | ||
<div id='devStage'> | <div id='devStage'> | ||
{{devStage | {{devStage | ||
| Прндл = Network Security | | Прндл = Network and Security | ||
| Прндл1 = Linux Server | | Прндл1 = Linux Server | ||
| Прндл2 = Linux Desktop | | Прндл2 = Linux Desktop |
Revision as of 08:40, 8 September 2022
Template:ContentArticleHeader/Network Security
If the remote instance supports the Lake-on-LAN (WoL) feature and it is enabled via its UEFI/BIOS you should be able to wake it up from a Linux system by the wakeonlan
command.
Installation on Debian based OS
sudo apt install etherwake
Usage
You need to provide at least the MAC address of the remote instance.
wakeonlan A8:A1:59:6A:F0:5C
Waking up the instance will take few seconds, so be patient before trying to connect it.
References