On Wed, Mar 20, 2002 at 04:01:19PM +0800, Jesse.linux wrote:
> where can i find this entry:
> tcp      6 57 SYN_RECV src=140.208.5.62 dst=207.46.230.218 sport=1311
> dport=80 src=207.46.230.218 dst=140.208.5.62 sport=80 dport=1311 use=1
> 
> i tried to tail -f /var/log/messages but didn't find it....
> is there a separate file?...or is there some rules to enable logging?...

This is not a logging entry, but the entry of a single tracked connection.
You can find them all in /proc/net/ip_conntrack. BUT: be aware that reading
that pseudofile is grossly inefficient when the number of connections
grows to more than a few hundred.

For logging in rules, see the documentation about the LOG and ULOG targets,
or read the mailing list archives for about 1000 examples of how to use LOG.

best regards
  Patrick

Reply via email to