Disabling IP6 within CentOS

  1. Edit /etc/sysconfig/network and set “NETWORKING_IPV6” to “no”
  2. Add the following to /etc/modprobe.conf : alias ipv6 off alias net-pf-10 off
  3. Reboot the system
Share