Raised This Month: $51 Target: $400
 12% 

Hosting own CS:GO servers - DDoS Protection help


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Nexicon
Senior Member
Join Date: Feb 2017
Old 03-08-2017 , 19:55   Hosting own CS:GO servers - DDoS Protection help
Reply With Quote #1

Hello,

I have a dedicated Game Server at OVH in France but the its too far away from Denmark where i live.
All server providers in Denmark use OVH in France due to the DDoS Protection and its the best but i'm looking to host my own CS:GO server. I have 500 Mbps network at home.

I have been reading up on Cisco firewall to the DDoS Protection but will it work and OK-cheap? Before i moved to OVH i did have G-Portal that have location in Germany but due to VSE DDoS Attack and they don't care about that kind of attack i moved to OVH.

"VSE is a Valve Source Engine UDP based DDoS that are meant for games using this specific Game Engine." - It spam the connection between Steam and the Game Server (After what i know?).

I was thinking about maybe having a cisco catcher + firewall to protect the servers. I remember a community back in 2009-2012 that was running on home network with only 100 mbps and he was fixing the DDoS everytime so it should be possible, right?

Any idea or help?

Move it if its in the wrong section

Last edited by Nexicon; 03-08-2017 at 20:23.
Nexicon is offline
Nexicon
Senior Member
Join Date: Feb 2017
Old 03-08-2017 , 20:06   Re: Hosting own CS:GO servers - DDoS Protection help
Reply With Quote #2

And here is the VSE script (From a Russian Hack forum i found on Google)

http://pastebin.com/43YL6Uy0

OVH block it with a catcher but any other ideas?

Last edited by Nexicon; 03-08-2017 at 22:43.
Nexicon is offline
Nexicon
Senior Member
Join Date: Feb 2017
Old 03-11-2017 , 15:28   Re: Hosting own CS:GO servers - DDoS Protection help
Reply With Quote #3

Anyone know if hetzner.de have great DDoS Protection?
Nexicon is offline
Cooky
Veteran Member
Join Date: Jun 2010
Location: 127.0.0.1
Old 03-12-2017 , 12:55   Re: Hosting own CS:GO servers - DDoS Protection help
Reply With Quote #4

Quote:
Originally Posted by Nexicon View Post
Anyone know if hetzner.de have great DDoS Protection?
Hmmm.. no! Avoid them... they will block your server if it's getting DDoS-ed..
Cooky is offline
OSWO
Senior Member
Join Date: Jul 2015
Location: United Kingdom, London
Old 03-12-2017 , 13:33   Re: Hosting own CS:GO servers - DDoS Protection help
Reply With Quote #5

Most server providers block connections to your server to mitigate damage lol.
__________________
SourceTimer | WeaponSkins++ | BasePlugins++ https://github.com/OSCAR-WOS
OSWO is offline
Bara
AlliedModders Donor
Join Date: Apr 2012
Location: Germany
Old 03-13-2017 , 02:59   Re: Hosting own CS:GO servers - DDoS Protection help
Reply With Quote #6

Quote:
Originally Posted by Cooky View Post
Hmmm.. no! Avoid them... they will block your server if it's getting DDoS-ed..
https://www.hetzner.de/gb/hosting/ne...en-ddos-schutz
__________________
Discord (Bara#5006) | My Plugins (GitHub)
You like my work? Support is not a crime.
Bara is offline
LeetDonkey
Member
Join Date: Dec 2014
Old 03-13-2017 , 03:01   Re: Hosting own CS:GO servers - DDoS Protection help
Reply With Quote #7

OVH is about the only choice in Europe if you want good (affordable) DDOS protection.
https://www.soyoustart.com/ie is OVHs discount service provider.

You won't need a Cisco firewall to detect VSE DDOS, you can do it with some packet inspection in Linux, you could even do it on the server running SRCDS.
You will however need a big fat pipe to mitigate DDOS with a huge amount of traffic.

Last edited by LeetDonkey; 03-13-2017 at 03:02.
LeetDonkey is offline
Nexicon
Senior Member
Join Date: Feb 2017
Old 03-13-2017 , 08:30   Re: Hosting own CS:GO servers - DDoS Protection help
Reply With Quote #8

Quote:
Originally Posted by LeetDonkey View Post
OVH is about the only choice in Europe if you want good (affordable) DDOS protection.
https://www.soyoustart.com/ie is OVHs discount service provider.

You won't need a Cisco firewall to detect VSE DDOS, you can do it with some packet inspection in Linux, you could even do it on the server running SRCDS.
You will however need a big fat pipe to mitigate DDOS with a huge amount of traffic.
Most of the IPs is IP Spoofing Attacks so this should help, right? https://www.cyberciti.biz/tips/linux...es-attack.html

My plan is to host servers at Hetzner (Atleast try them out) with Linux (Ubuntu).
Any idea on how to block VSE DDoS?
Nexicon is offline
OSWO
Senior Member
Join Date: Jul 2015
Location: United Kingdom, London
Old 03-16-2017 , 14:15   Re: Hosting own CS:GO servers - DDoS Protection help
Reply With Quote #9

PHP Code:
-A INPUT -p udp -m udp --dport 27015 -m state --state NEW -m recent --set --name DEFAULT --rsource
-A INPUT -p udp -m udp --dport 27015 -m state --state NEW -m recent --update --seconds 60 --hitcount 10 --name DEFAULT --rsource -j DROP 
__________________
SourceTimer | WeaponSkins++ | BasePlugins++ https://github.com/OSCAR-WOS
OSWO is offline
Nexicon
Senior Member
Join Date: Feb 2017
Old 03-16-2017 , 14:27   Re: Hosting own CS:GO servers - DDoS Protection help
Reply With Quote #10

Quote:
Originally Posted by OSWO View Post
PHP Code:
-A INPUT -p udp -m udp --dport 27015 -m state --state NEW -m recent --set --name DEFAULT --rsource
-A INPUT -p udp -m udp --dport 27015 -m state --state NEW -m recent --update --seconds 60 --hitcount 10 --name DEFAULT --rsource -j DROP 
Thanks. So i just need to type that in my Linux Terminal?
Nexicon 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 14:14.


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