soniarunin
Regular Member
- Jul 17, 2017
- 201
- 35
I hire professional to get rid from the server attack, but still the problem exists, servers are in the Spain, anyone here guide me regarding this problem is helpful, pm me.
OVH hosting provider, not provide such solutionsHave you contacted support surrounding this issue?
I talked to them, but no reply? hope you have another one who solve my problem...As suggested by @TheVigilante try contacting the support of your hosting provider and see what they say. If you don't get any convincing response,
- Go here : https://sucuri.net/website-firewall/ddos-protection
- Pay $20 & set it up.
- Sleep peacefully.
No website
Servers are used for the TV and receivers for live streaming... help require
netstat -n | grep :80 |wc –l
netstat -anp |grep 'tcp\|udp' | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort –n
Linux OsMore info would be appreciated. What kind of OS are you running on ?
Have you checked your Logs if the attack is coming from a single IP or a specific IP range ?
Can you past the output of these commands :
Code:netstat -n | grep :80 |wc –l
Code:netstat -anp |grep 'tcp\|udp' | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort –n