all visitor have same IP (my server IP)

activa nginx-forum at nginx.us
Thu Apr 12 02:42:25 UTC 2012


is already compiled and loaded and confugured . 

is normal to see alot of connexion from my server ip  in the port 80 ? 

netstat -lanp | grep :80 | awk '{print $5}' | cut -d: -f1 | sort | uniq
-c | sort -n

      7 196.206.28.201
      7 196.217.50.190
      7 41.248.138.71
      7 70.174.161.141
      8 207.241.237.235
      8 217.139.202.185
      8 41.140.19.86
      8 90.148.88.74
      9 217.139.201.96
      9 92.113.24.135
     42 178.137.166.228
   2029 xxx.xxx.xxx.xxx  (this is ip server ) . 

nginx is a proxy for apache (port 8081) . 

 netstat -lanp | grep :8081 | awk '{print $5}' | cut -d: -f1 | sort |
uniq -c | sort -n
      1 0.0.0.0
   2146 xxx.xxx.xxx.xxx  (this is ip server ) 


is this normal or not ? 

i have firewall that kill and ban a large simultanous connexion in the
port 80 , and my server ip get banned . and the hosted websie no longer
work .

Posted at Nginx Forum: http://forum.nginx.org/read.php?2,225171,225194#msg-225194



More information about the nginx mailing list