Date: 08/21/07 (Java Web) Keywords: linux A guide to easily disable IPv6 support on your Linux workstation / server: 1. Add the two lines, if not already present, to /etc/modprobe.conf: alias net-pf-10 off alias ipv6 off For Fedora 7 you should add the command to blacklist instead as shown below: blacklist net-pf-10 Note: I haven’t personally tested on Fedora 7. Note: Try to copy-paste these lines instead [...] Source: http://blog.taragana.com/index.php/archive/how-to-disable-ipv6-on-fedora-linux-why/
|