A network security engineer is deploying a remote access VPN solution using L2TP over IPsec (L2TP/IPsec) to support remote workers connecting from behind residential NAT routers. Authentication will be offloaded to a central enterprise AAA server. Which of the following port and protocol configurations must be permitted on the network firewalls and VPN gateway to ensure successful connection establishment and authentication? (Select TWO.)
- UDP ports 500 and 4500 must be opened inbound to allow Internet Key Exchange (IKE) negotiation and IPsec NAT Traversal (NAT-T).Cevap
- UDP port 1701 must be permitted to transport encapsulated Layer 2 Tunneling Protocol data frames.Cevap
- CTCP port 1701 must be forwarded to the VPN concentrator to manage control session handshakes prior to encryption.
- DRADIUS authentication requests sent from the VPN gateway to the AAA server utilize TCP port 49 to provide full-packet payload encryption.
Cevap
The correct configurations are opening UDP ports 500 and 4500 for IKE negotiation and IPsec NAT-T, and permitting UDP port 1701 for L2TP frame encapsulation.
In an L2TP/IPsec VPN deployment across NAT gateways, IPsec requires UDP port 500 for initial IKE negotiations and UDP port 4500 for NAT Traversal (NAT-T), which wraps encrypted ESP packets inside UDP headers to preserve integrity across PAT devices. Meanwhile, L2TP handles session encapsulation using UDP port 1701.
Adım Adım Çözüm
Anahtar Kavram
L2TP/IPsec VPN NAT Traversal and AAA Protocol Integration