> 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@xxxxxxxxxxxxxxx> wrote: >> Tharindu Rukshan Bamunuarachchi wrote: >> >>> netfilter@xxxxxxxxxxxxxxxxxxx >>> >>> 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_