KarajanLee 发表于 2005-1-9 21:01:03

Disable IPV6 feature

Here I found how to disable IPV6 for 2.6 kernel and up......hehe......

open file: /etc/modprobe.conf

comment or delete line:
alias net-pf-10 ipv6

then uncomment or add line:
alias net-pf-10 off

save file and restart computer, then it's ok.

If it does not work, try this:
depmod -a
modprobe -r ipv6

I have tried on my system with Mandrade 10.1 Official, and it goes well. Now it's really surfing the web:D
页: [1]
查看完整版本: Disable IPV6 feature