All of lore.kernel.org
 help / color / mirror / Atom feed
* conntrack -E problem
@ 2009-04-20 15:01 Paddie O'Brien
  2009-04-20 15:20 ` Gáspár Lajos
  0 siblings, 1 reply; 4+ messages in thread
From: Paddie O'Brien @ 2009-04-20 15:01 UTC (permalink / raw)
  To: netfilter

Hi,

I asked iptables to log all inbound connection attempts:

iptables -I INPUT 1 -d myipaddress  -m state --state NEW -j LOG

I then asked conntrack to report the same events:

conntrack -E --event-mask NEW -d myipaddress

I assumed the above were equivalent but conntrack
does not report the same events as iptables, it seems
to miss unsuccessful connections.

I'd be grateful if anyone could tell me what's going on...
How can I get conntrack to report everything that iptables
does?

Thanks,
P

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-04-21 10:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-20 15:01 conntrack -E problem Paddie O'Brien
2009-04-20 15:20 ` Gáspár Lajos
2009-04-20 16:15   ` Paddie O'Brien
2009-04-21 10:56     ` Pablo Neira Ayuso

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.