From owner-freebsd-current@FreeBSD.ORG Thu Mar 13 06:04:40 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC6A61065673 for ; Thu, 13 Mar 2008 06:04:40 +0000 (UTC) (envelope-from randy@psg.com) Received: from psg.com (psg.com [IPv6:2001:418:1::62]) by mx1.freebsd.org (Postfix) with ESMTP id 8EE778FC1E for ; Thu, 13 Mar 2008 06:04:40 +0000 (UTC) (envelope-from randy@psg.com) Received: from [72.254.35.79] (helo=rmac.psg.com) by psg.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68 (FreeBSD)) (envelope-from ) id 1JZgYO-000BZz-R6; Thu, 13 Mar 2008 06:04:38 +0000 Message-ID: <47D8C3F4.40403@psg.com> Date: Wed, 12 Mar 2008 23:04:36 -0700 From: Randy Bush User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) MIME-Version: 1.0 To: "Andrey V. Elsukov" References: <47D8438F.5050706@psg.com> <47D8B6F8.8010203@yandex.ru> In-Reply-To: <47D8B6F8.8010203@yandex.ru> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit X-Spam-Score: -104.3 (---------------------------------------------------) Cc: current@freebsd.org Subject: Re: ipfw me6 forward 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: Thu, 13 Mar 2008 06:04:40 -0000 > You need "options IPFIREWALL" too. > Seems you don't have IPFIREWALL compiled into kernel. this worked. 00500 0 0 fwd tablearg,5222 tcp from any to me6 dst-port 15222 00600 0 0 fwd tablearg,5223 tcp from any to me6 dst-port 15223 so it is all in the kernel or all in the module, not half and half. . thank you. randy