[pve-devel] [RFC http-server manager 0/2] fix #2997: allow setting BIND_IP for proxy

Thomas Lamprecht t.lamprecht at proxmox.com
Wed Feb 10 18:02:13 CET 2021


On 10.02.21 17:01, Oguz Bektas wrote:
> maybe a simple approach like this is okay?
> 

I'd rather go the way PBS does, just listen on really all by default.

PVE often uses multiple networks where the proxy needs to be able on more
than one, a single settign may not cut it in all setups.

It's simpler to just always listen on all and let admins restrict with FW
where required.

> can also be called "LISTEN_IP" or similar
> 
> pve-manager:
> 
> Oguz Bektas (1):
>   proxy: allow setting BIND_IP for pveproxy
> 
>  PVE/Service/pveproxy.pm | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> 
> pve-http-server:
> 
> Oguz Bektas (1):
>   utils: add BIND_IP option in /etc/default/pveproxy
> 
>  PVE/APIServer/Utils.pm | 3 +++
>  1 file changed, 3 insertions(+)
> 






More information about the pve-devel mailing list