Thursday, February 7, 2013

Turn Off And Disable IPv6 In Linux

touch /etc/modprobe.d/disable-ipv6
echo "options ipv6 disable=1" >> /etc/modprobe.d/disable-ipv6
You'll also want to set "NETWORKING_IPV6" to "NO" in this file:
/etc/sysconfig/network
...and then reboot.

No comments:

Post a Comment