[pve-devel] [PATCH docs 3/3] pvenode/wake-on-lan: mention optional config options
Christian Ebner
c.ebner at proxmox.com
Tue Mar 5 13:54:31 CET 2024
Show how to configure the optional bind interface and broadcast address
options via `pvenode`.
Signed-off-by: Christian Ebner <c.ebner at proxmox.com>
---
pvenode.adoc | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/pvenode.adoc b/pvenode.adoc
index 59eeecb..8a1da08 100644
--- a/pvenode.adoc
+++ b/pvenode.adoc
@@ -87,6 +87,20 @@ 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 `wakeonlan-bind-interface` via the following command:
+
+----
+pvenode config set -wakeonlan-bind-interface <iface-name>
+----
+
+The broadcast address used when sending the WoL packet can further be set by
+specifying the `wakeonlan-broadcast-address` using the following command:
+
+----
+pvenode config set -wakeonlan-broadcast-address <broadcast-address>
+----
+
Task History
~~~~~~~~~~~~
--
2.39.2
More information about the pve-devel
mailing list