From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gavin Hamill Subject: Re: STATELESS Date: Tue, 16 Sep 2003 12:56:15 +0100 Sender: netfilter-admin@lists.netfilter.org Message-ID: <200309161256.15286.gdh@acentral.co.uk> References: <02ba01c37c46$bb7a5f60$798014ac@matthew> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <02ba01c37c46$bb7a5f60$798014ac@matthew> Content-Disposition: inline Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" To: netfilter@lists.netfilter.org On Tuesday 16 September 2003 12:36, Matthew Mileham wrote: > Does any know how to change Iptables from statefull to stateless ? Don't load the ip_conntrack module, and / or don't use any iptables rules that use "-m state" in the arguments :) Cheers, Gavin.