How to turn iptables stateless?
        Posted  
        
            by 
                tex
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by tex
        
        
        
        Published on 2011-02-11T21:27:54Z
        Indexed on 
            2011/02/11
            23:27 UTC
        
        
        Read the original article
        Hit count: 236
        
Hi, I'm running a Linux server that - from time to time - faces heavy load and the conntrack table overflows. Since it's iptables firewall ruleset is very simple I'd like to turn it to stateless mode. I know that iptables can operate in stateful connection tracking mode and in a stateless mode.
My firewall rules are all in place I'm pretty sure that they are stateless but my question is how can I verify that the firewall is really operating in stateless mode?
© Server Fault or respective owner