mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-07-01 19:03:13 +00:00
pvenode/wake-on-lan: mention defaults
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
b6938de84a
commit
a366aa5937
10
pvenode.adoc
10
pvenode.adoc
@ -87,15 +87,17 @@ of `<node>` obtained from the `wakeonlan` property. The node-specific
|
|||||||
pvenode config set -wakeonlan XX:XX:XX:XX:XX:XX
|
pvenode config set -wakeonlan XX:XX:XX:XX:XX:XX
|
||||||
----
|
----
|
||||||
|
|
||||||
Optionally, the interface via which to send the WoL packet can be specified by
|
The interface via which to send the WoL packet is determined from the default
|
||||||
setting the `bind-interface` via the following command:
|
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>
|
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
|
The broadcast address (default `255.255.255.255`) used when sending the WoL
|
||||||
specifying the `broadcast-address` using the following command:
|
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>
|
pvenode config set -wakeonlan XX:XX:XX:XX:XX:XX,broadcast-address=<broadcast-address>
|
||||||
|
Loading…
Reference in New Issue
Block a user