Disable IPv6 on ethernet cards for audit compliance
Originally Published: 2016-02-18
Article Number
Applies To
- Security Analytics 10.x
Issue
- Due to PCI DSS standards, some customers need to disable IPv6 if not used.
- This technique disables IPv6 on interfaces, without the need of disable kernel modules that might overlap.
- Please make sure that you really do not need IPv6 to communicate with any other devices before attempting this.
Tasks
- Login to your machine as root user.
- Open the file /etc/sysctl.conf using "vi" or any text editor.
- Add/edit this line.
net.ipv6.conf.eth0.disable_ipv6 = 1
- Make sure to replace "eth0" with the network card in question.
- Save and exit.
- Finally
# sysctl -p
to push configuration then restart network services.
Notes
- Please make sure that you really do not need IPv6 to communicate with any other devices before attempting this.
- Please make sure you are running EL6, to check this you can run the below command and make sure result is 6.x
# cat /etc/centos-release CentOS release 6.7 (Final)
Related Articles
Authentication Token is showing in plain text in the Metadata Export for Generic REST collector in RSA Governance & Lifecycle 24Number of Views Application of RSA Identity Governance & Lifecycle 7.0.2 patch 07 fails to start Aveksa Compliance Manager (ACM) for remot… 114Number of Views What happens to Access Fulfillment Express (AFX) during an Aveksa Compliance Manager (ACM) patch installation on a RSA Ide… 30Number of Views Join cluster to a group fails with no apparent errors when cluster name matches hostname or a part of FQDN 19Number of Views What about Profile Timeline in RSA Web Threat Detection, CProfileUpdater and Cassandra as part of version 6.1 upgrade? 15Number of Views
Trending Articles
Troubleshooting RSA SecurID Access Identity Router to RSA Authentication Manager test connection failures RSA SecurID Software Token 5.0.2 Downloads for Microsoft Windows RSA Authentication Manager 8.9 Release Notes (January 2026) Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory RSA Authentication Manager 8.8 Setup and Configuration Guide
Don't see what you're looking for?