Look at this ??
Is this an attack or what ? how can i have 300 connections form the primary server IP ??? and how can I stop that ?? i've never seen something like this...
## Just pasted the last lines from the output of the next command:
netstat -an | grep :80 | awk '{ print $5 }' | awk -F: '{ print $1 }' | sort | uniq -c | sort -n
4 201.226.99.61
4 201.228.28.110
4 71.122.139.171
4 87.217.24.5
5 200.72.163.226
5 83.32.103.200
17 200.121.185.120
104 168.243.249.17
301 [PRIMARY_SERVER_IP] ----------------> THIS LINE
Is this an attack or what ? how can i have 300 connections form the primary server IP ??? and how can I stop that ?? i've never seen something like this...
## Just pasted the last lines from the output of the next command:
netstat -an | grep :80 | awk '{ print $5 }' | awk -F: '{ print $1 }' | sort | uniq -c | sort -n
4 201.226.99.61
4 201.228.28.110
4 71.122.139.171
4 87.217.24.5
5 200.72.163.226
5 83.32.103.200
17 200.121.185.120
104 168.243.249.17
301 [PRIMARY_SERVER_IP] ----------------> THIS LINE