Linux Wake-on-lan: Difference between revisions
From WikiMLT
m Стадий: 5 [Фаза:Утвърждаване, Статус:Авторизиран]; Категория:Network Security |
m Стадий: 6 [Фаза:Утвърждаване, Статус:Утвърден]; Категория:Network Security |
||
Line 23: | Line 23: | ||
| Прндл1 = Linux Server | | Прндл1 = Linux Server | ||
| Прндл2 = Linux Desktop | | Прндл2 = Linux Desktop | ||
| Стадий = | | Стадий = 6 | ||
| Фаза = Утвърждаване | | Фаза = Утвърждаване | ||
| Статус = | | Статус = Утвърден | ||
| ИдтПт = Spas | | ИдтПт = Spas | ||
| РзбПт = Spas | | РзбПт = Spas |
Revision as of 09:02, 7 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