bugzilla-daemon@bugzilla.netfilter.org
2006-Sep-18  09:27 UTC
[Bug 513] New: --dport unusable
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=513
           Summary: --dport unusable
           Product: netfilter/iptables
           Version: linux-2.6.x
          Platform: i386
        OS/Version: Debian GNU/Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: ip_tables (kernel)
        AssignedTo: laforge@netfilter.org
        ReportedBy: totya@ajkanet.hu
I used this rule with 2.6.15.x with no problem but with 2.6.17.x I get the 
following error :
#iptables -A INPUT -p tcp --dport 22 -j allowed
     iptables: No chain/target/match by that name
#iptables -A tcp-packets -p tcp --dport 22 -j allowed
    iptables: No chain/target/match by that name
The iptables is 1.3.5. I get it from netfilter.org and I set the kernel include 
dir to the 2.6.17.x
-- 
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.