From owner-freebsd-questions Sat Feb 19 12:30:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from jdcochran.fiawol.org (jdcochran.fiawol.org [209.122.117.89]) by hub.freebsd.org (Postfix) with ESMTP id 88B4637BC49 for ; Sat, 19 Feb 2000 12:30:10 -0800 (PST) (envelope-from jdc@fiawol.org) Received: (from jdc@localhost) by jdcochran.fiawol.org (8.9.3/8.9.3) id OAA48384 for freebsd-questions@freebsd.org; Sat, 19 Feb 2000 14:59:05 -0500 (EST) (envelope-from jdc) From: John Cochran Message-Id: <200002191959.OAA48384@jdcochran.fiawol.org> Subject: Can ipfw log to somewhere else other than the console? To: freebsd-questions@freebsd.org Date: Sat, 19 Feb 2000 14:59:05 -0500 (EST) X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ivan Fetch wrote: > > Hi, > I have looked through the ipfw manual page with out luck - I would like > to have packet logging written to somewhere other than the console and > this does not seem to be possible. FOr example's sake: > ipfw add 301 deny log all from badpeople.org to any > > I would like results of that rule to go into a file vs. the > console. Nothing seems to be sent to syslog at all - Is it possible to > change this behavior? > > Thank YOu, > Ivan. Here are a few lines from my /etc/syslog.conf file. --- SNIP --- !ipfw *.* /var/log/ipfw.log --- SNIP --- Hope this helps, John Cochran To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message