I want to limit no ip connections.
Now I am trying to use iplimit patch from patch-o-matic.
But when I run the following command given in the example .. it dosent works
iptables -p tcp --dport 23 -m iplimit --iplimit-above 2 -j REJECT
I got this command from the site and the docs. Can anyone please tell me what is wrong.. and how should I do it..??
Thanks in advance Dp