A network administrator is configuring a centralized authentication server to support remote access VPN clients using the RADIUS protocol. Security policies require creating specific firewall rules to permit authentication traffic from the VPN gateway to the backend RADIUS server. Which transport protocol and destination port combination must be allowed through the firewall for standard RADIUS authentication?
- UDP port 1812Answer
- BTCP port 1812
- CTCP port 49
- DUDP port 49
Answer
UDP port 1812 is the standard transport protocol and port used for RADIUS authentication.
RADIUS (Remote Authentication Dial-In User Service) is an open-standard AAA protocol that operates over UDP using port 1812 for authentication and authorization, and port 1813 for accounting. Therefore, configuring firewall rules to permit UDP port 1812 allows authentication packets from the VPN gateway to reach the backend server.
Step-by-Step Solution
Key Concept
RADIUS Port and Transport Layer Protocol Specifications