A network administrator configures a static 1:1 NAT mapping on an enterprise edge router for an internal application server with Inside Local address to Inside Global address . Additionally, a dynamic Port Address Translation (PAT / Overload) rule is configured to translate all host traffic from to the router's public interface address (). Remote clients on the internet can successfully initiate connections to the application server using . However, when the internal application server itself initiates outbound requests to a partner API service that enforces IP whitelist security, the partner API rejects the connection. Network captures reveal that outbound packets originating from the server are sent using source IP with an ephemeral port rather than . Which of the following best explains why this issue occurs?
- The router evaluates the dynamic PAT rule prior to the static NAT mapping in its translation table for outbound connections.Answer
- BStatic NAT mappings only perform address translation for inbound sessions and automatically defer outbound traffic processing to PAT.
- CPAT operates at Layer 2 to rewrite frame source addresses, which overrides Layer 3 static IP address translation definitions for outbound traffic.
- DOutbound traffic targeting standard web service ports (such as 80 or 443) bypasses static NAT configurations and defaults to port overloading.