My server is under attack!
When I use netstat -anp | grep :80
I get the following listing:
tcp 0 0 162.167.98.11:80 5.189.156.224:58211 SYN_RECV -
tcp 0 0 162.167.98.11:80 5.189.156.224:39608 SYN_RECV -
tcp 0 0 162.167.98.11:80 5.189.156.224:33261 SYN_RECV -
tcp 0 0 162.167.98.11:80 5.189.156.224:56951 SYN_RECV -
There are tens of lines like this.
Please help me to understand this listing and how can I protect the server against this IP that is making a huge amount of requests. I'm using fail2ban that is configured against DDOS attacks but it looks that I'm missing something.
The server is a virtual machine running Ubuntu 12.04