]> git.proxmox.com Git - pve-docs.git/blobdiff - pvenode.adoc
vzdump: drop overly scary & outdated warning about fleecing
[pve-docs.git] / pvenode.adoc
index 0a979c14ee502658ae15c805a2d98514834e4701..21a46a8650ea5bef15b7d0479faf8988b17d7dd0 100644 (file)
@@ -87,6 +87,22 @@ of `<node>` obtained from the `wakeonlan` property. The node-specific
 pvenode config set -wakeonlan XX:XX:XX:XX:XX:XX
 ----
 
+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 (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>
+----
+
 Task History
 ~~~~~~~~~~~~
 
@@ -174,6 +190,7 @@ live-migration for local disks enabled, you can run:
 pvenode migrateall pve2 --vms 100,101,102 --with-local-disks
 ----
 
+// TODO: explain node shutdown (stopall is used there) and maintenance options
 
 ifdef::manvolnum[]
 include::pve-copyright.adoc[]