ubuntu14.04关闭ipv6

编辑/etc/sysctl.conf

net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
net.ipv6.conf.eth0.disable_ipv6 = 1

然后更新一下。

sudo sysctl -p

接着就可以用 ifconfigip a 命令看看是否已经没有 IPv6 地址了。