Displaying 1 result from an estimated 1 matches for "amiindia".
2019 Nov 07
3
[Bug 1379] New: Rule to accept INPUT address range does not block address that are not in range specified
...Product: iptables
Version: 1.4.x
Hardware: All
OS: All
Status: NEW
Severity: critical
Priority: P5
Component: iptables
Assignee: netfilter-buglog at lists.netfilter.org
Reporter: sprakash at amiindia.co.in
After setting RULE to ACCEPT input address range, it is observed that IP
address not in range also can have access to the machine.
~ # iptables -V
iptables v1.4.21
~ # iptables -I INPUT -p all -m iprange --src-range 192.168.1.70-192.168.1.90
-j ACCEPT
~ # iptables -L
Chain INPUT (policy AC...