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
Delete a Non-Persistent IPv4 or IPv6 Static Route 5Number of Views How to disable weaker DHE cipher modes (Logjam) in RSA DLP? 121Number of Views How to disable smart card credential provider on Windows 2012? 260Number of Views Delete a Persistent IPv4 or IPv6 Static Route 8Number of Views Create IPv6 Network Settings on a Primary or Replica Instance 38Number of Views
Trending Articles
Passwordless Authentication in Windows MFA Agent for Active Directory – Quick Setup Guide RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Authentication Manager Upgrade Process RSA Authentication Manager 8.7 SP2 Setup and Configuration Guide An example of SSO using SAML and ADFS with RSA Identity Management and Governance 6.9.x
Don't see what you're looking for?