From owner-freebsd-questions@FreeBSD.ORG Mon Oct 25 13:46:54 2004 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 9F7CE16A4CE for ; Mon, 25 Oct 2004 13:46:54 +0000 (GMT) Received: from smtp29.singnet.com.sg (smtp29.singnet.com.sg [165.21.101.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B0D843D54 for ; Mon, 25 Oct 2004 13:46:53 +0000 (GMT) (envelope-from spades@galaxynet.org) Received: from astral (bb219-74-176-135.singnet.com.sg [219.74.176.135]) by smtp29.singnet.com.sg (8.13.1/8.13.1) with SMTP id i9PDkpFQ001144; Mon, 25 Oct 2004 21:46:51 +0800 Message-ID: <064801c4ba99$169fcab0$0300a8c0@astral> From: "Spades" To: "Sergey Zaharchenko" References: <057501c4ba7d$d65a7fb0$0300a8c0@astral> <20041025133443.GA6371@shark.localdomain> Date: Mon, 25 Oct 2004 21:46:53 +0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 cc: freebsd-questions@freebsd.org Subject: Re: ipfw flooding in /var/log/ipfw.log X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Spades List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2004 13:46:54 -0000 error: # ipfw add 900 allow log all from any to any setup ipfw: unknown argument ``setup'' ----- Original Message ----- From: "Sergey Zaharchenko" To: "Spades" Cc: Sent: Monday, October 25, 2004 9:34 PM Subject: Re: ipfw flooding in /var/log/ipfw.log On Mon, Oct 25, 2004 at 06:31:49PM +0800, Spades probably wrote: > > this is my ipfw.rule for now > # ipfw add 900 allow log all from any to any > > > It will keep spitting this 2 lines as long i'm connected, how do i make > it such as it will log only one instance? > You might want to change the rule to # ipfw add 900 allow log all from any to any setup ^^^^^ which only logs the (attempts to) set up a connection (the initail SYN packets). man ipfw has some interesting information on this. HTH, -- DoubleF It is illegal to say "Oh, Boy" in Jonesboro, Georgia.