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.


Leave a Reply

Your email address will not be published. Required fields are marked *