Changes for page Wake on Lan

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

From version 3.1
edited by Thomas Coelho
on 2022/12/20 13:45
Change comment: There is no comment for this version
To version 6.1
edited by Thomas Coelho (local)
on 2023/03/14 11:41
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.thw
1 +XWiki.coelho
Content
... ... @@ -1,9 +1,5 @@
1 -{{box cssClass="floatinginfobox" title="**Contents**"}}
2 -{{toc/}}
3 -{{/box}}
1 +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.
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.
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  
9 9  With a little bit of information you can wake up your computer from the login node. The information you need is the hardware address (mac) of the computer. This can be read, when you are logged in to the computer.
... ... @@ -18,7 +18,7 @@
18 18  
19 19  Run the command
20 20  
21 -{{code language="bash"}}wakeon RECORDED-MAC-ADDRESS{{/code}}
17 +{{code language="bash"}}wakeonlan RECORDED-MAC-ADDRESS{{/code}}
22 22  
23 23  
24 24  With RECORDED-MAC-ADDRESS replaced by the numbers recorded from the "ip a" output.