Disable IPv6 on ethernet cards for audit compliance
Originally Published: 2016-02-18
Last Modified: 2023-09-24
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
How to disable IPv6 on Ethernet cards for auditing purposes for RSA Authentication Manager 8.x 167Number of Views RSA ID Plus Cloud Administration Console Forgot Password link is not working 391Number of Views RSA Authentication Manager 8.9 Setup and Configuration Guide 439Number of Views RSA Authentication Manager 8.8 upgrade fails with ERROR: auth_manager.rest_service.old_access_key is not found 2.37KNumber of Views
Trending Articles
How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device Manual synchronization introduced in RSA Authentication Manager 8.2 Service Pack 1 patch 6 Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory How to verify NTP server synchronization is not working in RSA Authentication Manager 8.x RSA Governance & Lifecycle 8.0.0 Installation Guide
Don't see what you're looking for?