Public bug reported:

Binary package hint: iptables

In Ubuntu 9.04 I successfully blocked more than 4 simultaneous
connections to my Apache server using this iptables command:

iptables -A INPUT -p tcp --syn --dport 80 -m connlimit --connlimit-above
4 -j REJECT

However, the same command in 9.10 is not blocking simultaneous
connections anymore; I have just connected 20 times simultaneously with
the above firewall in place.

Is iptables connlimit broken in 9.10?

** Affects: iptables (Ubuntu)
     Importance: Undecided
         Status: New

-- 
iptables connlimit appears to be broken
https://bugs.launchpad.net/bugs/478290
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to