Recommended Services
Supported Scripts
Category: Qmail
cPanelDebianEximHostingLinuxMail ServersPleskPostfixQmailRedHatZimbra
Disable IPV6 on CentOS 6.x servers
1. Edit /etc/sysctl.conf and add the following line
net.ipv6.conf.all.disable_ipv6 = 1
2. Edit /etc/sysconfig/network and add the following line
NETWORKING_IPV6=no
3. Edit /etc/sysconfig/network-scripts/ifcfg-eth0 ...