Linux Disable IPv6 Config
Posted On 2007年11月14日 星期三 at 於 下午4:59 by LaniGNU/Linux 核心
Debian/ Ubuntu
在檔案 /etc/modprobe.d/00local 加入以下兩行:
alias net-pf-10 off
alias ipv6 off
搞定後重新啟動整個系統。
CentOS/Fedora/Mandrake/RedHat
在檔案 /etc/modprobe.conf 加入以下一行:
alias net-pf-10 off
在檔案/etc/sysconfig/network加入以下一行:
NETWORKING_IPV6=NO
搞定後重新啟動整個系統。
引用:http://wiki.linux.org.hk/w/Disable_IPv6