![]() |
So what is the site really? BS it's just a nothing forum.
|
Quote:
|
40+ GIG protect :thumbsup
WEBAIR.COM |
I have a server at webair too, if I got a second one there you guys could help me through this you think?
|
Quote:
But most who answered here are right : it cost way too much for a nothing site ... |
don't worry 40-50 mbps is nothing as long they dont open massive number of connections per second.
as I already write here: gofuckyourself / showthread.php?t=1006103 how much connections/sec they open? what kind of attack? proably you can handle this scriptkiddy ddos attack with server hardening only... give them a try, google for: inetbase ddos script If your forum is for small set of countries only, move to a DNS Service with Geo split service. Install GeoIP on your server and do the same there, you can put this rules inside .htaccess. Such small attack is not hard to fight server based as long the connections/sec are not too high. A real hard fighting begins above 20 gbps and above 1 mio new connections per second :-) --- regarding Geo DNS / local GeoIP Routing -> sent all requests that you don't need back to 127.0.0.1 |
Quote:
|
hit me up 349588486 I might be able to help you where you are. If not I have a solution for you which doesnt cost 2500 a month.
|
Here's the thing .... a managed host may be able to lighten the blow somewhat using DDoS Deflate, tightening up some firewall rules, temporarily reconfiguring your php.ini, etc., etc ... but if the attacker is stubborn enough, what's going to happen is that your site will stay "up", but it will be severely bottlenecked, as your load balances go up into the double (or even triple) digits ... which will mean half of your legit traffic is going to back out of your page before it even loads anyways!!!
Between the added expense of DDoS mitigation, and the loss of legit traffic, I would say this endeavor is a bad one before it even begins ... For a site that is not making you any money, I have to wonder why you want to keep it up so badly? :Oh crap |
Quote:
|
what type of DDOS attack?
if it's a SYN attack, drop the IPs with Code:
for i in ` netstat -tanpu | grep "SYN_RECV" | awk {'print $5'} | cut -f 1 -d ":" | sort | uniq -c | sort -n | awk {'if ($1 > 10) print $2'}` ; do echo $i; iptables -A INPUT -s $i -j DROP; done |
Quote:
|
Just an idea, put a notice on your website that it is for sale. See who contacts you, it may actually give some indication as to who is behind this. If it is someone in competition with you, they will probably be curious enough to contact you for the price. Make it very cheap and see if you can find out who it is.
If that fails, after a few weeks post the website has been sold and transfer the domain to a different register using domain ID protect and see if the attack drops or continues. It may not be your website their after but you personally, so if they think its sold they may drop off. |
Ddos attacks are easy to handle if you use proper tools.
|
All times are GMT -7. The time now is 11:49 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc