bugzilla-daemon@bugzilla.netfilter.org
2006-Jun-23 09:23 UTC
[Bug 489] New: IP address with leading zerrow and trailing nine fails
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=489
Summary: IP address with leading zerrow and trailing nine fails
Product: iptables
Version: 1.3.3
Platform: x86_64
OS/Version: Ubuntu
Status: NEW
Severity: minor
Priority: P2
Component: unknown
AssignedTo: laforge@netfilter.org
ReportedBy: seb@work-gmbh.de
There is poibly a bug on filtering by IP address.
If I add a rule to a chain and filter by IP address like 192.168.12.0*9, I got
an error (* could be a number from 0 to 9). All other IP Addresses wokrs fine
e.g. 192.168.12.0*8 or 192.168.123.*9.
An example instruction that gives an error:
iptables -A my_chain -d 192.168.12.059 -j ACCEPT
The error message:
iptables v1.3.3: host/network `192.168.12.059' not found
Example instructions that works:
iptables -A my_chain -d 192.168.12.056 -j ACCEPT
iptables -A my_chain -d 192.168.12.59 -j ACCEPT
Best Regards
Sebastian
--
Configure bugmail:
https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
