An enterprise firewall is configured with Port Address Translation (PAT / NAT Overload) using a single public IP address () to provide outbound Internet connectivity for 350 internal hosts on the subnet. The enterprise also needs external clients to access an internal HTTPS web server at , and needs an internal IPsec VPN gateway at to establish native ESP (IP protocol 50) tunnels with external business partners. Which of the following statements regarding this address translation implementation are correct? (Select TWO)
- A 1:1 Static NAT mapping or dedicated public IP is required for the internal IPsec gateway because standard PAT relies on Layer 4 TCP/UDP port numbers, which are not present in raw ESP (IP protocol 50) traffic.Answer
- BPAT automatically multiplexes raw IP protocol 50 (ESP) traffic across internal hosts by translating Layer 2 MAC addresses during the translation process.
- Static Port Forwarding (Destination PAT) can be configured to map incoming TCP port 443 requests on directly to the internal web server at .Answer
- DStatic NAT must be implemented for all 350 internal workstations because PAT cannot support more than 254 concurrent outbound host sessions using a single public IP address.
Answer
A 1:1 Static NAT mapping or dedicated public IP is required for the internal IPsec gateway because standard PAT relies on Layer 4 TCP/UDP port numbers, which are missing in raw ESP (IP protocol 50) traffic; AND Static Port Forwarding can map incoming TCP port 443 traffic on the public IP to the internal web server.
The first correct statement accurately notes that standard Port Address Translation (PAT) requires Layer 4 TCP or UDP port headers to multiplex connections. Native IPsec ESP (IP protocol 50) lacks TCP/UDP port headers, requiring a 1:1 Static NAT mapping (or NAT Traversal). The second correct statement properly identifies Static Port Forwarding as the mechanism to route incoming public TCP port 443 traffic to the internal private web server.
Step-by-Step Solution
Key Concept
Port Address Translation (PAT) vs Static NAT and Port Forwarding limitations
Estimated Time:2m 0s