From owner-freebsd-questions@FreeBSD.ORG Sat Apr 26 13:31:22 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 AC5F237B401 for ; Sat, 26 Apr 2003 13:31:22 -0700 (PDT) Received: from mx1.lphp.org (APastourelles-107-1-22-138.abo.wanadoo.fr [81.248.17.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC0CA43F3F for ; Sat, 26 Apr 2003 13:31:20 -0700 (PDT) (envelope-from ajacoutot@lphp.org) Received: from sta01 (sta01.lphp.org.local [192.168.0.4]) by mx1.lphp.org (8.12.8p1/8.12.8) with ESMTP id h3QKVERs001798; Sat, 26 Apr 2003 22:31:14 +0200 (CEST) (envelope-from ajacoutot@lphp.org) From: Antoine Jacoutot To: William Palfreman Date: Sat, 26 Apr 2003 22:31:14 +0200 User-Agent: KMail/1.5.1 References: <200304262014.41208.ajacoutot@lphp.org> <20030426213450.D632@ndhn.yna.cnyserzna.pbz> In-Reply-To: <20030426213450.D632@ndhn.yna.cnyserzna.pbz> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200304262231.14563.ajacoutot@lphp.org> cc: freebsd-questions@freebsd.org Subject: Re: delay firewall start 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: Sat, 26 Apr 2003 20:31:23 -0000 On Saturday 26 April 2003 22:36, William Palfreman wrote: > Why not start your firewall script from inside your ppp script? Well, in fact it works fine out of the box. I stupidely put: firewall_type="/usr/local/etc/firewall_rules" instead of firewall_script="/usr/local/etc/firewall_rules" in rc.conf... How dumb am I ? Antoine