Disable IPV6
Linux, Technical Tidbits January 18th. 2006, 9:46amYou can disable the ipv6 module by adding or changing /etc/modprobe.conf:
alias net-pf-10 off
After a reboot it should be gone.
Note: I only know that this works with Fedora Core 2 and higher.
[tags]Linux, IPV6, networking[/tags]