Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.rmit.EDU.AU!news.unimelb.EDU.AU!munnari.OZ.AU!news.ecn.uoknor.edu!feed1.news.erols.com!howland.erols.net!news-peer.gsl.net!news.gsl.net!ix.netcom.com!news.webspan.net!usenet From: gpalmer@webspan.net (Gary Palmer) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: Firewall logging? Date: 24 Nov 1996 09:00:44 GMT Organization: WebSpan Inc., New Jersey Lines: 14 Sender: gpalmer@mutara.noc.webspan.net Message-ID: <5792rs$6cc@news.webspan.net> References: <mvhE1BwBL.JL9@netcom.com> NNTP-Posting-Host: mutara.noc.webspan.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Newsreader: knews 0.9.8 In article <mvhE1BwBL.JL9@netcom.com>, mvh@netcom.com (Michael Harding) writes: > Ok, I compiled in the IP_FIREWALL option, and have tested it out. Is > there any way to log anything other than to the console? It looks > like this code just uses printf - Does printf from the kernel just > show up on the main console, or can I log it somehow??? I was going to > try to gather some internet statistics... Kernel `printf()' calls are logged to /var/log/messages, or wherever else you want to put the kernel.* log messages. (Sorry, I can't remember what log level they use) Gary