:> > Have recently recompiled my FreeBSD 4.3 kernel to support IPFilter.
:> > Being used to OpenBSD systems where the IPFilter log appears in
:> > /var/log/ipf I looked there, but there is no log.
:>
:> > Do I have to manually tell IPFilter to create a log file?
:> No, but you will have to tell syslog where to place logs from local0
:>
:> Then YOU will have to HUP syslogd AND create the file.
:>
:> /etc/syslog.conf :
:> local0.info /var/log/ipflog
:
: So now I've added local0.info to syslog.conf, just as stated above. I've
: also started ipmon with -D -s but still, no logging :-( Even tried
: local0.* in syslog but no difference. What am I missing?
Not sure, but if it helps here's my syslog.conf. In this setup,
ipmon messages go to /var/log/messages. What does what I can't
exactly say...I crafted this from a firewall guide some time back as
while I'm fluent with many things, the workings of syslog isn't one
of them. HTH
auth.* /var/log/authlog
*.err;kern.debug;auth.notice;mail.crit /dev/console
*.notice;kern.debug;lpr.info;mail.crit;news.err /var/log/messages
security.* /var/log/security
mail.info /var/log/maillog
lpr.info /var/log/lpd-errs
cron.* /var/log/cron
*.err root
*.notice;news.err;local0.none root
*.alert root
*.emerg *
--
BSD: A psychoactive drug, popular in the 80s, probably developed at UC
Berkeley or thereabouts. Similar in many ways to the prescription-only
medication called "System V", but infinitely more useful. (Or, at least,
more fun.) The full chemical name is "Berkeley Standard Distribution".