Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
Ddos attack
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Hypothesis" data-source="post: 460840" data-attributes="member: 83881"><p>If you are using IIS, just download IP Address and Domain Restriction as an addon, then set the max concurrent requests to 5 and the maximum number of requests to 5. Add the security tag to your web.config along with the dynamic IP headers. This will automatically block any IP address that attempts to continuously flood a certain path, which is what most of these attacks appear to do. No one can actually down the server, only use a GET or header method to flood your website, however the above should fix it.</p><p></p><p></p><p></p><p>This would do nothing as the request load could just be increased with a stronger amount of bots. The efficient way would be to block the request if it exceeds a certain amount as seen above.</p><p></p><p>Pretty sure IPtables is used for Linux based servers, not Windows, which is what most retros use, either IIS or NGINX as the webserver. Also, Psychez Networks is a hosting company that allows spoofed methods, which is what I assume the HTTP flood they are using requires. Also, there would be no reason to sit there and block multiple IPs when IIS has a built-in addon that does it for you. Either use that or switch to NGINX and use a load balancer and also redirect all traffic exceeding the limit to a nulled route.</p></blockquote><p></p>
[QUOTE="Hypothesis, post: 460840, member: 83881"] If you are using IIS, just download IP Address and Domain Restriction as an addon, then set the max concurrent requests to 5 and the maximum number of requests to 5. Add the security tag to your web.config along with the dynamic IP headers. This will automatically block any IP address that attempts to continuously flood a certain path, which is what most of these attacks appear to do. No one can actually down the server, only use a GET or header method to flood your website, however the above should fix it. This would do nothing as the request load could just be increased with a stronger amount of bots. The efficient way would be to block the request if it exceeds a certain amount as seen above. Pretty sure IPtables is used for Linux based servers, not Windows, which is what most retros use, either IIS or NGINX as the webserver. Also, Psychez Networks is a hosting company that allows spoofed methods, which is what I assume the HTTP flood they are using requires. Also, there would be no reason to sit there and block multiple IPs when IIS has a built-in addon that does it for you. Either use that or switch to NGINX and use a load balancer and also redirect all traffic exceeding the limit to a nulled route. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Ddos attack
Top