执行命令
$echo net.ipv6.conf.all.disable_ipv6=1 >> /etc/sysctl.conf
执行这句,实时生效
$sysctl -p
查看ipv6是否禁用成功
$ip a
End of the universe is coding.
执行命令
$echo net.ipv6.conf.all.disable_ipv6=1 >> /etc/sysctl.conf
执行这句,实时生效
$sysctl -p
查看ipv6是否禁用成功
$ip a