From owner-freebsd-questions@FreeBSD.ORG Fri Sep 19 02:16:27 2003 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 CF66B16A4B3 for ; Fri, 19 Sep 2003 02:16:27 -0700 (PDT) Received: from mx1.lphp.org (APastourelles-107-1-20-127.w81-49.abo.wanadoo.fr [81.49.209.127]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1528543FBF for ; Fri, 19 Sep 2003 02:16:26 -0700 (PDT) (envelope-from ajacoutot@lphp.org) Received: from lphp.org (ATuileries-108-2-1-113.w217-128.abo.wanadoo.fr [217.128.152.113]) by mx1.lphp.org (8.12.8p2/8.12.8) with ESMTP id h8J9GO68013971 for ; Fri, 19 Sep 2003 11:16:24 +0200 (CEST) (envelope-from ajacoutot@lphp.org) Message-ID: <3F6AC895.1040905@lphp.org> Date: Fri, 19 Sep 2003 11:12:53 +0200 From: Antoine Jacoutot User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030901 Thunderbird/0.2 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: ipfw.conf is not read 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: Fri, 19 Sep 2003 09:16:27 -0000 Hi ! I have a stange problem today. I just set up a brand new 5.1 box. I added in my rc.conf: firewall_enables="YES" firewall_script="/etc/ipfw.conf" firewall_logging="YES" IPFW is compiled in the kernel. If I go: "sh /etc/ipfw.conf"; the rules get loaded with no problem, but when I reboot the computer, it seems to ignore my ruleset and just set default firewall to deny (I want this by default, but I want it to read my ipfw.conf ruleset). The permissions on /etc/ipfw.conf are set to 644. If you have any idea... Thanks. Antoine