From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 15:41:57 2005 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 4755316A41F for ; Fri, 28 Oct 2005 15:41:57 +0000 (GMT) (envelope-from gpeel@thenetnow.com) Received: from constellation.thenetnow.com (thenetnow.com [69.90.69.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id C60E243D46 for ; Fri, 28 Oct 2005 15:41:56 +0000 (GMT) (envelope-from gpeel@thenetnow.com) Received: from hpeel.ody.ca ([216.240.12.2] helo=GRANT) by constellation.thenetnow.com with esmtpa (Exim 4.54) id 1EVWMU-00081c-0a; Fri, 28 Oct 2005 11:41:46 -0400 Message-ID: <013901c5dbd6$1a71ff50$6401a8c0@GRANT> From: "Grant Peel" To: Date: Fri, 28 Oct 2005 11:41:42 -0400 Organization: The Net Now Internet 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: Jamie Cameron Subject: IPFW - Counter X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Grant Peel List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 15:41:57 -0000 Hi all, Is is possible, to make a single rule counter, or, a multiple rule counter (maybe that pies to 1 single counter), so one can track inclomming and outgoing bandwidth? I would like to say: 000001 count from any to any via 1.2.3.4 or 000001 count 1.2.3.4 To have the same effect as: 000001 count from any to 1.2.3.4 in via fxp0 000002 count from 1.2.3.4 to and out via fxp0 but somehow I don't think they will work :-) -Grant