From owner-freebsd-current@FreeBSD.ORG Fri Oct 13 17:16:43 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2D0F16A4DE for ; Fri, 13 Oct 2006 17:16:42 +0000 (UTC) (envelope-from freebsd-current@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2670A43DB8 for ; Fri, 13 Oct 2006 17:15:01 +0000 (GMT) (envelope-from freebsd-current@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GYQcV-000341-0d for freebsd-current@freebsd.org; Fri, 13 Oct 2006 19:14:51 +0200 Received: from 89-172-54-6.adsl.net.t-com.hr ([89.172.54.6]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Oct 2006 19:14:51 +0200 Received: from ivoras by 89-172-54-6.adsl.net.t-com.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Oct 2006 19:14:51 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-current@freebsd.org From: Ivan Voras Date: Fri, 13 Oct 2006 19:14:45 +0200 Lines: 6 Message-ID: References: <20061013151728.GA41884@dan.emsphone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 89-172-54-6.adsl.net.t-com.hr User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) In-Reply-To: <20061013151728.GA41884@dan.emsphone.com> Sender: news Subject: Re: Please help to forward port 80 to 8800 with ipfw X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Oct 2006 17:16:43 -0000 Dan Nelson wrote: > ipfw add 100 fwd 127.0.0.1,8800 tcp from any to any 80 in Shouldn't "setup keep-state" be in it? Or does fwd keep track of TCP sessions internally?