PVE HTTP Proxy and NoProxy configs

omripresent

New Member
Nov 27, 2024
2
0
1
Using PVE with HTTP proxy enabled is causing issues with accessing some internal domains that need to be accessed directly (Netbox IPAM under SDN for example).
It seems like the no_proxy option is not available in the web UI, and applying it globally under /etc/environment does not seem to take effect.

What's the correct way of applying proxy domain exclusions in PVE?
 
For the time being I've disabled the global proxy config since it's only used in my environment for APT updates and /etc/apt/apt.conf.d/60proxy
on each host pointing to my proxy endpoint.

Code:
Acquire::http::Proxy "http://proxy.local:3128";