과다 TCP연결이 발생할때, 아래와 같이 클라이언트 아이피를 확인하여 방화벽으로 차단한다. ============================ [tohosting.net ~]# netstat -anp | grep :80 | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -nr | head ============================