Configure destination NAT to translate a destination address to a destination host or
server that has a dynamic IP address and uses an FQDN.
| Where Can I Use This? | What Do I Need? |
- NGFW (Managed by PAN-OS or Panorama)
| |
Use
Destination NAT to translate
the original destination address to a destination host or server
that has a dynamic IP address and uses an FQDN. Destination NAT
using a dynamic IP address is especially helpful in cloud deployments,
which typically use dynamic IP addressing. When the host or server
in the cloud has new (dynamic) IP addresses, you don’t need to manually
update the NAT policy rule by continuously querying the DNS server,
nor do you need to use a separate, external component to update
the DNS server with the latest FQDN-to-IP address mapping.
When
you configure destination NAT using dynamic IP addresses, you should
use only an FQDN (not an IP netmask or IP range).
In the following
example topology, clients want to reach servers that are hosting
web applications in the cloud. An external Elastic Load Balancer
(ELB) connects to firewalls, which connect to internal ELBs that
connect to the servers. Over time, Amazon Web Services (AWS), for
example, adds (and removes) IP addresses for the FQDN assigned to
the internal ELBs based on the demand for services. The flexibility
of using an FQDN for NAT to the internal ELB helps the policy to
resolve to different IP addresses at different times, making destination
NAT easier to use because the updates are dynamic.