From owner-freebsd-questions Mon Sep 24 10:59:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from email.nist.gov (email.nist.gov [129.6.2.7]) by hub.freebsd.org (Postfix) with ESMTP id 9971037B40D for ; Mon, 24 Sep 2001 10:59:50 -0700 (PDT) Received: from l597025 ([129.6.199.192]) by email.nist.gov (8.9.3/8.9.3) with SMTP id NAA21736 for ; Mon, 24 Sep 2001 13:59:48 -0400 (EDT) From: "Mark" To: Subject: ipfilter with FreeBSD 4.4 question Date: Mon, 24 Sep 2001 13:59:46 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm running ipfilter on my FreeBSD 4.4 box. #dmesg --snip-- IP Filter: v3.4.20 initialized. Default = pass all, Logging = enabled --snip-- 1. Where does it look by default for ipf.rules to set up the rules? If I place the following in my /etc/rc.conf file: ipfilter_enable="YES" ipfilter_program="/sbin/ipf -Fa -f" ipfilter_rules="/usr/local/etc/ipfilter/ipf.rules" The firewall works but I get ipfilter already initialized in dmesg. 2. What is telling FreeBSD to start ipf when I don't have ipfilter_enabled even in the rc.conf? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message