Results 1 to 4 of 4
-
13th Mar 2011, 10:57 PM #1OPMemberWebsite's:
PornPermit.com Web-Proxy.mehow to auto deny ip's via csf
is there a script or something i can use to automatically add ip's to csf.deny when they have more than X number of connections?
right now im using
Code:netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -nr | head
is there a way to auto deny ones with say over 15 ?adanrott Reviewed by adanrott on . how to auto deny ip's via csf is there a script or something i can use to automatically add ip's to csf.deny when they have more than X number of connections? right now im using netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -nr | head which displays the top 10 ip's that are currently trying to connect with the most connections. is there a way to auto deny ones with say over 15 ? Rating: 5
-
13th Mar 2011, 11:02 PM #2Member
install ddosdeflate
-
13th Mar 2011, 11:12 PM #3OPMemberWebsite's:
PornPermit.com Web-Proxy.meinstalling now thanks
-
16th Mar 2011, 06:51 PM #4MemberWebsite's:
IPcoders.comYou can use mod_geoIP. It's very useful and highly configurable.
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
How to use the IP Deny Manager in cPanel
By Areon in forum Server ManagementReplies: 0Last Post: 1st Mar 2014, 04:12 PM -
[PHP] using ipRangeCalculate.php to deny IPs
By NewEraCracker in forum Web Development AreaReplies: 2Last Post: 27th Aug 2011, 09:22 PM -
[Datalife Engine] How to deny full articles access to guests?
By Divvy in forum Webmaster DiscussionReplies: 4Last Post: 3rd Mar 2011, 02:33 AM -
PHP Approval/Deny help
By narutoroot in forum Web Development AreaReplies: 7Last Post: 1st Dec 2010, 02:38 PM -
[BATCH] Firewall - Allow/Deny Script
By l0calh0st in forum Web Development AreaReplies: 0Last Post: 31st Jul 2010, 04:16 PM
themaCreator - create posts from...
Version 3.47 released. Open older version (or...