Jump to content

HELP, how to view that?


S98098
 Share

Recommended Posts

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 -n

Active 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              LISTENING

The way this works is:

Col 1 is the protocol, basically what type of data

Col2: 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 42

Col3: 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 0

Col4: The current state of the connection, whether it is LISTENING: awating connection, or ESTABLISHED: connected

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy