Files
oam/knowledge base/wake a host from lan.md
2023-03-25 16:27:52 +01:00

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