Posted On March 31, 2019

How to Install RSA Radius Server

kimconnect 0 comments
blog.KimConnect.com >> Windows >> How to Install RSA Radius Server
Configure firewall to NAT these ports for RSA:
22 TCP
49 TCP
80 TCP
161 UDP
443 TCP
1645 UDP
1646 UDP
1812 TCP/UDP
1813 TCP/UDP
5500 TCP/UDP
5580 TCP
7002 TCP/UDP
7004 TCP/UDP Intranet
7022 TCP
7072 TCP
7082 TCP

Install the WMware appliance image (RSA.ova)
FQDN: rsa.kimconnect.com, IP: 192.168.135.135/24 GW: 192.168.135.1
Use Internet Explorer, go to rsa.kimconnect.com to initialize the setup

Access the administrative consoles by using the links below.

-Security Console (Used for day-to-day activities such as managing users and tokens):
-Operations Console (Used for configuration and maintenance activities):
Note: If the URL is unavailable, wait a few minutes for services to start, and try again.

If you plan to migrate from RSA Authentication Manager 7.1, the first import you complete on RSA Authentication Manager 8.1 overwrites all existing data in the deployment and removes attached replica instances.

----------------------------------------------------------------------
Optional:
Add a new NIC
sudo vim /etc/sysconfig/network/routes
--- add firewall IP ---
default 192.168.135.1 - eth1
-----------------------
sudo vim /etc/sysconfig/network/ifcfg-eth1
-----------------------
IPADDR=192.168.135.135
PREFIXLEN=24
BROADCAST=192.168.135.255
-----------------------
/etc/init.d/network restart

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

MS Exchange 2010: Mailbox Repair

PowerShell snippet to initiate repair # set user alias or email addresses here:$userAliases="user1","user2"foreach ($user in…

Experimental selinux Settings

enable or disable selinux: vim /etc/sysconfig/selinux   setsebool -P httpd_read_user_content 1   grep nginx /var/log/audit/audit.log |…

How To Install Graylog in a Kubernetes Cluster Using Helm Charts

The following narrative is based on the assumption that a Kubernetes (current stable version 20.10)…