From owner-freebsd-questions@FreeBSD.ORG Sat Apr 26 11:24: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 4DFFC37B405 for ; Sat, 26 Apr 2003 11:24:27 -0700 (PDT) Received: from cmailm5.svr.pol.co.uk (cmailm5.svr.pol.co.uk [195.92.193.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 097CC43F85 for ; Sat, 26 Apr 2003 11:24:26 -0700 (PDT) (envelope-from markie@notwentytwo.freeserve.co.uk) Received: from modem-750.jaguar.dialup.pol.co.uk ([81.76.178.238] helo=mrblossom) by cmailm5.svr.pol.co.uk with smtp (Exim 4.14) id 199ULV-0005Sx-8z; Sat, 26 Apr 2003 19:24:23 +0100 Message-ID: <002901c30c21$287b01f0$f300a8c0@mrblossom> From: "Markie" To: "Antoine Jacoutot" , References: <200304262014.41208.ajacoutot@lphp.org> Date: Sat, 26 Apr 2003 19:24:55 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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 18:24:27 -0000 Hi, If you put your firewall in a file, say /etc/firewall.sh Example contents: #!/bin/tcsh sleep 50 ipfw=/sbin/ipfw ${ipfw} add 100 allow all from any to any (remember to make whatever you call the file executable) and in rc.conf I think it's firewall_script="/etc/firewall.sh" then you could just have the sleep 50 or something like that at the very top of the script I suppose? Don't know of any other way.... Markie ----- Original Message ----- From: "Antoine Jacoutot" To: Sent: Saturday, April 26, 2003 7:14 PM Subject: delay firewall start > Hi ! > > In FreeBSD, is it possible to delay the start of the firewall. > I need my ppp connexion to be up before the firewall ruselet gets applied. > > Thanks in advance. > > Antoine > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >