From owner-freebsd-stable@FreeBSD.ORG Fri Sep 23 17:11:32 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5AF716A41F for ; Fri, 23 Sep 2005 17:11:32 +0000 (GMT) (envelope-from carlopmart@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4032B43D45 for ; Fri, 23 Sep 2005 17:11:32 +0000 (GMT) (envelope-from carlopmart@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so629075nzk for ; Fri, 23 Sep 2005 10:11:31 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:content-type:content-transfer-encoding; b=ZXYIat90mlSOAfdignG4+seW5PuzCMZmG0H+HUQiTel4Oyu0tucxcfV7oQSWoOLm8M40+50qG6zrbjEBWu/FHsPJWJ93X6hdMuXGMFD5ydHcAAM3m5BN5GR0viu1G/fsuL3+KyV8EkJeUww/KtjQqh3ROAEIdaBzh2p8BI/0QQQ= Received: by 10.54.50.41 with SMTP id x41mr596088wrx; Fri, 23 Sep 2005 10:11:31 -0700 (PDT) Received: from ?192.168.67.214? ( [80.28.33.119]) by mx.gmail.com with ESMTP id d7sm345048wra.2005.09.23.10.11.30; Fri, 23 Sep 2005 10:11:31 -0700 (PDT) Message-ID: <4334373D.3010305@gmail.com> Date: Fri, 23 Sep 2005 19:11:25 +0200 From: "carlopmart@gmail.com" User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050912) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Questions about kernel configuration X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2005 17:11:32 -0000 Hi all, I am using FreeBSD 5.4 under alpha platform. I would like to use this box for firewalling pourposes. At this moment, I have building a custom kernel, and I have some doubts: - I wil use pf for firewalling and I would like to disable IPFILER and IPFIREWALL in this kernel config. Is it possible to put it some params on kernel configuration file like this: options IPFIREWALL=0 options IPFILTER=0 ..........?? Thank you very for your help. -- CL Martinez carlopmart {at} gmail {d0t} com