Last Updated: February 25, 2016
·
3.06K
· Fleshgrinder

Disable iptables Connection Tracking

Very useful if you have countless connections on your server to lower the RAM usage through the tracking that the iptables firewall applies by default. Just execute this with elevated user privileges:

iptables -t raw -A PREROUTING -j NOTRACK