From owner-freebsd-questions@FreeBSD.ORG Mon Oct 25 10:31:50 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 4AE3A16A4CE for ; Mon, 25 Oct 2004 10:31:50 +0000 (GMT) Received: from smtp29.singnet.com.sg (smtp29.singnet.com.sg [165.21.101.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1091343D53 for ; Mon, 25 Oct 2004 10:31:49 +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 i9PAVlmq030157 for ; Mon, 25 Oct 2004 18:31:47 +0800 Message-ID: <057501c4ba7d$d65a7fb0$0300a8c0@astral> From: "Spades" To: Date: Mon, 25 Oct 2004 18:31:49 +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 Subject: 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 10:31:50 -0000 i assigned the logging to /var/log/ipfw.log this is my ipfw.rule for now # ipfw add 900 allow log all from any to any when i ssh to the server, it will start flooding /var/log/ipfw.log Oct 25 18:29:12 mojito /kernel: ipfw: 900 Accept TCP 192.168.1.203:22 219.74.176.130:4510 out via fxp0 Oct 25 18:29:12 mojito /kernel: ipfw: 900 Accept TCP 219.74.176.130:4510 192.168.1.203:22 in via fxp0 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? Thanks Regards.