From owner-freebsd-questions@FreeBSD.ORG Mon Mar 20 15:26:52 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 98C8E16A427 for ; Mon, 20 Mar 2006 15:26:52 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from asmtp-out3.blueyonder.co.uk (asmtp-out3.blueyonder.co.uk [195.188.213.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D33443D6D for ; Mon, 20 Mar 2006 15:26:43 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [82.41.229.4] (helo=[192.168.0.2]) by asmtp-out3.blueyonder.co.uk with esmtp (Exim 4.52) id 1FLMHJ-0000eW-Dm; Mon, 20 Mar 2006 15:26:41 +0000 Message-ID: <441EC9B0.6090708@dial.pipex.com> Date: Mon, 20 Mar 2006 15:26:40 +0000 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.12) Gecko/20060305 X-Accept-Language: en MIME-Version: 1.0 To: "Rodrigo G. Tavares de Souza" References: <441EC2E7.7090200@sensorsistemas.com.br> In-Reply-To: <441EC2E7.7090200@sensorsistemas.com.br> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Firewall log unlimited - How to? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Mar 2006 15:26:52 -0000 Rodrigo G. Tavares de Souza wrote: > Hi, > > I was configuring the Firewall when I got this message: > > Mar 20 11:16:08 bsd-net kernel: ipfw: limit 100 reached on entry 835 > > And the firewall stoped to create log messages after this message. > > What I do need to do to IPFW do not stop writing the log file? > > If I change this option IPFIREWALL_VERBOSE_LIMIT on kernel to: > IPFIREWALL_VERBOSE_LIMIT=0 I just comment the line out entirely. #options IPFIREWALL_VERBOSE_LIMIT=100 #limit verbosity A limit of 0 might actually mean 0. --Alex