vim /etc/sysctl.conf
append
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
then .
sysctl -p.
It’s OK , Thanks.
vim /etc/sysctl.conf
append
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
then .
sysctl -p.
It’s OK , Thanks.