From owner-freebsd-questions Mon Nov 13 23:19: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id 2840D37B479 for ; Mon, 13 Nov 2000 23:19:03 -0800 (PST) Received: from 149.211.6.64.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Mon, 13 Nov 2000 23:17:36 -0800 Received: (from cjc@localhost) by 149.211.6.64.reflexcom.com (8.11.0/8.11.0) id eAE7J0n83864; Mon, 13 Nov 2000 23:19:00 -0800 (PST) (envelope-from cjc) Date: Mon, 13 Nov 2000 23:18:55 -0800 From: "Crist J . Clark" To: Aaron Hill Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Nice reporting of firewall rules? Message-ID: <20001113231855.D75251@149.211.6.64.reflexcom.com> Reply-To: cjclark@alum.mit.edu References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from hillaa@hotmail.com on Tue, Nov 14, 2000 at 12:15:03AM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Nov 14, 2000 at 12:15:03AM +0000, Aaron Hill wrote: > Hello again, > > I've just got the firewall component (ipfw) of my 4.1.1-RELEASE system > working. To aid in administering the system I'd like to find a way to make a > nice output of the firewall logs. My setup is simple but I'd still like to > know whats going on. > > Is there a utility or script which will make, for example, a web page of the > rules with their counters? Thats a simpler example but any extra > functionality would be welcome. # ipfw show Has the data you want. It should be pretty easy to make a Perl or AWK script to HTMLize it. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message