In default LINUX installation IPv6 is enabled. IPv6 might use system resources or for what ever reason you have
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.