]> git.proxmox.com Git - pve-docs.git/commitdiff
pvenode/wake-on-lan: mention defaults
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 28 Mar 2024 16:50:26 +0000 (17:50 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 28 Mar 2024 16:50:26 +0000 (17:50 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
pvenode.adoc

index 6cf5bc9cc160f8338c885d80e9e3298a25debe28..21a46a8650ea5bef15b7d0479faf8988b17d7dd0 100644 (file)
@@ -87,15 +87,17 @@ of `<node>` obtained from the `wakeonlan` property. The node-specific
 pvenode config set -wakeonlan XX:XX:XX:XX:XX:XX
 ----
 
-Optionally, the interface via which to send the WoL packet can be specified by
-setting the `bind-interface` via the following command:
+The interface via which to send the WoL packet is determined from the default
+route. It can be overwritten by setting the `bind-interface` via the following
+command:
 
 ----
 pvenode config set -wakeonlan XX:XX:XX:XX:XX:XX,bind-interface=<iface-name>
 ----
 
-The broadcast address used when sending the WoL packet can further be set by
-specifying the `broadcast-address` using the following command:
+The broadcast address (default `255.255.255.255`) used when sending the WoL
+packet can further be changed by setting the `broadcast-address` explicitly
+using the following command:
 
 ----
 pvenode config set -wakeonlan XX:XX:XX:XX:XX:XX,broadcast-address=<broadcast-address>