From owner-freebsd-questions Wed Apr 4 14:27:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from black.purplecat.net (ns1.purplecat.net [209.16.228.148]) by hub.freebsd.org (Postfix) with ESMTP id E562F37B718 for ; Wed, 4 Apr 2001 14:27:46 -0700 (PDT) (envelope-from peter@black.purplecat.net) Received: from localhost (peter@localhost) by black.purplecat.net (8.8.8/8.8.8) with ESMTP id RAA08594 for ; Wed, 4 Apr 2001 17:30:14 -0400 (EDT) (envelope-from peter@black.purplecat.net) Date: Wed, 4 Apr 2001 17:30:14 -0400 (EDT) From: Peter Brezny To: freebsd-questions@freebsd.org Subject: using cricket to get info from ipfw pipes Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'd like to use cricket, or mrtg, to graph information about specific traffic flows through a freebsd 4.2-stable machine. I found in the ipfw man page the section which shows how to set up something to collect stats ipfw add pipe 1 tcp from any to any ipfw add pipe 1 udp from any to any ipfw add pipe 1 ip from any to any ipfw pipe 1 config mask all and I can take things from here to setup individual rules for inbound or outbound traffic from/to specific networks, but I don't know how to get to the statistics it's going to create. Where will this information be logged? How can i get this information to cricket or mrtg for analysis in an automated fassion? TIA pb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message