From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: pgsql-ulogd2 Date: Mon, 16 Jul 2012 12:51:00 +0200 Message-ID: <20120716105100.GB11172@1984> References: <50002CEF.508@googlemail.com> <1342194935.11019.12.camel@tiger.regit.org> <50016D84.5080207@googlemail.com> <1342300959.6098.8.camel@tiger.regit.org> <5002B688.4070907@googlemail.com> <1342385528.8476.2.camel@tiger.regit.org> <500345F1.3050407@googlemail.com> <20120716080013.GA522@breakpoint.cc> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Mr Dash Four , Eric Leblond , Netfilter Developer Mailing List To: Florian Westphal Return-path: Received: from mail.us.es ([193.147.175.20]:32837 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751703Ab2GPKvC (ORCPT ); Mon, 16 Jul 2012 06:51:02 -0400 Content-Disposition: inline In-Reply-To: <20120716080013.GA522@breakpoint.cc> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Mon, Jul 16, 2012 at 10:00:13AM +0200, Florian Westphal wrote: > Mr Dash Four wrote: > > The specific reason I raised this issue is because on the main > > firewall we have here, if I deploy ulogd2 and use NFCT at its > > present form, I will get the logs from all 7 interfaces, and it > > would make it an absolutely huge task to sift through all these logs > > and "match" the various entries (OK, doing it through the database > > will help up a bit, but not a lot). > > Try something like > iptables -t raw -A PREROUTING (thingsyoudontwant) -j CT --ctevents related > > (i don't think its possible to disable event delivery completely > at the moment without disabling conntrack ). You can do it via: /proc/sys/net/netfilter/nf_conntrack_events