标签:关闭ipv6 <备忘>
Centos: #新建配置文件 echo ‘options ipv6 disable=1‘ > /etc/modprobe.d/ipv6_disable.conf reboot Ubuntu: #修改/etc/default/grub文件: GRUB_CMDLINE_LINUX_DEFAULT="ipv6.disable=1 quiet splash" update-grub reboot
标签:关闭ipv6 <备忘>
原文地址:http://anonxiaozi.blog.51cto.com/8139771/1693783