Configure source DIPP NAT to translate internal client IP addresses to your public IP
address.
| Where Can I Use This? | What Do I Need? |
- NGFW (Managed by PAN-OS or Panorama)
| |
When a client on your internal network sends a request, the source address in the
packet contains the IP address for the client on your internal network. If you use
private IP address ranges internally, the packets from the client will not be able
to be routed on the internet unless you translate the source IP address in the
packets leaving the network into a publicly routable address.
On the firewall you can do this by configuring a source NAT policy that translates
the source address (and optionally the port) into a public address. One way to do
this is to translate the source address for all packets to the egress interface on
your firewall, as shown in the following procedure.
On the PA-7500 Series
running PAN-OS 12.1.8 and later, a single DIPP NAT policy rule supports a translated
address pool of up to 32,768 IP addresses (/17 subnet), enabling you to consolidate
what would otherwise require up to 128 separate NAT rules into a single policy. This
expanded per-policy capacity takes effect automatically after upgrade and requires
no additional configuration. The system-wide maximum for DIPP NAT translated IP
addresses on the PA-7500 is also 32,768. If you later downgrade from PAN-OS 12.1.8,
the downgrade is blocked when any single DIPP NAT policy rule contains more than 256
translated IP addresses, and the following message is displayed:
Downgrading from PAN-OS 12.1.8 is not allowed if a DIPP NAT policy has a number
of translated IP addresses configured that exceeds the maximum capacity of 256
translated IP addresses per DIPP NAT policy. Reduce the number of DIPP NAT IP
addresses in the policy, commit, and then retry the downgrade.
This task covers regular DIPP, and this task also includes
the step to enable persistent NAT for DIPP in PAN-OS 11.1.0 and earlier releases.
To enable persistent NAT for DIPP in
PAN-OS 11.1.1 and later releases, Create a Source NAT Rule with Persistent DIPP.