| Analyzing Open Ports and Their Listening Processes |
Mindwatering Incorporated
Tripp W Black on 05/05/2006 at 09:59 AM |
Category: Domino Server Issues Troubleshooting, Microsoft Server Software
Other
Other/Misc.
|
Use netstat command to analyze the current open ports and the tasks/processes listening/using those ports.
e.g netstat -nao | more
Displays network connections including the protocol (TCP or UDP), the IP address, the ports listening, and the PID/process using port, one page at a time.
previous page
|