Changes for page Wake on Lan

Last modified by Thomas Coelho (local) on 2025/01/20 11:29

From version 1.1
edited by Thomas Coelho
on 2022/12/20 13:43
Change comment: There is no comment for this version
To version 5.1
edited by Thomas Coelho
on 2022/12/21 12:01
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -2,7 +2,7 @@
2 2  {{toc/}}
3 3  {{/box}}
4 4  
5 -Wake on Lan is technique to power on a computer over the network by sending a specific data ("Magic Package"). This does not require administrative privileges. You only need access to computer on the same network.
5 +Wake on Lan is technique to power on a computer over the network by sending a specific data paket ("Magic paket"). This does not require administrative privileges. You only need access to computer on the same network.
6 6  
7 7  Our computers have an IDLE Timeout, which turns them off when they are not used (no user processes are running). In former times it was possible to request a flag which disabled this feature. To save power we no longer support this.
8 8  
... ... @@ -18,6 +18,9 @@
18 18  
19 19  Run the command
20 20  
21 -{{code language="bash"}}
22 -wakeon RECORDED-MAC-ADDRESS
23 -{{/code}}
21 +{{code language="bash"}}wakeonlan RECORDED-MAC-ADDRESS{{/code}}
22 +
23 +
24 +With RECORDED-MAC-ADDRESS replaced by the numbers recorded from the "ip a" output.
25 +
26 +After some minutes you should be able to ssh to your machine.