]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.sbin/wake/wake.8
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / usr.sbin / wake / wake.8
1 .\"
2 .\" $FreeBSD$
3 .\"
4 .\" Copyright (c) 2009, 2010 Marc Balmer <marc@msys.ch>
5 .\"
6 .\" Permission to use, copy, modify, and distribute this software for any
7 .\" purpose with or without fee is hereby granted, provided that the above
8 .\" copyright notice and this permission notice appear in all copies.
9 .\"
10 .\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
11 .\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12 .\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13 .\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14 .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 .\"
18 .Dd December 27, 2009
19 .Dt WAKE 8
20 .Os
21 .Sh NAME
22 .Nm wake
23 .Nd send Wake on LAN frames to hosts on a local Ethernet network
24 .Sh SYNOPSIS
25 .Nm
26 .Op Ar interface
27 .Ar lladdr
28 .Op Ar lladdr ...
29 .Sh DESCRIPTION
30 The
31 .Nm
32 program is used to send Wake on LAN (WoL) frames over a local
33 Ethernet network to one or more hosts using their link layer (hardware)
34 addresses.
35 WoL functionality is generally enabled in a machine's BIOS
36 and can be used to power on machines from a remote system without
37 having physical access to them.
38 .Pp
39 .Ar interface
40 is an Ethernet interface of the local machine and is used to send the
41 Wake on LAN frames over it.
42 If there is only one Ethernet device available that is up and running, then the
43 .Ar interface
44 argument can be omitted.
45 .Ar lladdr
46 is the link layer address of the remote machine.
47 This can be specified as the actual hardware address
48 (six hexadecimal numbers separated by colons)
49 or as a hostname entry in
50 .Pa /etc/ethers .
51 .Nm
52 accepts multiple
53 .Ar lladdr
54 addresses.
55 Link layer addresses can be determined and set using
56 .Xr ifconfig 8 .
57 .Sh FILES
58 .Bl -tag -width "/etc/ethers" -compact
59 .It Pa /etc/ethers
60 Ethernet host name data base.
61 .El
62 .Sh SEE ALSO
63 .Xr ethers 5 ,
64 .Xr ifconfig 8
65 .Sh AUTHORS
66 .Nm
67 was written by
68 .Ar Marc Balmer Aq marc@msys.ch .