]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - usr.sbin/wake/wake.8
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / usr.sbin / wake / wake.8
1 .\"
2 .\" $FreeBSD$
3 .\"
4 .\" Copyright (c) 2009 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 June 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 .Ar interface
27 .Op Ar lladdr ...
28 .Sh DESCRIPTION
29 The
30 .Nm
31 program is used to send Wake on LAN (WoL) frames over a local
32 Ethernet network to one or more hosts using their link layer (hardware)
33 addresses.
34 WoL functionality is generally enabled in a machine's BIOS
35 and can be used to power on machines from a remote system without
36 having physical access to them.
37 .Pp
38 .Ar interface
39 is the network interface of the local machine.
40 .Ar lladdr
41 are the link layer addresses of the remote machines
42 and can be specified as the actual hardware address
43 (six hexadecimal numbers separated by colons)
44 or a hostname entry in
45 .Pa /etc/ethers .
46 Link layer addresses can be determined and set on
47 .Fx
48 machines using
49 .Xr ifconfig 8 .
50 .Sh FILES
51 .Bl -tag -width "/etc/ethers" -compact
52 .It /etc/ethers
53 Ethernet host name database.
54 .El
55 .Sh SEE ALSO
56 .Xr ethers 5 ,
57 .Xr ifconfig 8
58 .Sh AUTHORS
59 .Nm
60 was written by
61 .Ar Marc Balmer Aq marc@msys.ch .