From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aleksander Subject: Re: Question on Layer 7 filtering Date: Tue, 19 Sep 2006 10:54:37 +0300 Message-ID: <450FA23D.7000100@krediidiinfo.ee> References: <20060914060407.03444B543@mail.kisise> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20060914060407.03444B543@mail.kisise> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="us-ascii"; format="flowed" To: netfilter@lists.netfilter.org Maxime Ducharme wrote: > Sorry my question was not in the email, > is there any equivalent for l7 filtering under iptables ? Layer7 is for iptables. iptables -t filter -A FORWARD -m layer7 --l7proto yourproto -j DROP HTH, Alex