Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Mar 1998 00:51:35 GMT
From:      mike@sentex.net (Mike Tancsa)
To:        kpielorz@tdx.co.uk (Karl Pielorz)
Cc:        freebsd-isp@FreeBSD.ORG
Subject:   Re: ipfw logging...
Message-ID:  <3519a5fa.216519718@mail.sentex.net>
In-Reply-To: <3518DAA9.6068487E@tdx.co.uk>
References:  <3518DAA9.6068487E@tdx.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 25 Mar 1998 10:21:29 +0000, in sentex.lists.freebsd.misc you
wrote:

>Thanks for the Reply!
>
>Does ipfw log to syslog? - I seem to remember seeing something about this in
>the past, but looking through my /var/log/messages - it seems devoid of all
>ipfw logging... :-(
>
>(My /etc/syslog.conf only has one line:
>
>*.*     /var/log/messages

For the Kernel, something like

options         IPFIREWALL_VERBOSE
options         "IPFIREWALL_VERBOSE_LIMIT=10000"
options         IPFIREWALL
options         IPDIVERT

In /etc/syslog.conf
kern.*                                          /var/log/kernel   
(dont forget to tab separate the lines)

then 
touch /var/log/kernel

kill -1 the syslogd pid.

	---Mike

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3519a5fa.216519718>