Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| docs:user-guide:services:wol [2018/02/25 15:44] – ↷ Links adapted because of a move operation | docs:guide-user:services:w_o_l:wol [2019/08/26 08:38] (current) – formatting optimized vgaetera | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Wake on LAN configuration ====== | ====== Wake on LAN configuration ====== | ||
| - | The configuration file ''/ | + | The configuration file ''/ |
| - | Please see '' | + | Please see '' |
| ===== Sections ===== | ===== Sections ===== | ||
| - | |||
| There is only one section type '' | There is only one section type '' | ||
| Multiple //wake on lan targets// may exist in the file. | Multiple //wake on lan targets// may exist in the file. | ||
| ==== Wake on LAN targets ==== | ==== Wake on LAN targets ==== | ||
| - | |||
| A '' | A '' | ||
| The init script will start one instance of //wol// for each section of this type. | The init script will start one instance of //wol// for each section of this type. | ||
| - | |||
| Below is a listing of the parameters defined for this section. | Below is a listing of the parameters defined for this section. | ||
| Line 23: | Line 20: | ||
| | '' | | '' | ||
| | '' | | '' | ||
| - | |||
| ===== Example ===== | ===== Example ===== | ||
| - | |||
| Example entry to wake a host with the MAC address '' | Example entry to wake a host with the MAC address '' | ||
| - | | '' | + | <code bash> |
| - | option mac | + | config wol-target |
| - | option broadcast | + | option mac '00: |
| - | option enabled | + | option broadcast |
| - | '' | | + | option enabled |
| + | </ | ||
| ===== Notes ===== | ===== Notes ===== | ||
| If //wol// does not work, the // | If //wol// does not work, the // | ||
| To wake a host on boot, and put the following command into ''/ | To wake a host on boot, and put the following command into ''/ | ||
| - | | '' | + | |
| - | '' | + | <code bash> |
| + | etherwake 00: | ||
| + | </ | ||
| This would wake the host with the MAC address '' | This would wake the host with the MAC address '' | ||
| + | |||