This is a quick tutorial on disabling IPV6 in Fedora 12 and CentOS 5.5
echo -e "install ipv6 /bin/true\nblacklist ipv6" > /etc/modprobe.d/blacklist-ipv6.conf
Stop ip6tables service and disable it from starting automatically at system boot.
Full story »