An enterprise network engineer is troubleshooting an issue where hosts on a private subnet () experience intermittent outbound connection failures when accessing external cloud resources. The perimeter firewall is configured to perform Port Address Translation (PAT) using a single public IP address (). Diagnostic logs indicate that while active web sessions function normally, new outbound TCP connections fail during peak traffic periods because all available high-numbered ephemeral source ports on the gateway's public address are fully allocated. Which configuration change should the engineer implement on the firewall to resolve this session scaling issue while preserving private internal IP addressing?
- Configure a PAT address pool containing multiple public IP addresses to expand the available Layer 4 source port capacity.Cevap
- BReconfigure the firewall translation rules to use 1:1 Static NAT for all internal hosts using the single public IP address.
- CMap outbound UDP transport traffic directly to TCP destination port 80 within the active translation table.
- DEnable Layer 2 MAC address translation on the external gateway interface to bypass Layer 3 IP mapping boundaries.
Cevap
Configure a PAT address pool containing multiple public IP addresses to expand the available Layer 4 source port capacity.
Port Address Translation (PAT) enables multiple private IP addresses to share public IP space by overloading unique Layer 4 source port numbers. When high connection volume exhausts all available ephemeral ports on a single public IP address, introducing a pool of public IP addresses allows PAT to dynamically distribute outbound sessions across multiple public IPs, successfully multiplying session capacity.
Adım Adım Çözüm
Anahtar Kavram
PAT Port Exhaustion & IP Pool Expansion