From owner-freebsd-net@FreeBSD.ORG Mon Oct 8 06:55:25 2007 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72C6F16A418 for ; Mon, 8 Oct 2007 06:55:25 +0000 (UTC) (envelope-from randy@psg.com) Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by mx1.freebsd.org (Postfix) with ESMTP id 4707C13C455 for ; Mon, 8 Oct 2007 06:55:25 +0000 (UTC) (envelope-from randy@psg.com) Received: from [202.214.86.181] by rip.psg.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.67 (FreeBSD)) (envelope-from ) id 1IemWR-0004rZ-H5 for freebsd-net@freebsd.org; Mon, 08 Oct 2007 06:55:24 +0000 Message-ID: <4709D44E.5050305@psg.com> Date: Mon, 08 Oct 2007 15:55:10 +0900 From: Randy Bush User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: FreeBSD Net References: <4708D2EE.4010405@psg.com> In-Reply-To: <4708D2EE.4010405@psg.com> X-Enigmail-Version: 0.95.3 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: ipfw nat befuddlement 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: Mon, 08 Oct 2007 06:55:25 -0000 i386 current kernel has options IPFIREWALL options IPFIREWALL_VERBOSE options IPFIREWALL_VERBOSE_LIMIT=100 options IPDIVERT options IPFIREWALL_NAT #thanks to paulo and andrey options LIBALIAS # ipfw -q /etc/ipfw.rules Line 34: unrecognised option [-1] config # grep -n nat /etc/ipfw.rules 33:add nat 123 all from any to any 34:add nat 123 config if vr0 more clue bat, please randy