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