Displaying 1 result from an estimated 1 matches for "poibly".
Did you mean:
posibly
2006 Jun 23
0
[Bug 489] New: 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...