From 23a3150e3da63500c01c707e384ab42fedd41b96 Mon Sep 17 00:00:00 2001 From: Renner0E <80410025+Renner0E@users.noreply.github.com> Date: Sat, 10 Aug 2024 15:15:10 +0200 Subject: [PATCH] wakeonlan: add page (#13424) Co-authored-by: spageektti Co-authored-by: Juri Dispan --- pages/common/wakeonlan.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/common/wakeonlan.md diff --git a/pages/common/wakeonlan.md b/pages/common/wakeonlan.md new file mode 100644 index 000000000..fb7fab179 --- /dev/null +++ b/pages/common/wakeonlan.md @@ -0,0 +1,20 @@ +# wakeonlan + +> Send packets to wake-on-LAN (WOL) enabled PCs. +> More information: . + +- 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: + +`wakeonlan {{01:02:03:04:05:06}} -i {{192.168.178.2}}` + +- Print the commands, but don't execute them (dry-run): + +`wakeonlan -n {{01:02:03:04:05:06}}` + +- Run in quiet mode: + +`wakeonlan -q {{01:02:03:04:05:06}}`