PAN-OS firewalls include functionality to act as a web proxy , allowing you to leverage proxy capabilities within a unified interface for managing network security. This centralizes control and visibility for web traffic.
There are two main types of web proxy configurations available:
The web proxy feature requires license activation on PA-1400 Series , PA-3400 Series , and VM-Series firewalls.
Device > Licenses > Retrieve license keys from license server
). Restart the firewall if retrieval fails initially before proceeding.
Configure the necessary network interfaces. Using Layer 3 interfaces, each in its own dedicated Security Zone within the same Virtual Router, is recommended.
ethernet1/1
in zone
Trust
). Note its IP address for Explicit Proxy configuration.
ethernet1/2
in zone
Untrust
).
loopback.1
) with an IP address (e.g.,
192.168.254.254/32
) in its own zone (e.g.,
Proxy-Zone
). This is crucial for Transparent Proxy redirection and often used as the Upstream Interface in Explicit Proxy.
Ensure reliable DNS resolution for the proxy.
Network > DNS Proxy
). Enable it on appropriate interfaces (client-facing or loopback).
Device > Server Profiles > DNS
) specifying
both Primary and Secondary DNS servers
.
If decrypting HTTPS traffic (required for full inspection and often for specific proxy features), configure SSL Forward Proxy. This involves setting up a Forward Trust CA certificate and deploying its public key to clients. For Transparent Proxy MITM detection features, a self-signed or enterprise CA certificate is also needed.
(See Create a Self-Signed Root CA Certificate or refer to administrative access best practices and enterprise CA integration guides).
Complete the specific setup for your chosen authentication method (Kerberos, SAML, CIE) before enabling it in the Explicit Proxy settings.
Network > Proxy
.
Edit
for
Proxy Enablement
.
Explicit Proxy
or
Transparent Proxy
.
Verify the Web Proxy license is active if options are limited.
OK
.
Based on the type selected above, configure the details:
Edit
for
Explicit Proxy Configuration
.
Edit
for
Transparent Proxy Configuration
.
(For initial Transparent Proxy setup, the documentation sometimes suggests making a minor change in DNS Proxy/Interface config and recommitting to ensure settings populate fully).