Is there a way to limit connection per IP (on apache?)????
I've had a TON of junk, hack attepts...etc comming from Germany and Australia lately.
The stuff on my VPS is stricly local to US and as far as I'm concerned I dont care if other countries can ever get to it. How do I go about blocking IP ranges ?
I looked at this thread:
and found this
/sbin/iptables -A INPUT -s IP_TO_BLOCK -j DROP; /sbin/service iptables save
but when I try to ad an IP address I get a nice little error:
iptables v1.2.11: can't initialize iptables table `filter': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
Additionaly i'm not sure how I add a range of IPs to block.
Any help would be greatful.


LinkBack URL
About LinkBacks



Reply With Quote


Bookmarks