From owner-freebsd-questions@FreeBSD.ORG Wed Mar 2 12:46:48 2005 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 706C916A4CE for ; Wed, 2 Mar 2005 12:46:48 +0000 (GMT) Received: from jeremino.homeunix.net (jeremino.xs4all.nl [80.126.224.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28C2C43D3F for ; Wed, 2 Mar 2005 12:46:48 +0000 (GMT) (envelope-from kees@jeremino.homeunix.net) Received: from jeremina.homeunix.net ([10.0.0.5]) by jeremino.homeunix.net with esmtp (Exim 4.42) id 1D6TFW-000DLe-My for freebsd-questions@freebsd.org; Wed, 02 Mar 2005 13:46:46 +0100 From: Kees Plonsz Organization: not organized To: freebsd-questions@freebsd.org Date: Wed, 2 Mar 2005 13:46:42 +0100 User-Agent: KMail/1.7 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200503021346.42225.kees@jeremino.homeunix.net> Subject: ip6fw loggingcount reset 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: Wed, 02 Mar 2005 12:46:48 -0000 Does anybody know how to reset the logging count in ip6fw ? In ipfw you can use the "reset" command, but is doesnot seem to work in ip6fw. The filter rule I use is: ip6fw allow log tcp from any to 2001:888:108e:0:250:bfff:fea1:7d0 The log stops logging after: kernel: ip6fw: limit reached on entry 6000 sysctl variables for ip6fw: net.inet6.ip6.fw.enable: 1 net.inet6.ip6.fw.debug: 1 net.inet6.ip6.fw.verbose: 1 net.inet6.ip6.fw.verbose_limit: 500 kernels options: options IPV6FIREWALL options IPV6FIREWALL_VERBOSE options IPV6FIREWALL_DEFAULT_TO_ACCEPT