Welcome to HBH! If you had an account on hellboundhacker.org you will need to reset your password using the Lost Password system before you will be able to login.

'Netstat' Displaying Internet Connections Using


'Netstat' Displaying Internet Connections Using

By ghostghost | 4771 Reads |
0     0

Displaying Internet Connections Using Netstat

Netstat is a network diagnostic program you can use for any TCP/IP connection–Internet connections or LANs. You can run Netstat to see which computers your computer is connected to over the Internet–not the ISP to which you dial in, but other Internet hosts to or from which you are transferring information.

To run Netstat, open a Command Prompt window by choosing Start | All Programs | Accessories | Command Prompt. Then type the following:

netstat

When you press ENTER, you see a listing of the Internet connections currently running, like this:

Active Connections

Proto Local Address Foreign Address State

TCP inspiron7000:4683 ftp1.us.dell.com:ftp ESTABLISHED

TCP inspiron7000:4684 wx.iecc.com:pop3 SYN_SENT

TCP inspiron7000:4687 pop.vip.sc5.yahoo.com:pop3 TIME_WAIT

TCP inspiron7000:4689 smtp.america.net:smtp ESTABLISHED

TCP inspiron7000:4690 books.iecc.com:http SYN_SENT

TCP inspiron7000:4431 msgr-ns9.msgr.hotmail.com:1863 ESTABLISHED

This listing shows that the computer is connected to other computers for receiving Web pages (the 80 or http at the end of the address signifies the port commonly used for Web page retrieval), for file transfer (ftp), for sending mail (smtp), for receiving mail (pop3), and for instant messaging.

tip To see a listing of all the command-line options for the Netstat program, type netstat /h at the DOS prompt.

Comments
ghost's avatar
ghost 18 years ago

http://scotnet1.com/xp/connecting/8.htm

Sorry God, couldn't resist :D