From owner-freebsd-current@FreeBSD.ORG Thu Mar 13 05:42:52 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 2D9B9106566C for ; Thu, 13 Mar 2008 05:42:52 +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 252F78FC19 for ; Thu, 13 Mar 2008 05:42:52 +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 1JZgDD-00078s-N6; Thu, 13 Mar 2008 05:42:44 +0000 Message-ID: <47D8BED3.8080507@psg.com> Date: Wed, 12 Mar 2008 22:42:43 -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> <47D8BB02.5000303@psg.com> <47D8BE61.5090600@yandex.ru> In-Reply-To: <47D8BE61.5090600@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 05:42:52 -0000 > You should compile it into kernel or rebuild module with > forwarding support. For example: > # cd /usr/src/sys/modules/ipfw > # make DEBUG_FLAGS=-DIPFIREWALL_FORWARD clean all install oh, i started rebuilding when i first read your message. it just takes a while. randy