bugzilla-daemon@bugzilla.netfilter.org
2006-May-16  21:23 UTC
[Bug 475] New: Incorrection in connlimit's man page
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=475
           Summary: Incorrection in connlimit's man page
           Product: iptables
           Version: unspecified
          Platform: All
               URL: http://svn.netfilter.org/cgi-
                    bin/viewcvs.cgi/trunk/iptables/extensions/libipt_connlim
                    it.man?rev=3816&view=markup
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: iptables
        AssignedTo: laforge@netfilter.org
        ReportedBy: ld.fifty@gmail.com
In connlimit's man page there's this:
    # allow 2 telnet connections per client host
    iptables -p tcp --syn --dport 23 -m connlimit  --connlimit-above 2 -j REJECT
    # you can also match the other way around:
    iptables  -p  tcp  --syn  --dport 23 -m connlimit ! --connlimit-above 2 -j
    ACCEPT
The chain is missing, please add -A INPUT to the example.
-- 
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.
Possibly Parallel Threads
- [Bug 475] Incorrection in connlimit's man page
- [Bug 515] New: connlimit filter doesn't work in 1.3.5 version of iptables
- [Bug 618] New: connlimit doesn't work after upgrade to iptables 1.4.5
- [Bug 1207] New: connlimit rule fires too often
- [Bug 676] connlimit doesn't work properly
