Hi,
I have added module for conn-limit through iptables. But when
I run this command, I got error of No Chain/target/match . Is the following
command correct or am I missing something?
# /sbin/iptables -A INPUT -p tcp --syn --dport http -m iplimit
--iplimit-above 4 -j REJECT
iptables: No chain/target/match by that name Thanx.
|