From owner-freebsd-questions@FreeBSD.ORG Mon Feb 7 05:24:14 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 367C116A4CE for ; Mon, 7 Feb 2005 05:24:14 +0000 (GMT) Received: from ms-smtp-03-eri0.ohiordc.rr.com (ms-smtp-03-smtplb.ohiordc.rr.com [65.24.5.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id A496143D58 for ; Mon, 7 Feb 2005 05:24:13 +0000 (GMT) (envelope-from jim0266@yahoo.com) Received: from a1-1b048.neo.lrun.com (a1-1b048.neo.rr.com [24.93.161.48]) j175OBwZ020315 for ; Mon, 7 Feb 2005 00:24:11 -0500 (EST) Received: from [192.168.0.4] (mac [192.168.0.4]) by a1-1b048.neo.lrun.com (Postfix) with ESMTP id 8CC76369E for ; Mon, 7 Feb 2005 00:24:05 -0500 (EST) Mime-Version: 1.0 Message-Id: Date: Mon, 7 Feb 2005 00:24:09 -0500 To: freebsd-questions@freebsd.org From: Jim Arnold Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: IP Filter changes in FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Feb 2005 05:24:14 -0000 I updated my firewall that is using IPF. I went from FreeBSD 4.7 stable to 4.11 stable. When using 4.7 stable I only had this is my rc.conf file: ipfilter_enable="YES" ipfilter_program="/sbin/ipf" ipfilter_rules="/etc/ipf.conf" ipfilter_flags="" When I went to 4.11 stable I had to uncomment these options in my kernel config file: options IPFILTER options IPFILTER_LOG I'm just curious why it worked without the above options in my kernel for 4.7 and I had to have them in 4.11? Thanks, Jim