From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Taylor, Grant" Subject: Re: Delay in responding caused by netfilter ? Date: Fri, 29 Apr 2005 23:01:31 -0500 Message-ID: <4273031B.20009@riverviewtech.net> References: <42721F84.6080503@mnemon.de> <200504290937.49507.Alistair@nerdnet.ca> <20050429142517.GA1074@bender.817west.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20050429142517.GA1074@bender.817west.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Jason Opperisano Cc: netfilter@lists.netfilter.org > i'd second that notion. setup the OUTPUT chain to allow everything and > see if that fixes it. if it does--figure out what traffic you need to > be allowing out to prevent the delay. Rather than allowing ident would it be possible to do a REJECT (via iptables -t filter -A OUTPUT -j REJECT) (I'm not sure if this can be a policy or not) that way the ident will fail immediately verses timing out? That is if you don't want the ident to happen. Seeing as how a LOT of servers don't even support ident any more this might just as well be an option. Grant. . . .