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
Application of RSA Identity Governance & Lifecycle 7.0.2 patch 07 fails to start Aveksa Compliance Manager (ACM) for remot… 111Number of Views What happens to Access Fulfillment Express (AFX) during an Aveksa Compliance Manager (ACM) patch installation on a RSA Ide… 27Number of Views Compliance: change default password for log-hybrid sftp/upload accounts 30Number of Views Join cluster to a group fails with no apparent errors when cluster name matches hostname or a part of FQDN 18Number of Views FIM - FIPS 140-2 compliance. TLS1 ciphers 90Number of Views
Trending Articles
RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA Authentication Manager 8.9 Release Notes (January 2026) How to install the jTDS JDBC driver on WildFly for use with Data Collections in RSA Identity Governance & Lifecycle RSA Authentication Manager 8.8 Setup and Configuration Guide Artifacts to gather in RSA Identity Governance & Lifecycle
Don't see what you're looking for?