From mboxrd@z Thu Jan 1 00:00:00 1970 From: Phil Oester Subject: Re: clarification on the use of --state parameter within conntrack command Date: Fri, 13 Sep 2013 10:45:47 -0700 Message-ID: <20130913174546.GA903@linuxace.com> References: Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: Sender: netfilter-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Alexis Salinas Cc: "netfilter@vger.kernel.org" On Fri, Sep 13, 2013 at 05:00:17PM +0000, Alexis Salinas wrote: > Hi All, > Could someone help me understand the correct use of the protocol filter parameter "--state". I figure it would be something like this " conntrack -L -p TCP --state ESTABLISHED" but 2 different versions of conntrack-tools give the same error (conntrack v1.2.1 (conntrack-tools): unknown option `--state' > Try `conntrack -h' or 'conntrack --help' for more information.) Don't capitalize the protocol. conntrack -L -p tcp --state SYN_SENT Phil