2024-08-10 15:15:10 +02:00
|
|
|
# wakeonlan
|
|
|
|
|
|
|
|
> Send packets to wake-on-LAN (WOL) enabled PCs.
|
|
|
|
> More information: <https://github.com/jpoliv/wakeonlan>.
|
|
|
|
|
|
|
|
- Send packets to all devices on the local network (255.255.255.255) by specifying a MAC address:
|
|
|
|
|
|
|
|
`wakeonlan {{01:02:03:04:05:06}}`
|
|
|
|
|
|
|
|
- Send packet to a specific device via IP address:
|
|
|
|
|
2025-04-22 06:20:48 +03:00
|
|
|
`wakeonlan {{01:02:03:04:05:06}} {{[-i|--ip]}} {{192.168.178.2}}`
|
2024-08-10 15:15:10 +02:00
|
|
|
|
|
|
|
- Print the commands, but don't execute them (dry-run):
|
|
|
|
|
2025-04-22 06:20:48 +03:00
|
|
|
`wakeonlan {{[-n|--dry-run]}} {{01:02:03:04:05:06}}`
|
2024-08-10 15:15:10 +02:00
|
|
|
|
|
|
|
- Run in quiet mode:
|
|
|
|
|
2025-04-22 06:20:48 +03:00
|
|
|
`wakeonlan {{[-q|--quiet]}} {{01:02:03:04:05:06}}`
|