lost and found ( for me ? )

Scientific Linux 6 : how to disable IPv6


add “NETWORKING_IPV6=no” in /etc/sysconfig/network file.
# egrep -i ipv6 /etc/sysconfig/network
NETWORKING_IPV6=no

make *.conf file (e.g. ipv6.conf) )under /etc/modprobe.d/ directory and add “options ipv6 disable=1”
# echo “options ipv6 disable=1” > /etc/modprobe.d/ipv6.conf

reboot OS.

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.