From owner-freebsd-net@FreeBSD.ORG Thu Sep 8 09:01:43 2005 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84E3E16A41F for ; Thu, 8 Sep 2005 09:01:43 +0000 (GMT) (envelope-from silby@silby.com) Received: from relay.pair.com (relay00.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id EA57043D46 for ; Thu, 8 Sep 2005 09:01:40 +0000 (GMT) (envelope-from silby@silby.com) Received: (qmail 15236 invoked from network); 8 Sep 2005 09:01:40 -0000 Received: from unknown (HELO localhost) (unknown) by unknown with SMTP; 8 Sep 2005 09:01:40 -0000 X-pair-Authenticated: 209.68.2.70 Date: Thu, 8 Sep 2005 04:01:37 -0500 (CDT) From: Mike Silbersack To: Olivier Nicole In-Reply-To: <200509080848.j888mvcv021230@banyan.cs.ait.ac.th> Message-ID: <20050908040024.R29487@odysseus.silby.com> References: <200509080252.j882q7Zd016389@banyan.cs.ait.ac.th> <200509080848.j888mvcv021230@banyan.cs.ait.ac.th> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-net@freebsd.org Subject: Re: Connection reset X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 09:01:43 -0000 On Thu, 8 Sep 2005, Olivier Nicole wrote: >> When I try to connect via a redirection through the firewall, I got a >> RST after the SYN, SYN/ACK, ACK. > > OK here is a step further, the rest occures because of syncache_expand > that return 0 on line 722 of tcp_input. > > Any reason why the syncache is empty after the SYN and SYN,ACK? > > Olivier I don't think you've given us enough information to work with here. First of all, the redirection you speak of - is that occuring on the local machine itself, or a physically seperate machine? Secondly, please provide a tcpdump log of the aborted connection in question, if you can. Mike "Silby" Silbersack