An enterprise network administrator deploys a new segment of 250 internal workstations that require simultaneous outbound internet access. The edge firewall is configured with dynamic NAT using a public IP pool consisting of a single prefix (14 usable public IPv4 addresses). During peak operational hours, only the first 14 hosts can establish outbound sessions, while all remaining workstations experience connection timeouts when reaching external web servers. Which of the following configuration modifications will resolve the connectivity issue without acquiring additional public IP addresses?
- Reconfigure the network address translation policy to enable overload (PAT) on the dynamic IP pool.Cevap
- BChange the NAT configuration to 1:1 Static NAT assignments for each workstation using the existing public IP pool.
- CForce all outbound session translations on the firewall to use UDP transport ports instead of TCP ports.
- DReconfigure the internal workstation network adapters to encapsulate outbound traffic strictly at Layer 2 to bypass firewall translation.
Cevap
Reconfiguring the network address translation policy to enable overload (PAT) on the existing pool will allow up to thousands of concurrent outbound connections across the available public addresses.
Standard Dynamic NAT maps internal private IP addresses to external public IP addresses on a one-to-one basis without modifying Layer 4 port numbers. Because the pool contains only 14 public IP addresses ( prefix has 16 addresses minus network and broadcast), only 14 hosts can communicate externally at any given time. Enabling Port Address Translation (PAT / NAT Overload) allows the firewall to map multiple internal private IP addresses to a single public IP address by assigning a unique ephemeral source port number to each outbound session, enabling all 250 hosts to communicate simultaneously over the existing pool.
Adım Adım Çözüm
Anahtar Kavram
Port Address Translation (PAT / Overload) vs Dynamic NAT Pool Exhaustion