From owner-freebsd-pf@FreeBSD.ORG Sat Mar 5 20:06:01 2005 Return-Path: Delivered-To: freebsd-pf@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5C8A16A4CE for ; Sat, 5 Mar 2005 20:06:01 +0000 (GMT) Received: from insomnia.benzedrine.cx (insomnia.benzedrine.cx [62.65.145.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id A70C043D3F for ; Sat, 5 Mar 2005 20:06:00 +0000 (GMT) (envelope-from dhartmei@insomnia.benzedrine.cx) Received: from insomnia.benzedrine.cx (dhartmei@localhost [127.0.0.1]) j25K60su006603 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Sat, 5 Mar 2005 21:06:00 +0100 (MET) Received: (from dhartmei@localhost) by insomnia.benzedrine.cx (8.13.3/8.12.10/Submit) id j25K5xWp004009; Sat, 5 Mar 2005 21:05:59 +0100 (MET) Date: Sat, 5 Mar 2005 21:05:59 +0100 From: Daniel Hartmeier To: Stephane Raimbault Message-ID: <20050305200559.GA26999@insomnia.benzedrine.cx> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i cc: freebsd-pf@freebsd.org Subject: Re: nat / rdr timeouts? X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical discussion and general questions about packet filter (pf) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Mar 2005 20:06:01 -0000 On Sat, Mar 05, 2005 at 11:59:59AM -0700, Stephane Raimbault wrote: > I have a box running FreeBSD 5.3-RELEASE-p5 and I'm running at nat and > redirecting port 80 traffic to a couple internal servers. The following bugfix was commited to RELENG_5 about two months ago, it's likely that it fixes your problem. It's not part of 5.3-RELEASE-p5 (which is built from RELENG_5_3, afaik). http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/contrib/pf/net/pf.c.diff?r1=1.18.2.5&r2=1.18.2.6&f=h Daniel