5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-02-28 01:57:23 +03:00

pveproxy: LISTEN_IP: add an example for link-local IPv6 address

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-04-28 15:42:58 +02:00
parent a3b4a546c4
commit 8fd3f59f71

View 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.