Results 1 to 3 of 3

Thread: How To Use Netstat

  1. #1
    Join Date
    Nov 2005
    Posts
    56

    How To Use Netstat

    How To Use Netstat?

  2. #2
    Join Date
    Dec 2007
    Posts
    19
    1.Click START button and type “Cmd” in RUN
    2.In new black window type: netstat –b
    3.If you IM or watch someone cam watch in command window in which you typed netstat for IP shown next to YPeger.exe (if using Messenger for Yahoo) which has address which suggest ISP not Yahoo or akamei. Yahoo addresses will have “yahoo” in its part (example scsc.msg.yahoo.com). ISP addresses will have abbreviations of ISP names as rr- Road Runner, level3 – Leve3 Communication, vzn – Verizon, cmcst – Comcast, ntz - NetZero etc etc.

  3. #3
    Join Date
    Jan 2008
    Posts
    644
    Netstat is a utility that you can use to display your computer's connections to the Internet. It's a useful tool for monitoring connections and diagnosing problems. You can tweak netstat commands by adding arguments at the end of the command.

    1. Close all open programs on your computer. Click the start button. Click "Run." Type the word "cmd" in the run box. This will display a command prompt.

    2. Type in "netstat" at the command prompt, followed by the argument that you want to use. For a list of all netstat arguments, type "netstat /?."

    3. Use "netstat -a" to get a list of all open network and Internet connections. To see IP addresses rather than names, use the "-an" argument.

    4. Specify which type of protocols are in use. Type "netstat -p TCP" to show only TCP connections. Type "netstat -p UDP" to show UDP traffic.

    5. Enter "netstat interval 10" to have netstat information displayed every 10 seconds. Replace the 10 with any number you want to use. To stop, press "ctrl" and "c" at the same time.

    6. Create a file by typing ">" followed by the file location and name of the text file after your netstat command. For example, "netstat -a >c:\log.txt" will create a file called log.txt on the C drive. The file will contain the netstat results. Open the file with Windows notepad.

    7. Check out active routes by typing "netstat -r." This displays your routing tables, including destination address, net mask and gateway.

Similar Threads

  1. Need to know Output of netstat -plantu?
    By Genna in forum Networking & Security
    Replies: 6
    Last Post: 21-06-2011, 10:29 AM
  2. netstat foreign ip address’s found
    By Rhy's in forum Networking & Security
    Replies: 1
    Last Post: 31-05-2011, 01:01 AM
  3. netstat command in Linux
    By Bruno007 in forum Tips & Tweaks
    Replies: 3
    Last Post: 14-09-2010, 07:55 PM
  4. netstat
    By doogles in forum Networking & Security
    Replies: 5
    Last Post: 10-12-2008, 11:30 AM
  5. dns.exe 2500 open ports in netstat -ab
    By ThorstenK in forum Windows Server Help
    Replies: 22
    Last Post: 26-08-2008, 11:19 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,967,181.80018 seconds with 17 queries