LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   Not able to write connlimit rule on linux iptables (https://www.linuxquestions.org/questions/linux-security-4/not-able-to-write-connlimit-rule-on-linux-iptables-4175460277/)

suresh.k 05-01-2013 07:17 AM

Not able to write connlimit rule on linux iptables
 
Hi,

I am trying to write connlimit rule on iptables, get getting error as follows

#iptables -A INPUT -p tcp --syn --dport 80 -m connlimit --connlimit-above 5 -j REJECT --reject-with tcp-reset

Error : iptables: Unknown error 18446744073709551615

I can execute another rules like block perticular ip address to tcp port.

OS Version : CentOS release 5.8 (Final)
iptables Version : iptables v1.3.5
Kernel : 2.6.18-028stab101.1 #1 SMP Sun Jun 24 19:50:48 MSD 2012 x86_64 x86_64 x86_64 GNU/Linux


Thanks
Suresh

unSpawn 05-01-2013 12:33 PM

Quote:

Originally Posted by suresh.k (Post 4942547)
Kernel : 2.6.18-028stab101.1 #1 SMP Sun Jun 24 19:50:48 MSD 2012 x86_64 x86_64 x86_64 GNU/Linux

See the OpenVZ FAQ about iptables, modules and errors?

suresh.k 05-02-2013 02:23 AM

Quote:

Originally Posted by unSpawn (Post 4942793)
See the OpenVZ FAQ about iptables, modules and errors?

where i can find this?

unSpawn 05-02-2013 02:22 PM

The OpenVZ(.org) site most likely?


All times are GMT -5. The time now is 02:16 AM.