Forum Moderators: DixonJones

Message Too Old, No Replies

Who are these guys hitting my server hard

         

rfontaine

12:59 pm on Aug 5, 2005 (gmt 0)

10+ Year Member



Anybody here heard of this:

h64-5-245-10.gtcust.grouptelecom.net

They are hitting my server pretty hard.

jatar_k

3:38 pm on Aug 5, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



group telecom is just an isp, it is one of their customers.

rfontaine

8:09 pm on Aug 5, 2005 (gmt 0)

10+ Year Member



is there a way to block them in an .htaccess file? If so, any ideas how?

John Carpenter

3:57 pm on Aug 6, 2005 (gmt 0)

10+ Year Member



If you are experiencing DoS (denial of service) attack, you should contact the ISP and complain. It is also possible that the hostname is just a proxy.

You can block them by inserting the following in your .htaccess file:

RewriteCond %{REMOTE_ADDR} ^h64-5-245-10
RewriteRule ^yourdomain.com/(.*) [yourdomain.com...] [F,L]

However, the hostname may be dynamically assigned so it may change often. You should definitely contact the ISP first.