From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markus Feldmann Subject: Re: iptables NEW or SYN Date: Thu, 13 May 2010 20:09:17 +0200 Message-ID: References: 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: netfilter@vger.kernel.org Markus Feldmann schrieb: > Jan Engelhardt schrieb: >> >>> What is the difference between SYN and NEW? >> >> Kinda like the difference between "new" and "refurbished". So NEW means the IP was never seen before and the SYN flag means, that a new connection begins? So the first packet from a source adress is NEW whether or nor it has the SYN flag set ? Is that correct? If this is the case, than i need only the SYN flag to let establish incoming connection to my apache-Server? regards Markus