Forrest logo
back to context overview

wol

List of commands for wol:

  • wol:tldr:0da05 wol: Read hardware addresses, IP addresses/hostnames, optional ports and SecureON passwords from a file.
    $ wol --file=${filename}
    try on your machine
    explain this command
  • wol:tldr:49323 wol: Send a WoL packet to a specific port on a host.
    $ wol --port=${port_number} ${mac_address}
    try on your machine
    explain this command
  • wol:tldr:52c43 wol: Send a WoL packet to a device in another subnet based on its IP.
    $ wol --ipaddr=${ip_address} ${mac_address}
    try on your machine
    explain this command
  • wol:tldr:656bf wol: Send a WoL packet to a device.
    $ wol ${mac_address}
    try on your machine
    explain this command
  • wol:tldr:6f680 wol: Send a WoL packet to a device in another subnet based on its hostname.
    $ wol --host=${hostname} ${mac_address}
    try on your machine
    explain this command
  • wol:tldr:f7e76 wol: Turn on verbose output.
    $ wol --verbose ${mac_address}
    try on your machine
    explain this command
back to context overview