mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-26 21:24:25 +00:00
35 lines
752 B
Markdown
35 lines
752 B
Markdown
# Wake a host from LAN
|
|
|
|
The host needs to support wake-on-LAN and have it enabled.
|
|
|
|
## Table of contents <!-- omit in toc -->
|
|
|
|
1. [TL:DR](#tldr)
|
|
1. [Further readings](#further-readings)
|
|
1. [Sources](#sources)
|
|
|
|
## TL:DR
|
|
|
|
Use [`wakeonlan`][wakeonlan].
|
|
|
|
## Further readings
|
|
|
|
- [`wakeonlan`][wakeonlan]
|
|
|
|
## Sources
|
|
|
|
All the references in the [further readings] section, plus the following:
|
|
|
|
- [How to wake up computers using Linux by sending magic packets]
|
|
|
|
<!-- project's references -->
|
|
<!-- internal references -->
|
|
|
|
[further readings]: #further-readings
|
|
|
|
[wakeonlan]: wakeonlan.md
|
|
|
|
<!-- external references -->
|
|
|
|
[how to wake up computers using linux by sending magic packets]: https://www.cyberciti.biz/tips/linux-send-wake-on-lan-wol-magic-packets.html
|