From your command line, use the following command to determine what IP's are connected to your server, and you can also see how many connections each IP have been made made.
netstat -anp |grep 'tcp\|udp' | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n
- 0 Users Found This Useful
相關文章
Powered by WHMCompleteSolution