From owner-freebsd-ipfw@FreeBSD.ORG Thu Sep 29 16:11:32 2005 Return-Path: X-Original-To: freebsd-ipfw@freebsd.org Delivered-To: freebsd-ipfw@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A21D16A41F for ; Thu, 29 Sep 2005 16:11:32 +0000 (GMT) (envelope-from scuba@centroin.com.br) Received: from mdhost1.centroin.com.br (mdhost1.centroin.com.br [200.225.63.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83AF643D49 for ; Thu, 29 Sep 2005 16:11:30 +0000 (GMT) (envelope-from scuba@centroin.com.br) Received: from hypselo.centroin.com.br (hypselo.centroin.com.br [200.225.63.1]) by mdhost1.centroin.com.br (8.13.4/8.13.4/CIP SMTP HOST) with ESMTP id j8TGBPeA015952 for ; Thu, 29 Sep 2005 13:11:25 -0300 (BRT) (envelope-from scuba@centroin.com.br) Date: Thu, 29 Sep 2005 13:11:47 -0300 (EST) From: Sender: To: In-Reply-To: <200509271712.j8RHCspb008088@lurza.secnetix.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Hits: 1.227 X-Scanned-By: MIMEDefang 2.52 on 200.225.63.205 Subject: Re: Enable ipfw without rebooting X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 16:11:32 -0000 Hi, =09Loading the kernel module "kldload ipfw", did the job. =09But nothing using rc's files helps to prevent being locked with a "deny all" default rule, since those files are not executed on module load. =09I had to use: =09kldload ipfw ; sh /etc/rc.firewall =09or =09kldload ipfw ; ipfw add 1 pass all from any to any Thank you for the help. - Marcelo Souza On Tue, 27 Sep 2005, Oliver Fromme wrote: |scuba@centroin.com.br wrote: | > On Fri, 23 Sep 2005, vladone wrote: | > |U can use: | > |ipfw enable or ipfw disable command (man ipfw) | > | > It doesn't work. Do nothing. | > | > |or from sysctl: | > |sysctl net.inet.ip.fw.enable=3D0 (to disable) | > | > This generate a error: | > | > =89sysctl: unknown id 'net.inet.ip.fw.enable' | |Do you have IPFW code in your kernel? (Either statically |compiled via kernel config, or dynamically loaded as KLD) | |If you don't, then it doesn't work, of course. | |Try loading the IPFW KLD ("kldload ipfw"). | |Best regards | Oliver | |-- |Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing |Dienstleistungen mit Schwerpunkt FreeBSD: http://www.secnetix.de/bsd |Any opinions expressed in this message may be personal to the author |and may not necessarily reflect the opinions of secnetix in any way. | |'Instead of asking why a piece of software is using "1970s technology," |start asking why software is ignoring 30 years of accumulated wisdom.' |_______________________________________________ |freebsd-ipfw@freebsd.org mailing list |http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw |To unsubscribe, send any mail to "freebsd-ipfw-unsubscribe@freebsd.org" | - Marcelo