Disable ipV6 in CentOS 6.7

echo “net.ipv6.conf.all.disable_ipv6=1” >> /etc/sysctl.conf ; cat /etc/sysctl.conf ; 

REBOOT

:-)