From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 18:21:51 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4248916A41F for ; Thu, 2 Aug 2007 18:21:51 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 9FC3813C4CE for ; Thu, 2 Aug 2007 18:21:50 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (vader.bytemobile.ondsl.gr [83.235.244.135]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l72ILcdw031508 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 2 Aug 2007 21:21:45 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id l72ILLip018972; Thu, 2 Aug 2007 21:21:36 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id l72ILK2s018971; Thu, 2 Aug 2007 21:21:20 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 2 Aug 2007 21:21:20 +0300 From: Giorgos Keramidas To: "Tuc at T-B-O-H.NET" Message-ID: <20070802182120.GA18907@kobe.laptop> References: <200708021636.l72Gap9a073504@himinbjorg.tucs-beachin-obx-house.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200708021636.l72Gap9a073504@himinbjorg.tucs-beachin-obx-house.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.905, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.49, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: Firewall rules / Proper directory X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 18:21:51 -0000 On 2007-08-02 12:36, "Tuc at T-B-O-H.NET" wrote: > Hi, > I'm developing firewall rules for a machine, and I'm wondering what > the standard is for putting my version of an ipfw "firewall_script"? I usually save my rules in '/etc/pf.conf' or '/etc/ipfw.rules'. It's not like the '/etc' directory is a "please do not touch" area.