mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-04-29 01:36:48 +00:00
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 <c.ebner@proxmox.com>
This commit is contained in:
parent
93f1aa5d53
commit
b6938de84a
14
pvenode.adoc
14
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 `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:
|
||||
|
||||
----
|
||||
pvenode config set -wakeonlan XX:XX:XX:XX:XX:XX,broadcast-address=<broadcast-address>
|
||||
----
|
||||
|
||||
Task History
|
||||
~~~~~~~~~~~~
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user