![]() |
![]()
| ![]() |
![]()
NAME
DESCRIPTIONpwol is a command line utility to send Wake-On-LAN (WoL) packets to one or many hosts, either locally or via routers, in order to wake them up from sleep mode. It can also be used as a WoL proxy daemon listening to incoming WoL packets (possibly authenticated) and then forwarding requests to one or many other targets. The configuration file(s) for pwol define global options, gateways (that forwards WoL packets), hosts (destinations for WoL packets) and host groups (preferably in that order). For gateways and hosts can override the global options plus use a few local ones defined below. The gateway and host options may be specified on the same line or on following lines (until the next gateway/host or host group definitions are started). Lines starting with ";" or "#" and empty lines are ignored. GLOBAL OPTIONS
GATEWAY OPTIONS
HOST OPTIONS
HOST GROUPSHost groups are specified by a group name enclosed in "[" and "]" and then followed by a list of normal host declarations. As a short cut if a host is to be defined in multiple host groups then you do not need to re-specify all host sub-options and can just reference it via host name. Another shortcut is that if a group name equals the name of a gateway then that is used for each host in the group. EXAMPLE; pwol.conf ;; Global settings: copies 1 delay 0.0s port 7 ;; Some gateways: gateway A SEE ALSOpwol(1), ping(8), https://github.com/ptrrkssn/pwol AUTHORpwol was written by Peter Eriksson <pen@lysator.liu.se>.
|