]> git.proxmox.com Git - pve-docs.git/commitdiff
pveproxy: LISTEN_IP: add an example for link-local IPv6 address
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 28 Apr 2021 13:42:58 +0000 (15:42 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 28 Apr 2021 13:42:58 +0000 (15:42 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
pveproxy.adoc

index 2a5ce0eeb3a7e01efb0d5b99af5b3ef4d622fd28..7ac1730896b9dd4ffd2e28f55c5aaef5e713c314 100644 (file)
@@ -79,6 +79,13 @@ Similarly, you can also set an IPv6 address:
 LISTEN_IP="2001:db8:85a3::1"
 ----
 
+Note that if you want to specify a link-local IPv6 address, you need to provide
+the interface name itself. For example:
+
+----
+LISTEN_IP="fe80::c463:8cff:feb9:6a4e%vmbr0"
+----
+
 WARNING: The nodes in a cluster need access to `pveproxy` for communication,
 possibly on different sub-nets. It is **not recommended** to set `LISTEN_IP` on
 clustered systems.