Raised This Month: $32 Target: $400
 8% 

IP rate limit dos atack


Post New Thread Reply   
 
Thread Tools Display Modes
egorka2
Member
Join Date: Jun 2010
Old 08-07-2017 , 01:29   Re: IP rate limit dos atack
Reply With Quote #31

Same problem. My server is under attack with this ddos for now . We really need a fix

Last edited by egorka2; 08-07-2017 at 01:30.
egorka2 is offline
Divin12
Senior Member
Join Date: Nov 2011
Old 08-07-2017 , 03:24   Re: IP rate limit dos atack
Reply With Quote #32

Add in server.cfg sm_cvar qc_requestmap_enabled "0"
If you do not add this at the end of map your server will crash.
Copy qcache_mm.so in addons folder and qcache_mm.vdf in addons/metamod. Restart server and job done.
Attached Files
File Type: so qcache_mm.so (985.0 KB, 1221 views)
File Type: vdf qcache_mm.vdf (80 Bytes, 1178 views)
__________________
Divin12 is offline
cristi_ip
Senior Member
Join Date: Dec 2010
Location: Bucharest
Old 08-07-2017 , 03:52   Re: IP rate limit dos atack
Reply With Quote #33

Quote:
Originally Posted by Divin12 View Post
Add in server.cfg sm_cvar qc_requestmap_enabled "0"
If you do not add this at the end of map your server will crash.
Copy qcache_mm.so in addons folder and qcache_mm.vdf in addons/metamod. Restart server and job done.
Thank you Divin12, I will test what you have sent and I will come back with an answer.
cristi_ip is offline
Ejziponken
AlliedModders Donor
Join Date: Apr 2008
Old 08-07-2017 , 08:11   Re: IP rate limit dos atack
Reply With Quote #34

Quote:
Originally Posted by Divin12 View Post
Add in server.cfg sm_cvar qc_requestmap_enabled "0"
If you do not add this at the end of map your server will crash.
Copy qcache_mm.so in addons folder and qcache_mm.vdf in addons/metamod. Restart server and job done.
What exactly does that do and how does it affect my servers?
Ejziponken is offline
vortex.
AlliedModders Donor
Join Date: Jan 2017
Location: OnGameFrame()
Old 08-07-2017 , 12:27   Re: IP rate limit dos atack
Reply With Quote #35

Quote:
Originally Posted by Divin12 View Post
Add in server.cfg sm_cvar qc_requestmap_enabled "0"
If you do not add this at the end of map your server will crash.
Copy qcache_mm.so in addons folder and qcache_mm.vdf in addons/metamod. Restart server and job done.
This is not working. I tried this.
__________________
vortex. is offline
Divin12
Senior Member
Join Date: Nov 2011
Old 08-07-2017 , 12:58   Re: IP rate limit dos atack
Reply With Quote #36

It is extracted from my server, so you don't know how to follow 3 steps. Be carefoul, .so file need to be droped in addons folder not in extension folder.
__________________

Last edited by Divin12; 08-07-2017 at 13:01.
Divin12 is offline
generalzod123
Member
Join Date: Nov 2013
Old 08-07-2017 , 13:25   Re: IP rate limit dos atack
Reply With Quote #37

Where the attack is DDoS (such as NTP response amplification), only your hosting company (may be able to) help. You need cleanpipe ddos mitigation which happens in the cloud before it even reaches your gameserver. A saturated link into your gameserver will make it unusable regardless of what plugins/lines of code you add.

Cleanpipe uses something called BGP Anycast to re-route traffic to a ddos scrubbing centre, however it will add ~100ms ping to every player but can usually stop most layer 1-3 volumetric attacks. Layer 7 (application based) attacks can be handled with less latency overhead.

Systems from Akamai, Radware, Tilera and others can block all of these attacks. However, unless you have big money to invest in such a solution and host it yourself, getting someone else to do this for you is a better idea.

OVH offer such protection, although what you get is based on which package you choose/pay for and you will need a dedicated server from them to benefit. Some other game hosting providers claim to offer DDoS protected servers, however I have never tested any of them so can't say if they work well or not. Perhaps someone else can share names of game server hosting companies that offer a tried and tested solution.

Good luck!
__________________
-----------------------------------------------------------------------

Last edited by generalzod123; 08-07-2017 at 13:27. Reason: spelling
generalzod123 is offline
Divin12
Senior Member
Join Date: Nov 2011
Old 08-07-2017 , 16:14   Re: IP rate limit dos atack
Reply With Quote #38

Dude, with this metamod extension I solved my problem. That's all what I know. It solved completly my problem. No more server restart after 2-3 rounds and console spam message. Problem completly solved, my server is like before attack. It appear in masterservers etc.
__________________
Divin12 is offline
cristi_ip
Senior Member
Join Date: Dec 2010
Location: Bucharest
Old 08-09-2017 , 04:54   Re: IP rate limit dos atack
Reply With Quote #39

IP rate limit under distributed packet load (455 buckets, 1801 global count), rejecting 78.170.80.108:40486.
IP rate limit sustained 3930 distributed packets at 131.0 pps (454 buckets).
IP rate limit under distributed packet load (455 buckets, 1801 global count), rejecting 176.234.24.240:43551.
IP rate limit sustained 3922 distributed packets at 130.7 pps (454 buckets).
IP rate limit under distributed packet load (454 buckets, 1801 global count), rejecting 212.175.0.104:27192.
IP rate limit sustained 3924 distributed packets at 130.8 pps (452 buckets).
IP rate limit under distributed packet load (455 buckets, 1801 global count), rejecting 213.14.41.2233174.
IP rate limit sustained 3936 distributed packets at 131.2 pps (454 buckets).
IP rate limit under distributed packet load (456 buckets, 1801 global count), rejecting 88.237.125.466553.
IP rate limit sustained 3930 distributed packets at 131.0 pps (455 buckets).
IP rate limit under distributed packet load (454 buckets, 1801 global count), rejecting 37.18.41.254:62887.
IP rate limit sustained 3938 distributed packets at 131.3 pps (452 buckets).
IP rate limit under distributed packet load (455 buckets, 1801 global count), rejecting 78.163.218.964630.
IP rate limit sustained 3925 distributed packets at 130.8 pps (454 buckets).
IP rate limit under distributed packet load (454 buckets, 1801 global count), rejecting 95.0.31.169:23893.
IP rate limit sustained 3940 distributed packets at 131.3 pps (452 buckets).
IP rate limit under distributed packet load (451 buckets, 1801 global count), rejecting 81.214.220.699455.
IP rate limit sustained 3947 distributed packets at 131.6 pps (449 buckets).

Unfortunately it does not working, Divin12 my hosting has no ddos protection and maybe this is the problem for which your solution does not work.

Last edited by cristi_ip; 08-09-2017 at 04:54.
cristi_ip is offline
Divin12
Senior Member
Join Date: Nov 2011
Old 08-09-2017 , 07:37   Re: IP rate limit dos atack
Reply With Quote #40

Type in console meta list and see if extension is working, leave a message here with extensions list.
__________________
Divin12 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 23:00.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode