5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-03-05 20:58:19 +03:00

pveproxy: document LISTEN_IP setting

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
This commit is contained in:
Stoiko Ivanov 2021-04-23 17:58:14 +02:00 committed by Thomas Lamprecht
parent d56606c72a
commit fa25e615f3

View File

@ -59,6 +59,24 @@ The default policy is `allow`.
|=========================================================== |===========================================================
Listening IP
------------
By setting `LISTEN_IP` in `/etc/default/pveproxy` you can control to which IP
address the daemon binds. The IP address needs to be configured on the system.
This can be used to listen only to an internal interface and thus have less
exposure to the public internet:
LISTEN_IP="192.0.2.1"
Similarly you can also set a n IPv6 address:
LISTEN_IP="2001:db8:85a3::1"
WARNING: The nodes in a cluster need access to pveproxy for communictation.
It is not recommended to set `LISTEN_IP` on clustered systems.
SSL Cipher Suite SSL Cipher Suite
---------------- ----------------