A network administrator is setting up a site-to-site IPsec VPN connection between a branch office router and the headquarters firewall. The branch office router is situated behind an ISP border device that performs Network Address Translation (NAT). During testing, the administrator notes that IPsec Encapsulating Security Payload (ESP) packets are dropped when traversing the NAT gateway because address translation alters packet headers and breaks cryptographic integrity checks. Which feature should be configured to encapsulate the IPsec traffic and allow successful traversal across the NAT device?
- NAT Traversal (NAT-T) using UDP port 4500Answer
- BIPsec Authentication Header (AH) using TCP port 443
- CPoint-to-Point Tunneling Protocol (PPTP) using TCP port 500
- DLayer 2 frame wrapping using untagged 802.1Q trunking
Answer
NAT Traversal (NAT-T) using UDP port 4500
NAT Traversal (NAT-T) encapsulates IPsec ESP packets inside UDP datagrams using destination port UDP 4500. This allows routers performing Network Address Translation (NAT) to rewrite outer header IP addresses and ports without altering or corrupting the inner encrypted IPsec ESP packet, successfully preserving payload integrity checks.
Step-by-Step Solution
Key Concept
IPsec NAT Traversal (NAT-T) and UDP Port Encapsulation