The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Help with Netstat & Ports

    Discussion in 'Windows OS and Software' started by endframe, Sep 21, 2010.

  1. endframe

    endframe Notebook Enthusiast

    Reputations:
    0
    Messages:
    12
    Likes Received:
    0
    Trophy Points:
    5
    Hi all,

    I'm trying to figure out a way using a netstat command that I've done something similar to it before, basicly what I did is to bring out some open ports or something like that, and then the follow-up comes with another command to find out with application is using that port, and that's mostly what I need here. I want a way to find out which program is using a certain port that I wanna type the number of it myself.

    Let's say as an example, I wanna know which program is using the port 1111, is there a way for this? Thanks.
     
  2. gerryf19

    gerryf19 I am the walrus

    Reputations:
    2,275
    Messages:
    3,990
    Likes Received:
    0
    Trophy Points:
    105
  3. endframe

    endframe Notebook Enthusiast

    Reputations:
    0
    Messages:
    12
    Likes Received:
    0
    Trophy Points:
    5
    Thanks, I just downloaded it but whenever I try to open it, it gives me an error (Error Getting Ports List!). Do you know how I can solve this?

    Thanks again.
     
  4. gerryf19

    gerryf19 I am the walrus

    Reputations:
    2,275
    Messages:
    3,990
    Likes Received:
    0
    Trophy Points:
    105
    hmm, 64-bit OS? Or maybe you are using Windows 7 or Vista and it is not permitted?

    did you try

    netstat -b -t 10
     
  5. endframe

    endframe Notebook Enthusiast

    Reputations:
    0
    Messages:
    12
    Likes Received:
    0
    Trophy Points:
    5
    I'm using Vista 32-bit, and I tried to open it as admin ; same error comes out.

    The command you posted is great and works well on TCP ports, but why can't I see UDP ports?

    Any other way to make the freeware work with me?


    Thanks.
     
  6. endframe

    endframe Notebook Enthusiast

    Reputations:
    0
    Messages:
    12
    Likes Received:
    0
    Trophy Points:
    5
    Any luck figuring it out, anyone?
     
  7. Pitabred

    Pitabred Linux geek con rat flail!

    Reputations:
    3,300
    Messages:
    7,115
    Likes Received:
    3
    Trophy Points:
    206
    Try typing 'netstat /?'

    You can do 'netstat -b -p UDP -t 10'