How to disable IPv6 on Ethernet cards for auditing purposes for RSA Authentication Manager 8.x
Originally Published: 2016-06-10
Article Number
Applies To
RSA Product Set: SecurID
RSA Product/Service Type: Authentication Manager
RSA Version/Condition: 8.x
Issue
Resolution
Before continuing, please double check that you do not need IPv6 to communicate with your agents.
- Launch an SSH client, such as PuTTY.
- Login to the primary Authentication Manager server as rsaadmin and enter the operating system password.
Note that during Quick Setup another user name may have been selected. Use that user name to login.
- Switch to root:
sudo su - root
- Edit sysctl.conf
vi /etc/sysctl.conf
- Press i to enter Insert mode and add the following line at the end:
net.ipv6.conf.eth0.disable_ipv6 = 1
where eth0 is the interface which shows the ipv6 in the ifconfig command.
- Press Escape then type :wq! to save and close the file.
- Restart sysctl:
sysctl -p
- Restart network service.
service network restart
Notes
Related Articles
Audit logs events and their descriptions 230Number of Views How to enable or disable Audit Logging in RSA Identity Governance and Lifecycle 37Number of Views How to create a compressed tar archive of the Oracle audit files in RSA Identity Governance & Lifecycle 48Number of Views Identity Router Audit Log Messages 109Number of Views Export information regarding RSA SecurID tokens 80Number of Views
Trending Articles
RSA Authentication Manager 8.9 Release Notes (January 2026) RSA announces the availability of the RSA SecurID Hardware Appliance 230 based on the Dell PowerEdge R240 Server How to troubleshoot Oracle database ORA-04030 errors in RSA Identity Governance & Lifecycle RSA Authentication Manager Upgrade Process Microsoft SQL Server Collectors can no longer connect to the SQL Server database after upgrade to Microsoft SQL Server 201…
Don't see what you're looking for?