Results 1 to 4 of 4

Thread: How to Identify Open Ports on local computer

  1. #1
    Join Date
    Oct 2008
    Posts
    93

    How to Identify Open Ports on local computer

    Is there any way to identify or list all the ports that are free as well as already in used by different applications on a PC? This is because Network security is a critical issue for businesses because of the potential for data theft, denial-of-service (DoS) attacks, and other threats, and if such things possibilities are there then it will be needed to search the solution on it, Please help...

  2. #2
    Join Date
    Jan 2009
    Posts
    71

    Re: How to Identify Open Ports on local computer

    To identify ports, open a command console and type the following command:

    netstat -a

    and this same command Have you may tried using unix "netstat" command? I think the "-a" option gives all ports which then you can filter further with a grep pipe. For example:

    % netstat -a |grep abc

    And To view an IP address for local and remote addresses rather than host names, add the -n switch:

    nestat -an

  3. #3
    Join Date
    Feb 2009
    Posts
    56

    Re: How to Identify Open Ports on local computer

    One thing to try there is opening up the task manager? The easiest way to identify and begin monitoring a network port is to look in the services file included with every modern TCP/IP stack. That's C:\WINDOWS\SYSTEM32\DRIVERS\ETC\SERVICES under Windows (Hint: You can use Notepad to view or edit the file -- just double-click on it and choose notepad from the list), or /etc/services under most Unix variants.processes and look for the rnaapp. If you find that there highlight it and click the end task button. Otherwise you would need to find a 3rd party program that lists all active processes similar to what is already seen there.

  4. #4
    Join Date
    Oct 2008
    Posts
    137

    Re: How to Identify Open Ports on local computer

    There are also numerous freeware utilities for windows that will show you used ports. I use software to connect to and program alarm systems and various cctv units. On occasion we (other techs and I) get errors like that. Typically we end up figuring out which rogue app is using the port and shut it down, but an app that would list all the ports being used would save us valuable time.

Similar Threads

  1. UDP ports getting Scans from local computer
    By Kalatapaswi in forum Networking & Security
    Replies: 5
    Last Post: 20-06-2011, 10:08 PM
  2. Replies: 5
    Last Post: 24-12-2010, 02:07 PM
  3. What ports do i open for vpn
    By M. Rafi in forum Networking & Security
    Replies: 3
    Last Post: 11-08-2009, 07:13 PM
  4. What ports should I open and how
    By cobrakaun in forum Networking & Security
    Replies: 5
    Last Post: 03-02-2009, 11:26 PM
  5. How to open ports?
    By Yaropolk in forum Technology & Internet
    Replies: 3
    Last Post: 13-10-2008, 07:18 PM

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,714,002,573.24919 seconds with 17 queries