From owner-freebsd-ipfw@FreeBSD.ORG Mon Nov 8 16:53:51 2004 Return-Path: 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 BA68516A4CE for ; Mon, 8 Nov 2004 16:53:51 +0000 (GMT) Received: from jay.exetel.com.au (jay.exetel.com.au [220.233.0.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id D85A143D54 for ; Mon, 8 Nov 2004 16:53:50 +0000 (GMT) (envelope-from ldsift-applels@yahoo.com.au) Received: (qmail 20862 invoked by uid 507); 9 Nov 2004 03:53:49 +1100 Received: from 63.7.233.220.exetel.com.au (HELO ?192.168.1.2?) (220.233.7.63) by jay.exetel.com.au with SMTP; 9 Nov 2004 03:53:49 +1100 Mime-Version: 1.0 (Apple Message framework v619) In-Reply-To: <200411081938.56359.akhthar@carmatec.com> References: <200411081938.56359.akhthar@carmatec.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: LD Date: Tue, 9 Nov 2004 03:53:48 +1100 To: FreeBSD-IPFW X-Mailer: Apple Mail (2.619) Subject: Re: Stop firewall service X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2004 16:53:51 -0000 Hi there, On 09/11/2004, at 1:08 AM, Akhthar Parvez. K wrote: > I am new in FreeBSD :). Could someone please tell me how to > stop/disable the > firewall service temporarily in FreeBSD. Please let me know what is the > firewall service in FreeBSD. There are two builtin firewall options - both of which won't be enabled unless you've told them to be in /etc/rc.conf: # for ipfw firewall_enable="YES" if the above is true: `ipfw disable firewall' or `ipfw -f flush' # for ipf pf_enable="YES" see `man ipf' the default options are to disable: /etc/defaults/rc.conf For more info: 1) man ipf[w] 2) http://freebsd.org/doc/en_US.ISO8859-1/books/handbook [specifically --> Section 14 [security] --> firewalls] 3) google helps me too when the above two aren't verbose enough. with regards, -- LD