From owner-freebsd-ipfw@FreeBSD.ORG Fri Sep 14 05:00:54 2012 Return-Path: Delivered-To: freebsd-ipfw@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AFF50106564A for ; Fri, 14 Sep 2012 05:00:54 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from sola.nimnet.asn.au (paqi.nimnet.asn.au [115.70.110.159]) by mx1.freebsd.org (Postfix) with ESMTP id 2F9A38FC08 for ; Fri, 14 Sep 2012 05:00:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by sola.nimnet.asn.au (8.14.2/8.14.2) with ESMTP id q8E50ls1026136; Fri, 14 Sep 2012 15:00:47 +1000 (EST) (envelope-from smithi@nimnet.asn.au) Date: Fri, 14 Sep 2012 15:00:47 +1000 (EST) From: Ian Smith To: Soren Dreijer In-Reply-To: Message-ID: <20120914144529.R51539@sola.nimnet.asn.au> References: <20120913221758.E51539@sola.nimnet.asn.au> <20120913163013.GA22049@onelab2.iet.unipi.it> <20120913174612.GB22571@onelab2.iet.unipi.it> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-ipfw@freebsd.org, Luigi Rizzo Subject: Re: Significant network latency when using ipfw and in-kernel NAT X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 05:00:54 -0000 On Thu, 13 Sep 2012 12:37:23 -0500, Soren Dreijer wrote: [Luigi Rizzo wrote:] > > i'd start by disabling all accelerations (and jumobgrams) > > and then move on from the results to figure out where is the problem. > > So, I went ahead and disabled TSO on ix0. That seemed to fix the > intermittent connection issues I had been experiencing with keeping an > XMPP connection alive to one of our internal boxes. It hasn't done > anything for the ICMPs or TCP traffic originating from the FreeBSD > box, of course. Please show ifconfig for ix0 and ix1 again after disabling tso, rxcsum, txcsum, vlanmtu, vlanhwtag, vlanhwfilter, vlanhwtso and any other configured accelerations, as Luigi recommended? Then we'd know if your problem was related to any of that, or not. cheers, Ian