From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Taylor Subject: Re: Target IP monitoring... Date: Mon, 11 Aug 2008 15:03:40 -0500 Message-ID: <48A09B1C.9000104@riverviewtech.net> References: <48A08A37.3050104@riverviewtech.net> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: netfilter-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Mail List - Netfilter On 08/11/08 14:55, Jan Engelhardt wrote: > Eww no, don't do that. Though Netfilter is written like that, there > is no hard guarantee that only first packets are seen. (Like, we > forget to take our medication and all packets go through the > then-semi-stateless nat table ;-) Better use -m conntrack --ctstate > NEW -j ULOG. *nod* So technically it /would/ work, but it would also be bad form to do it that way. Grant. . . .