Wake on LAN: Difference between revisions

MNG (talk | contribs)
No edit summary
m Had to restart my computer like the addition says. Could maybe be another way too but this worked for me
Tags: Mobile edit Mobile web edit Visual edit
 
(One intermediate revision by one other user not shown)
Line 16: Line 16:


== 2.1 Enable Wake on Lan for a Network Interface ==
== 2.1 Enable Wake on Lan for a Network Interface ==
The following example enables Wake on Lan for '''ens3''' interface and opens port 9 (WoL UDP Port) for target computer.
The following example enables Wake on Lan for '''ens3''' interface and opens port 9 (WoL UDP Port) for target computer. After enabling, you may need to restart your computer too see these changes take effect.


<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">
Line 43: Line 43:
wakeonlan -i 192.168.1.50 {your_link/ether_adress}
wakeonlan -i 192.168.1.50 {your_link/ether_adress}
</syntaxhighlight>
</syntaxhighlight>
[[Category:Networking]]
[[Category:Configuration]]