Q: How do I know if my server is being DDOSed? -
Uberanwar - 09.02.2018
Hi everyone, I'm using a VPS from the OVH to host my server.
I was wondering how to know if my server is being DDOsed, considering the fact that the hosting provider will not notify me if there's any.
And also how can I get the attacker's source? The attacker's ip, etc?
Re: Q: How do I know if my server is being DDOSed? -
Tromond - 09.02.2018
Quote:
Originally Posted by Uberanwar
Hi everyone, I'm using a VPS from the OVH to host my server.
I was wondering how to know if my server is being DDOsed, considering the fact that the hosting provider will not notify me if there's any.
And also how can I get the attacker's source? The attacker's ip, etc?
|
The way you can have any idea of your servers being attacked; is when it goes offline
Does it go down/shut down and prevents you from accessing it?
If you'd like to know the Internet Protocol (IP), you'd have to contact your service provider on the issue and get them to fix or prevent it from happening again.
Re: Q: How do I know if my server is being DDOSed? -
rfr - 09.02.2018
you can check if there is any incoming connections. (gO0gle it)
Re: Q: How do I know if my server is being DDOSed? -
StRaphael - 09.02.2018
You can ask your hosting provider for that
Re: Q: How do I know if my server is being DDOSed? - Astralis - 09.02.2018
You will receive an email if there's an incoming attack and when it ends. You won't get any IP data of attackers.
Re: Q: How do I know if my server is being DDOSed? -
Lvcnr - 10.02.2018
As stated by Astralis, you'd receive an email from OVH when the attack commences, and also when it stops.
The other symptoms of a possible attack could be abnormal increase of your/players' ping to the server. It may also cause repetitive server time-outs or server might repetitively restart, etc.
You aren't fetched with any IP of the attacker by OVH. You can however use tcpdump and try capturing the all the packets for a period during the attack and then manually narrow down to a possible IP.
Re: Q: How do I know if my server is being DDOSed? -
haoss - 10.02.2018
If you're getting attacked and its a windows VPS you could use WireShark and send them the logs, they will know what to do.
Re: Q: How do I know if my server is being DDOSed? -
Uberanwar - 11.02.2018
Thank you everyone. Just contacted the OVH Hosting and they did not detect any DDoS attacks.
So I thought there might be someone who used a kind of hack that crashed the server (yes the server was really crashed). Before it happened, someone previously threatened to do so. I wonder what kind of hack is that?
I checked my server logs but there is no clue.
Re: Q: How do I know if my server is being DDOSed? -
Lvcnr - 14.02.2018
Most likely its a script issue, in that case, which crashes the server when a certain function/action is triggered by a player. You need to check the code.
Re: Q: How do I know if my server is being DDOSed? - Astralis - 16.02.2018
Quote:
Originally Posted by Uberanwar
Thank you everyone. Just contacted the OVH Hosting and they did not detect any DDoS attacks.
So I thought there might be someone who used a kind of hack that crashed the server (yes the server was really crashed). Before it happened, someone previously threatened to do so. I wonder what kind of hack is that?
I checked my server logs but there is no clue.
|
You'd need a crashdetect plugin with -d3 -r params to see what really crashes it.