Activity Stream
48,167 MEMBERS
6843 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 6 of 6
  1.     
    #1
    Member

    Default Question about ip blocking

    I want to block ip ranges of OVH and Leaseweb since I get so many scanning bots from them trying to pry open and test my website security.

    The problem is I can't pinpoint a particular ip cause it changes frequently. So I'm down to just blocking the whole ip range.

    My question is, what's the effective way to block the ip? CF, iptables or via web server (Apache/Nginx)? I heard its a drain on server's resources with too much ips in the ip list. Should one just use cloudfare?
    masterb56 Reviewed by masterb56 on . Question about ip blocking I want to block ip ranges of OVH and Leaseweb since I get so many scanning bots from them trying to pry open and test my website security. The problem is I can't pinpoint a particular ip cause it changes frequently. So I'm down to just blocking the whole ip range. My question is, what's the effective way to block the ip? CF, iptables or via web server (Apache/Nginx)? I heard its a drain on server's resources with too much ips in the ip list. Should one just use cloudfare? Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    satiq.net
    Use iptable..

    Code: 
    iptables -A INPUT 1 -s IPADRESS -j DROP/REJECT

  4.     
    #3
    Member
    Website's:
    daringhost.com
    CloudFlare may be the easiest and more efficient solution for you.
    It will not only block IP's that pose a threat to your website, but also it will help you website load faster to your visitors by cacheing static content.
    DaringHost.com - Web Hosting + VPS Services World Wide!
    Contact Us | support@daringhost.com | +1.203.936.7138 |

  5.     
    #4
    Member
    Thanks Daring. I just have reservations about couldfare cause I heard they don't handle high traffic sites.

  6.     
    #5
    Member

    Post CloudFlare and traffic

    Hi,

    CloudFlare isn't an issue with sites that have high traffic at all. We actually pump billions of pageviews through our network on a monthly basis.
    Damon
    CloudFlare Community Evangelist

  7.     
    #6
    Member
    You can block a whole IP range say 1.1.1.0/255 using CSF and iptables

    CSF:
    csf -d 1.1.1.0/24
    Iptables:
    iptables -A INPUT -s 1.1.1.0/24 -j DROP
    service iptables save
    Linux System Administrator
    Server Management at affordable cost.
    linuxhostingsupport.net | MSN:madaboutlinux@hotmail.com

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Rapidshare blocking IP
    By cvrle77 in forum File Host Discussion
    Replies: 65
    Last Post: 20th Feb 2012, 01:32 PM
  2. Blocking Filestube
    By p2p4ever in forum Webmaster Discussion
    Replies: 4
    Last Post: 28th Aug 2011, 05:44 AM
  3. Blocking Mp 4
    By Crazy4 in forum vBulletin
    Replies: 9
    Last Post: 9th Jan 2011, 06:13 AM
  4. Non blocking pop ups
    By anuj in forum Webmasters, Money Making
    Replies: 2
    Last Post: 11th May 2010, 04:59 PM
  5. Blocking anyone with IE
    By Jesse in forum Webmaster Discussion
    Replies: 11
    Last Post: 24th Dec 2009, 12:26 PM

Tags for this Thread

BE SOCIAL