Displaying 1 result from an estimated 1 matches for "anacom".
Did you mean:
anacon
2010 Mar 09
2
[Bug 639] New: iptables iprange
...Product: iptables
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: blocker
Priority: P1
Component: iptables
AssignedTo: netfilter-buglog at lists.netfilter.org
ReportedBy: paulo.santos at anacom.pt
Dear iptables Team,
I found that iprange match module extension in iptables might not be working in
1.4.7 version.
I was using the following rule in 1.4.0:
-A fwd-acl -d 192.168.1.2/32 -i eth1 -p tcp -m iprange --src-range
10.0.0.1-10.0.0.2 -m tcp --sport 1024:65535 --dport 8585 -m state -...