From owner-freebsd-questions@FreeBSD.ORG Thu Sep 11 06:42:09 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 E5FA416A4BF for ; Thu, 11 Sep 2003 06:42:09 -0700 (PDT) Received: from southgate.ph.inter.net (lanceb.ph.inter.net [202.61.82.144]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8F3344001 for ; Thu, 11 Sep 2003 06:42:08 -0700 (PDT) (envelope-from chael@southgate.ph.inter.net) Received: from mrj (unknown [203.168.14.66]) by southgate.ph.inter.net (Postfix) with SMTP id C5B82229E; Thu, 11 Sep 2003 21:42:03 +0800 (PHT) Message-ID: <009a01c3786a$80a4b410$420ea8cb@mrj> From: To: "Mark" , References: <200309111316.H8BDGOSF029451@asarian-host.net> Date: Thu, 11 Sep 2003 21:42:08 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Subject: Re: Running /etc/rc.firewall in the background 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: Thu, 11 Sep 2003 13:42:10 -0000 hmmm... /etc/rc.firewall is not an executable script. You should start with this: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/firewalls.html If you have the necessary options in your kernel, you can make it start vi rc.conf or a simple sh script placed in a startup dir. Eitherway, running ipfw rules shouldn't take more than a second or two. > I have quite a few firewall rules (FreeBSD 4.7R). This causes the server > start-up to take several minutes extra. I wanted to have the rules loaded in > the background; like so: > > firewall_script="/etc/rc.firewall &" > > But, alas, that does not work. :( Is there a way to do this at all? > > Thanks! > > - Mark > > _______________________________________________ > 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" > >