From owner-freebsd-net@FreeBSD.ORG Fri Dec 15 20:27:22 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 535F016A407 for ; Fri, 15 Dec 2006 20:27:22 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outP.internet-mail-service.net (outP.internet-mail-service.net [216.240.47.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id C41AA43C9F for ; Fri, 15 Dec 2006 20:25:33 +0000 (GMT) (envelope-from julian@elischer.org) Received: from shell.idiom.com (HELO idiom.com) (216.240.47.20) by out.internet-mail-service.net (qpsmtpd/0.32) with ESMTP; Fri, 15 Dec 2006 12:11:59 -0800 Received: from [10.251.18.229] (nat.ironport.com [63.251.108.100]) by idiom.com (8.12.11/8.12.11) with ESMTP id kBFKNldg098400; Fri, 15 Dec 2006 12:23:48 -0800 (PST) (envelope-from julian@elischer.org) Message-ID: <4583044B.4000006@elischer.org> Date: Fri, 15 Dec 2006 12:23:39 -0800 From: Julian Elischer User-Agent: Thunderbird 1.5.0.8 (Macintosh/20061025) MIME-Version: 1.0 To: bu7cher@yandex.ru References: <4582F021.000015.13046@webmail9.yandex.ru> In-Reply-To: <4582F021.000015.13046@webmail9.yandex.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org, freebsd-arch@freebsd.org Subject: Re: Runtime control for the IPFIREWALL_FORWARD 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: Fri, 15 Dec 2006 20:27:22 -0000 Andrey V. Elsukov wrote: > Hi, All! > > I want get the IPFIREWALL_FORWARD feature without a kernel rebuild. > And use forwarding with the ipfw kld. It's possible to have this > functional in the base system? If yes, then which is preferred way: > sysctl or kld? > This introduces quite a bit of extra code into the path of IP packets. Some people are very sensitive about anything that slows down that path.