Howto To disable IPV6 in FEDORA 10 :)~
Issue the following commands in terminal, (You must be logged in as root)
su -c 'echo "install ipv6 /bin/true blacklist ipv6" > /etc/modprobe.d/blacklist-ipv6.conf' su -c 'service ip6tables stop && chkconfig ip6tables off'
After making these changes reboot your system. Then check your interface card by
ifconfig
You will notice that you IPV6 lines have been gone 🙂
Regard’s
Syed Jahanzaib