How to disable IPv6 

Symptom 

Users of Fedora Core 2 may experience unusually long delays in resolving hostnames. This results from the fact that IPv6 is enabled by default in Fedora Core 2.

Solution 

If you do not need IPv6 support (which is most likely the case), then it is advised that you disable it in the kernel. To do this run the following command as root:

echo "alias net-pf-10 off" >> /etc/modprobe.conf

You will need to reboot to have this take effect (or simply unload the ipv6 kernel module).