]> git.lizzy.rs Git - plan9front.git/blob - sys/man/8/wol
merge
[plan9front.git] / sys / man / 8 / wol
1 .TH WOL 8
2 .SH NAME
3 wol \- send wake-on-lan Ethernet packet
4 .SH SYNOPSIS
5 .B ip/wol
6 [
7 .B -v
8 ] [
9 .B -a
10 .I dialstr
11 ] [
12 .B -c
13 .I password
14 ]
15 .I macaddr
16 .SH DESCRIPTION
17 .I Wol
18 sends a magic wake-on-lan Ethernet packet to
19 .IR dialstr
20 (default
21 .BR udp!255.255.255.255!0 ,
22 the IPv4 broadcast address),
23 intended to wake up the machine with an Ethernet interface with the MAC
24 address
25 .IR macaddr .
26 .I Macaddr
27 is not used to route the packet, but is inserted into the magic packet
28 as required by the wake-on-lan protocol.
29 .PP
30 An optional
31 .I password
32 of at most six bytes can be sent.
33 The option
34 .B -v
35 prints verbose information about the packet sent.
36 .SH "SEE ALSO"
37 .IR dial (2),
38 .I parseether
39 in
40 .IR ip (2)
41 .br
42 .B http://en.wikipedia.org/wiki/Wake-on-LAN