LinuxCommandLibrary

wol

Client for sending Wake-on-LAN magic packets.

TLDR

Send a WoL packet to a device

$ wol [mac_address]
copy


Send a WoL packet to a device in another subnet based on its IP
$ wol --ipaddr=[ip_address] [mac_address]
copy


Send a WoL packet to a device in another subnet based on its hostname
$ wol --host=[hostname] [mac_address]
copy


Send a WoL packet to a specific port on a host
$ wol --port=[port_number] [mac_address]
copy


Read hardware addresses, IP addresses/hostnames, optional ports and SecureON passwords from a file
$ wol --file=[path/to/file]
copy


Turn on verbose output
$ wol --verbose [mac_address]
copy

Copied to clipboard