Blame SOURCES/ether-wake.8

648959
.\"                                      Hey, EMACS: -*- nroff -*-
648959
.\" First parameter, NAME, should be all caps
648959
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
648959
.\" other parameters are allowed: see man(7), man(1)
648959
.TH ETHER-WAKE 8 "March 31, 2003" "Scyld"
648959
.\" Please adjust this date whenever revising the manpage.
648959
.\"
648959
.\" Some roff macros, for reference:
648959
.\" .nh        disable hyphenation
648959
.\" .hy        enable hyphenation
648959
.\" .ad l      left justify
648959
.\" .ad b      justify to both left and right margins
648959
.\" .nf        disable filling
648959
.\" .fi        enable filling
648959
.\" .br        insert line break
648959
.\" .sp <n>    insert n+1 empty lines
648959
.\" for manpage-specific macros, see man(7)
648959
.SH NAME
648959
ether-wake \- A tool to send a Wake-On-LAN "Magic Packet"
648959
.SH SYNOPSIS
648959
.B ether-wake
648959
.RI [ options ] " Host-ID"
648959
.SH DESCRIPTION
648959
This manual page documents the usage of the
648959
.B ether-wake
648959
command.
648959
.PP
648959
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
648959
.\" \fI<whatever>\fP escape sequences to invoke bold face and italics, 
648959
.\" respectively.
648959
\fBether-wake\fP is a program that generates and transmits a Wake-On-LAN 
648959
(WOL) "Magic Packet", used for restarting machines that have been
648959
soft-powered-down (ACPI D3-warm state). It generates the standard
648959
AMD Magic Packet format, optionally with a password included.  The
648959
single required parameter is a station (MAC) address or a host ID that can
648959
be translated to a MAC address by an
648959
.BR ethers (5)
648959
database specified in
648959
.BR nsswitch.conf (5)
648959
.
648959
.SH OPTIONS
648959
\fBether-wake\fP needs a single dash (´-´) in front of options.
648959
A summary of options is included below.
648959
.TP
648959
.B \-b
648959
Send the wake-up packet to the broadcast address.
648959
.TP
648959
.B \-D
648959
Increase the Debug Level.
648959
.TP
648959
.B \-i ifname
648959
Use interface ifname instead of the default "eth0".
648959
.TP
648959
.B \-p passwd
648959
Append a four or six byte password to the packet. Only a few adapters
648959
need or support this. A six byte password may be specified in Ethernet hex
648959
format (00:22:44:66:88:aa) or four byte dotted decimal (192.168.1.1) format.
648959
A four byte password must use the dotted decimal format.
648959
648959
.TP
648959
.B \-V
648959
Show the program version information.
648959
648959
.SH EXIT STATUS
648959
This program returns 0 on success.
648959
A permission failures (e.g. run as a non-root user) results in an exit
648959
status of 2.  Unrecognized or invalid parameters result in an exit
648959
status of 3.  Failure to retrieve network interface information or send
648959
a packet will result in an exit status of 1.
648959
648959
.SH SEE ALSO
648959
.BR arp (8).
648959
.br
648959
.SH SECURITY
648959
On some non-Linux systems dropping root capability allows the process to be
648959
dumped, traced or debugged.
648959
If someone traces this program, they get control of a raw socket.
648959
Linux handles this safely, but beware when porting this program.
648959
.SH AUTHOR
648959
The ether-wake program was written by Donald Becker at Scyld Computing
648959
Corporation for use with the Scyld(\*(Tm) Beowulf System.