From owner-freebsd-doc@FreeBSD.ORG Thu Dec 15 17:07:54 2005 Return-Path: X-Original-To: doc@freebsd.org Delivered-To: freebsd-doc@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3848F16A41F for ; Thu, 15 Dec 2005 17:07:54 +0000 (GMT) (envelope-from valmir@wbrnet.com.br) Received: from mgw.wbrnet.com.br (mgw.wbrnet.com.br [200.195.7.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB71E43D5E for ; Thu, 15 Dec 2005 17:07:50 +0000 (GMT) (envelope-from valmir@wbrnet.com.br) Received: from [192.168.2.62] (200-101-109-15.bsace705.e.brasiltelecom.net.br [200.101.109.15] (may be forged)) (authenticated bits=0) by mgw.wbrnet.com.br (8.13.3/8.13.3) with ESMTP id jBFH7Zpb033858 for ; Thu, 15 Dec 2005 15:07:42 -0200 (BRST) (envelope-from valmir@wbrnet.com.br) Date: Thu, 15 Dec 2005 15:07:41 -0200 From: Valmir Filho X-Priority: 3 (Normal) Message-ID: <9310191319.20051215150741@wbrnet.com.br> To: doc@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV 0.87/1209/Mon Dec 12 13:48:01 2005 on mgw.wbrnet.com.br X-Virus-Status: Clean Cc: Subject: Handbook Errata X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Valmir Filho List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Dec 2005 17:07:54 -0000 Doc, Readign FreeBSD's Hankbook, specifically the IPFW chapter (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/firewalls-ipfw.html), i´ve found that the following: 25.6.3 /etc/rc.conf Options If you do not have IPFW ... firewall_enable="YES" Set the script to run to activate your rules: firewall_script="/etc/ipfw.rules" My observation is: Reading /etc/rc.firewall script i´ve found that the above line (firewall_script="/etc/ipfw.rules") must be changed to "firewall_type" and not "firewall_script". Regards, Valmir Filho