Configure Custom RADIUS Ports
The RADIUS authentication ports 1645, UDP, and 1812, UDP, on the RSA Authentication Manager server are open by default. You can configure custom RADIUS ports or multiport configurations for RSA RADIUS. You can specify as many as 256 RADIUS ports.
You can configure the same ports for both the IPv4 and the IPv6 interfaces.
Procedure
- Log on to the Operations Console on the RSA Authentication Manager instance hosting the RADIUS server.
- Click Deployment Configuration > RADIUS Servers.
- If prompted, enter the Super Admin User ID and password, and click OK.
- Select the RADIUS server that you want to update, and select Manage Server Files from the context menu.
- On the Manage Server Files page, select the default file, and select Edit from the context menu.
To configure custom ports, modify the value of "port =" for both the IPv4 (ipaddr = *) and IPv6 (ipv6addr = ::) listen blocks.
For a multiport configuration, add a new listen block. In the following examples, NEW_PORT is any valid port that is added for either interface.
The following example adds a port for the IPv4 interface:
listen {
type = auth
ipaddr = *
port = NEW_PORT
proto = udp
limit {
max_connections = 16
lifetime = 0
idle_timeout = 30
}
}The following example adds a port for the IPv6 interface:
listen {
type = auth
ipv6addr = ::
port = NEW_PORT
limit {
max_connections = 16
lifetime = 0
idle_timeout = 30
}
} - Click Save.
- Click Save & Restart RADIUS Server for the changes to take effect.
After you finish
Repeat the edits on the other RADIUS servers in the deployment. To choose another RADIUS server, click the name of the currently selected RADIUS server, and click Back to List of RADIUS Servers.
Related Articles
Ports for the RSA Authentication Manager Instance 789Number of Views RADIUS shared secret limitations of RADIUS clients configured with RSA Authentication Manager 709Number of Views How to disable a weak certificate on TCP ports 5550 and 5580 (CVE-2004-2761, CVE-2005-4900) 371Number of Views Add a Custom RADIUS User Attribute Definition 39Number of Views Procedure to open RADIUS ports on the SecurID Appliance 14Number of Views
Trending Articles
RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Release Notes for RSA Authentication Manager 8.8 Deploying RSA Authenticator 6.2.2 for Windows Using DISM Downloading RSA Authentication Manager license files or RSA Software token seed records