| Disabling IPv6 in Linux |
In default LINUX installation IPv6 is enabled. IPv6 might use system resources. Run this command as root: echo "alias net-pf-10 off" >> /etc/modprobe.conf
echo "alias ipv6 off" >> /etc/modprobe.conf You need to restart your server after this command. |