IP Filter FAQ
Previous | TOC | Next
VI. IPMON
- I have IPMon logging to syslog, but syslog doesn't log anything, why not?
- I have IPMon logging to syslog, and I can't use ipmon -oI, why not?
- When I start ipmon, it fails to start with an error.
- I have IPMon logging to syslog, but syslog doesn't log anything, why not?
IPF logs as local0 so you'll want something to the effect of:
local0.debug /var/log/ipf.log
in your syslog.conf. NOTE: There has to be atleast one TAB in that line, not just spaces.
- I have IPMon logging to syslog, and I can't use
ipmon -oI
, why not?
You can only use one of ipmon -oI
and ipmon -s
. Just do a tail -f filename
where filename is whatever syslog logs ipf stuff to.
- When I start ipmon, it fails to start with an error.
Are you running *BSD or SunOS? Check your kernel configuration, make sure you have "options IPFILTER_LOG"
Previous | TOC | Next