Help! How to view the current running connections?

M

melJ8pson

Hello, all! I want to view the current running connections of my pc, so how?
Would appreciate your advice!
 
At command line, run "netstat". This will list all active connections.
"netstat -a" will display listening ports too.

You can download TCPView from www.sysinternals.com if you are not pleased with the crude output of netstat.

Some firewall software also have the feature of showing active connections.
 
Back