===== ipv6無効化 ===== ===== CentOS 5.x ===== # /etc/sysconfig/network +) NETWORKING_IPV6=no # /etc/modprobe.conf +) # Turn off IPv6 +) alias net-pf-10 off +) alias ipv6 off ===== CentOS 6.x ===== # /etc/sysconfig/network +) NETWORKING_IPV6=no # /etc/modprobe.d/disable-ipv6.conf +) options ipv6 disable=1 # chkconfig ip6tables off