[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

port info in ipflog missing




Hello all,

I've been running ipfilter on Solaris (compiled from source with all
defaults) and am used to seeing port information in the ipflog like so:

Mar  1 13:27:04 solhost ipmon[20487]: 13:27:04.219694  le0 @0:34 b
192.168.1.30,55832 -> 10.10.10.199,113 PR tcp len 20 48 -S IN

The port numbers here are 55832 and 113 (both preceded by the comma)

I am also running OpenBSD and am successfully running ipfilter that comes
with the OS installation. However, the ipflog does not include any port
information.

Mar  1 12:23:53 obsdhost ipmon[65]: 12:23:53.717931  ep0 @0:3 b
192.168.2.15 -> 10.10.11.119 PR tcp len 20 40 IN

NOtice there is no port info (no commas followed by port numbers after the
IP address).
I found this true for all the OpenBSD boxes I run, both 2.7 and
2.8 on either sparc or i386 architectures.  I scoured the archives and
even double checked man pages for ipmon and ipf but could not come up with
the proper way to show the port numbers.

Any suggestions?

Thanks for your help