シミュレーション半接続キューがいっぱいです.

556 ワード

         :


    192.169.137.2


     192.168.137.3 


iptables -I INPUT -s 192.168.137.2 -j DROP             :


netstat -lnpa | grep :8080  | awk '{print $6}' | sort | uniq -c | sort -rn


node1:/root#netstat -lnpa | grep :8080  | awk '{print $6}' | sort | uniq -c | sort -rn
      6 SYN_RECV
      1 LISTEN
	  
	  
node1:/root#netstat -lnpa | grep :8080  | awk '{print $6}' | sort | uniq -c | sort -rn
     16 SYN_RECV
      1 LISTEN
	  
      SYN_RECV           0      16,      ,    16           。