* No chain target match by that name
@ 2006-01-05 4:39 Tharindu Rukshan Bamunuarachchi
2006-01-05 6:25 ` vikrant
0 siblings, 1 reply; 5+ messages in thread
From: Tharindu Rukshan Bamunuarachchi @ 2006-01-05 4:39 UTC (permalink / raw)
To: netfilter
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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: No chain target match by that name
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 6:40 ` vikrant
0 siblings, 2 replies; 5+ messages in thread
From: vikrant @ 2006-01-05 6:25 UTC (permalink / raw)
To: Tharindu Rukshan Bamunuarachchi; +Cc: netfilter
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_
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: No chain target match by that name
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
1 sibling, 1 reply; 5+ messages in thread
From: Tharindu Rukshan Bamunuarachchi @ 2006-01-05 6:38 UTC (permalink / raw)
To: vikrant; +Cc: netfilter
Sorry, i already have iprange patch installed.
But It is getting error.
Regards
Tr.
On 1/5/06, vikrant <vikrant@saysnetsoft.com> 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_
>
>
>
--
Tharindu Rukshan Bamunuarachchi
all fabrications are subject to decay
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: No chain target match by that name
2006-01-05 6:25 ` vikrant
2006-01-05 6:38 ` Tharindu Rukshan Bamunuarachchi
@ 2006-01-05 6:40 ` vikrant
1 sibling, 0 replies; 5+ messages in thread
From: vikrant @ 2006-01-05 6:40 UTC (permalink / raw)
To: vikrant; +Cc: netfilter, Tharindu Rukshan Bamunuarachchi
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
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: No chain target match by that name
2006-01-05 6:38 ` Tharindu Rukshan Bamunuarachchi
@ 2006-01-05 7:45 ` Rob Sterenborg
0 siblings, 0 replies; 5+ messages in thread
From: Rob Sterenborg @ 2006-01-05 7:45 UTC (permalink / raw)
To: netfilter
> Sorry, i already have iprange patch installed.
> But It is getting error.
Did you compile iprange as a module and load it ? (lsmod)
Do you have the RETURN target ?
iptables -j RETURN --help
Last 2 lines :
Standard v1.3.x options:
(If target is DROP, ACCEPT, RETURN or nothing)
Gr,
Rob
> On 1/5/06, vikrant <vikrant@saysnetsoft.com> 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_
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-01-05 7:45 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.