1. gedit /etc/default/grub
  2. GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash”
    变为
    GRUB_CMDLINE_LINUX_DEFAULT=”ipv6.disable=1 quiet splash”

  3. sudo update-grub

检查:

ip a | grep inet6

参考:http://wiki.ubuntu.org.cn/如何禁用IPv6