From mboxrd@z Thu Jan 1 00:00:00 1970 From: vikrant Subject: Re: No chain target match by that name Date: Thu, 05 Jan 2006 11:55:24 +0530 Message-ID: <43BCBBD4.9090006@saysnetsoft.com> References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: 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: Tharindu Rukshan Bamunuarachchi Cc: netfilter@lists.netfilter.org Tharindu Rukshan Bamunuarachchi wrote: >netfilter@lists.netfilter.org > >hi all, > when i tried to add following rule, > > $IPTABLES -t nat -N Proxy > > $IPTABLES -t nat -A Proxy -m iprange --dst-range >100.298.10.9-100.298.10.40 -j RETURN > > i got following error, > > iptables: No chain/target/match by that name > > Please comment, > > iptable version is 1.2.11 > kernel version is 2.4.29-lug > > Regards > -- >Tharindu Rukshan Bamunuarachchi >all fabrications are subject to decay > > > > > U need to apply patch for iprange module .Check the following link:- _http://www.netfilter.org/projects/patch-o-matic/pom-base.html#pom-base-iprange_