All of lore.kernel.org
 help / color / mirror / Atom feed
From: vikrant <vikrant@saysnetsoft.com>
To: vikrant <vikrant@saysnetsoft.com>
Cc: netfilter@lists.netfilter.org,
	Tharindu Rukshan Bamunuarachchi <bsd.tharindu@gmail.com>
Subject: Re: No chain target match by that name
Date: Thu, 05 Jan 2006 12:10:20 +0530	[thread overview]
Message-ID: <43BCBF54.4020707@saysnetsoft.com> (raw)
In-Reply-To: <43BCBBD4.9090006@saysnetsoft.com>

vikrant wrote:

> 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_ 
>
>
>
>
>
>
Download the latest patch-o-matic from ftp://ftp.netfilter.org/pub/ or 
find more updated at svc (http://netfilter.org/downloads.html#svn).

<snip>
Patching Your Kernel with Patch-O-Matic (POM)

Patch-o-matic can be downloaded from the netfilter homepage, 
http://www.netfilter.org/. You will also need the source code for your 
kernel (if you are using a kernel supplied with your distribution, 
install the |kernel-source| package or install a new kernel by 
downloading the latest kernel source code from http://www.kernel.org/) 
and the source code for iptables which you can also download from the 
netfilter homepage. Once you have these, unpack them and execute the 
|runme| script from patch-o-matic as follows:
|$ KERNEL_DIR=<path to the kernel source code> IPTABLES_DIR=<path to the 
iptables source code> ./runme base
|

The script describes each new extension and asks whether or not to patch 
the kernel for it. Once that is finished you will need to recompile the 
kernel, the netfilter kernel modules and the iptables binaries. This is 
outside the scope of this article but you will find useful information 
on the following sites:

<snip>

Thanks
Vikrant


      parent reply	other threads:[~2006-01-05  6:40 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-05  4:39 No chain target match by that name Tharindu Rukshan Bamunuarachchi
2006-01-05  6:25 ` vikrant
2006-01-05  6:38   ` Tharindu Rukshan Bamunuarachchi
2006-01-05  7:45     ` Rob Sterenborg
2006-01-05  6:40   ` vikrant [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=43BCBF54.4020707@saysnetsoft.com \
    --to=vikrant@saysnetsoft.com \
    --cc=bsd.tharindu@gmail.com \
    --cc=netfilter@lists.netfilter.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.