hxping7 / wl500g

Automatically exported from code.google.com/p/wl500g
0 stars 0 forks source link

netfilter: iprange support #301

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The current version of iptables (v1.4.3.2) on Oleg firmware doesn't support 
iprange

Eg:

[admin@ASUS-ROUTER sbin]$ iptables -I FORWARD -m iprange --dst-range 
66.220.144.0-66.220.159.255 -j REJECT

iptables: No chain/target/match by that name.

Original issue reported on code.google.com by lindo...@gmail.com on 28 Feb 2012 at 11:07

GoogleCodeExporter commented 9 years ago
iprange netfilter module not included into FW. For now, you can compile it 
yourself.

Original comment by lly.dev on 2 Mar 2012 at 9:04

GoogleCodeExporter commented 9 years ago
Reclassify defect to feature request - netfilter miss full(IPv4/IPv6) iprange 
support

Original comment by lly.dev on 9 Mar 2012 at 6:50

GoogleCodeExporter commented 9 years ago
iprange netfilter match available since r3930

Don't forget about "insmod xt_iprange"

Original comment by lly.dev on 9 Mar 2012 at 12:17