Linux Wake-on-lan: Difference between revisions

From WikiMLT
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>{{ContentArticleHeader/Network_Security|toc=off}}{{ContentArticleHeader/Linux_Server|toc=off}}
<noinclude>{{ContentArticleHeader/Network_and_Security|toc=off}}{{ContentArticleHeader/Linux_Server|toc=off}}
{{ContentArticleHeader/Linux_Desktop}}</noinclude>
{{ContentArticleHeader/Linux_Desktop}}</noinclude>


Line 16: Line 16:


* NixCraft: [https://www.cyberciti.biz/tips/linux-send-wake-on-lan-wol-magic-packets.html <nowiki>How To Wake Up Computers Using Linux Command [ Wake-on-LAN ( WOL ) ] By Sending Magic Packets</nowiki>]
* NixCraft: [https://www.cyberciti.biz/tips/linux-send-wake-on-lan-wol-magic-packets.html <nowiki>How To Wake Up Computers Using Linux Command [ Wake-on-LAN ( WOL ) ] By Sending Magic Packets</nowiki>]
* Ask Ubuntu: [https://askubuntu.com/a/1441349/566421 How can I enable wake-on-lan permanently?]


<noinclude>
<noinclude>
<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
  | Стадий = 3
  | Стадий = 6
  | Фаза  = Разработване
  | Фаза  = Утвърждаване
  | Статус = Разработван
  | Статус = Утвърден
  | ИдтПт  = Spas
  | ИдтПт  = Spas
  | РзбПт  = {{REVISIONUSER}}
  | РзбПт = Spas
| АвтПт  = Spas
| УтвПт = {{REVISIONUSER}}
  | ИдтДт  = 7.09.2022
  | ИдтДт  = 7.09.2022
  | РзбДт  = {{Today}}
  | РзбДт = 7.09.2022
| АвтДт  = 7.09.2022
| УтвДт = {{Today}}
  | ИдтРв  = [[Special:Permalink/31192|31192]]
  | ИдтРв  = [[Special:Permalink/31192|31192]]
  | РзбРв  = {{REVISIONID}}
  | РзбРв = [[Special:Permalink/31196|31196]]
| АвтРв  = [[Special:Permalink/31198|31198]]
| УтвРв = {{REVISIONID}}
}}
}}
</div>
</div>
</noinclude>
</noinclude>

Latest revision as of 13:09, 18 November 2022

If the re­mote in­stance sup­ports the Lake-on-LAN (WoL) fea­ture and it is en­abled via its UEFI/BIOS you should be able to wake it up from a Lin­ux sys­tem by the wakeon­lan com­mand.

In­stal­la­tion on De­bian based OS

sudo apt install etherwake

Us­age

You need to pro­vide at least the MAC ad­dress of the re­mote in­stance.

wakeonlan A8:A1:59:6A:F0:5C

Wak­ing up the in­stance will take few sec­onds, so be pa­tient be­fore try­ing to con­nect it.

Ref­er­ences