S98098 Posted January 6, 2005 Report Share Posted January 6, 2005 I want to view the current running connections of my pc, so how?Would appreciate your advice! Quote Link to comment Share on other sites More sharing options...
MARYY Posted January 6, 2005 Report Share Posted January 6, 2005 I'm not sure what you're looking for. But you may try a firewall which has a "Net State" function that can show the currently active connections and the details of these connections. I know Armor2net Personal Firewall can do that. You may have a try. Get it from http://www.armor2net.com. Hope this helps! Quote Link to comment Share on other sites More sharing options...
Redhat Posted January 6, 2005 Report Share Posted January 6, 2005 Use this :) http://www.sysinternals.com/ntw2k/source/tcpview.shtmlOr if you're familiar with the command line, start>run>cmd> netstat -an :) Quote Link to comment Share on other sites More sharing options...
madboy33 Posted January 6, 2005 Report Share Posted January 6, 2005 if you have XP you need to go to start>all programmes>accessories and then command prompt and then netstat -an as redhat has said Quote Link to comment Share on other sites More sharing options...
scuzzman Posted January 7, 2005 Report Share Posted January 7, 2005 A little information on reading the netstat data may be in order...What you'll come up with is this type of output:C:\>netstat -a -nActive Connections Proto Local Address Foreign Address State TCP 0.0.0.0:42 0.0.0.0:0 LISTENING TCP 0.0.0.0:88 0.0.0.0:0 LISTENING TCP 0.0.0.0:135 0.0.0.0:0 LISTENING TCP 0.0.0.0:389 0.0.0.0:0 LISTENING TCP 0.0.0.0:445 0.0.0.0:0 LISTENING TCP 0.0.0.0:593 0.0.0.0:0 LISTENING TCP 0.0.0.0:1038 0.0.0.0:0 LISTENINGThe way this works is:Col 1 is the protocol, basically what type of dataCol2: the ip address and port of the computer you're on in this format ip:port where ip is 0.0.0.0 and port is 42Col3: the ip address and port of the computer you're connected to in this format ip:port where ip is 0.0.0.0 and port is 0Col4: The current state of the connection, whether it is LISTENING: awating connection, or ESTABLISHED: connected Quote Link to comment Share on other sites More sharing options...
homecomputeraid Posted January 7, 2005 Report Share Posted January 7, 2005 TCPView is a nice option because it lets you terminate suspicious connections. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.