From b6938de84a83d0c069033376edddaa3bf2e9255d Mon Sep 17 00:00:00 2001 From: Christian Ebner Date: Tue, 26 Mar 2024 10:16:59 +0100 Subject: [PATCH] pvenode/wake-on-lan: mention optional config options Show how to configure the optional bind interface and broadcast address options via `pvenode`. Signed-off-by: Christian Ebner --- pvenode.adoc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pvenode.adoc b/pvenode.adoc index 59eeecb..6cf5bc9 100644 --- a/pvenode.adoc +++ b/pvenode.adoc @@ -87,6 +87,20 @@ of `` 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: + +---- +pvenode config set -wakeonlan XX:XX:XX:XX:XX:XX,bind-interface= +---- + +The broadcast address used when sending the WoL packet can further be set by +specifying the `broadcast-address` using the following command: + +---- +pvenode config set -wakeonlan XX:XX:XX:XX:XX:XX,broadcast-address= +---- + Task History ~~~~~~~~~~~~