1WOL(1) wol WOL(1)
2
3
4
6 wol - Wake On LAN client
7
9 wol [OPTION] ... MAC-ADDRESS ...
10
12 This manual gives you an introduction into "wol", the Wake On LAN
13 client. It remotely turns on computers that supports Magic Packet
14 technology (also known as Wake On LAN).
15
16 Some workstations support SecureON password feature. These machines
17 only wake up if you provide the correct password. "wol" also provides
18 this feature.
19
21 --help
22 Print a summary of the command line options.
23
24 -V
25 --version
26 Print the version number of "wol".
27
28 -h HOST
29 --host=HOST
30 -i HOST
31 --ipaddr=HOST
32 Broadcast packet to this IP address or hostname. This is important
33 if your wol client is a multihomed host and you want to send only
34 to one subnet (default IP address is 255.255.255.255).
35
36 -p NUM
37 --port=NUM
38 Send packet with this destination port NUM. This option is
39 important if your packet filter would block the default destination
40 port 40000.
41
42 -f FILE
43 --file=FILE
44 Read hardware addresses, IP addresses/hostnames, optional ports and
45 SecureON password from file FILE. If FILE is - "wol" reads from
46 stdin.
47
48 - Read hardware addresses, IP addresses, optional ports and optional
49 SecureON password from stdin. So you can extract MAC-ADDRESSES from
50 any source and pipe the data into "wol" so.
51
52 -v
53 --verbose
54 Turns on verbose output.
55
56 -w NUM
57 --wait=NUM
58 Waits NUM milliseconds between Magic Packets. Also known as fuse
59 health pack.
60
61 --passwd[=PASS]
62 Send a magic packet with SecureON password feature. PASS is written
63 as x-x-x-x-x-x, where x is a hexadecimal number between 0 and ff
64 which represents one byte of the password.
65
66 If you don't provide PASS "wol" prompts you for a password.
67
68 To set the password of your SecureON capable NIC, you can use
69 "ethtool" (<http://www.sourceforge.net/projects/gkernel/>).
70
72 Please report bugs to <krennwallner@aon.at>. Feel free to send bug
73 reports, translations, improvement suggestions and patches to this
74 email address.
75
77 GNU info entry for wol.
78
80 Written by Thomas Krennwallner <krennwallner@aon.at>.
81
83 Copyright (C) 2001,2002,2003,2004 Thomas Krennwallner
84 <krennwallner@aon.at>
85
86 This document may be distributed and modified under the terms of the
87 GNU General Public License.
88
89 This manual is free software; you may redistribute it and/or modify it
90 under the terms of the GNU General Public License as published by the
91 Free Software Foundation; either version 2, or (at your option) any
92 later version.
93
94 This manual is distributed in the hope that it will be useful, but
95 without any warranty; without even the implied warranty of
96 merchantability or fitness for a particular purpose. See the GNU
97 General Public License for more details.
98
99 A copy of the GNU General Public License is available on the World Wide
100 Web at the GNU website. You can also obtain it by writing to the Free
101 Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
102 02111-1307, USA.
103
104
105
106wol 0.7.1 2009-07-28 WOL(1)