[PLD 3.x (Th): Bug 115] New: iptables -m --connlimit-above n doesn't work

btsadmin at pld-linux.org btsadmin at pld-linux.org
Tue Feb 26 21:48:51 CET 2008


http://bugs.pld-linux.org/show_bug.cgi?id=115

           Summary: iptables -m  --connlimit-above n doesn't work
           Product: PLD 3.x (Th)
           Version: unspecified
          Platform: athlon
        OS/Version: PLD Linux
            Status: NEW
          Severity: blocker
          Priority: High
         Component: Core system
        AssignedTo: bugs at pld-linux.org
        ReportedBy: light-i at o2.pl
                CC: shadzik at pld-linux.org
   Estimated Hours: 0.0


Let shell talk :
# iptables -m connlimit --help
iptables v1.4.0
[...]
connlimit v1.4.0 options:
[!] --connlimit-above n match if the number of existing connections is (not)
above n
    --connlimit-mask n         group hosts using mask
# iptables -A FORWARD -p tcp --syn -s 192.168.1.0/24 -m connlimit
--connlimit-above 9 -j REJECT
iptables: Invalid argument
# iptables -A FORWARD -p tcp -s 192.168.1.0/24 -m connlimit --connlimit-above 9
-j REJECT
iptables: Invalid argument
# uname -a
Linux xxxxxxx 2.6.22.18-grsecurity-1 #1 SMP Mon Feb 11 10:30:13 UTC 2008 i686
AMD_Athlon(tm)_ PLD Linux


-- 
Configure bugmail: http://bugs.pld-linux.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching all bug changes.


More information about the pld-bugs mailing list