A network administrator is configuring network address translation on an edge router for a company network. An internal public-facing web server at must be reachable from the internet at all times using a dedicated public address . At the same time, 250 internal user workstations on the subnet require outbound internet connectivity using the single WAN interface IP address . Which combination of NAT translation types should the administrator implement to satisfy both requirements?
- Configure a Static NAT mapping for the internal web server to , and configure Port Address Translation (PAT/Overload) using the WAN interface for the workstation subnet.Answer
- BConfigure a Dynamic NAT pool containing for the workstations, and configure Port Address Translation (PAT) for the web server.
- CConfigure Static NAT for all 250 workstations using port 80 mapping, and configure Dynamic NAT for the web server using port 443.
- DConfigure Layer 2 MAC address translation to map internal workstation MAC addresses directly to the WAN interface IP address.
Answer
Configure a Static NAT mapping for the internal web server to , and configure Port Address Translation (PAT/Overload) using the WAN interface for the workstation subnet.
Static NAT provides a permanent one-to-one mapping between an internal private IP and an external public IP, which is required for inbound traffic destined for internal web servers. Port Address Translation (PAT), also known as NAT Overload, allows multiple internal hosts to share a single public IP address simultaneously by multiplexing connection streams using unique Layer 4 port numbers.
Step-by-Step Solution
Key Concept
Static NAT vs. PAT (NAT Overload) Implementation