Posts: 893
Threads: 132
Joined: May 2012
Reputation:
0
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?
Posts: 240
Threads: 5
Joined: Nov 2017
you can check if there is any incoming connections. (gO0gle it)
Posts: 119
Threads: 19
Joined: Nov 2016
Reputation:
0
You can ask your hosting provider for that
You will receive an email if there's an incoming attack and when it ends. You won't get any IP data of attackers.
Posts: 27
Threads: 1
Joined: Jul 2011
Reputation:
0
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.
Posts: 10
Threads: 1
Joined: Jul 2013
Reputation:
0
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.
Posts: 893
Threads: 132
Joined: May 2012
Reputation:
0
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.
Posts: 27
Threads: 1
Joined: Jul 2011
Reputation:
0
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.