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
Unable to open any workflow on RSA Identity Governance & Lifecycle 7.0.2 or 7.1.0 when deployed in a clustered environment… 407Number of Views Ports for the RSA Authentication Manager Instance 838Number of Views Add a Custom RADIUS User Attribute Definition 41Number of Views How to disable a weak certificate on TCP ports 5550 and 5580 (CVE-2004-2761, CVE-2005-4900) 419Number of Views Procedure to open RADIUS ports on the SecurID Appliance 14Number of Views
Trending Articles
RSA Authentication Manager Upgrade Process RSA Release Notes for RSA Authentication Manager 8.8 RSA RADIUS Server service failed to start in the RSA Authentication Manager 8.1 Operations Console Microsoft Entra ID External MFA - Relying Party Configuration Using OIDC - RSA Ready Implementation Guide RSA Release Notes: Cloud Access Service and RSA Authenticators