要禁用IPv6,只需在/etc/sysctl.conf中添加如下两行:

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

之后执行:

sysctl -p
便禁用了IPv6。

相关导航