Disable IPv6 on CentOS 5.5

1. Edit /etc/sysconfig/network and set “NETWORKING_IPV6? to “no”
* This still loads the module but IPv6 is administratively disabled. Run the next command to prevent loading the ipv6 module
2. Then add the following to /etc/modprobe.conf :
* alias ipv6 off
* alias net-pf-10 off
3. Now reboot the machine.

Please Register.


If you wish to add comments.
Cheers
Adam