PC Review


Reply
Thread Tools Rate Thread

How to find which service is using which port?

 
 
=?Utf-8?B?U29waGlh?=
Guest
Posts: n/a
 
      21st Feb 2004
Hi

Is there a way to find out which service is using which UDP port?

I am trying to install an application but the installation process keeps indicating the
UDP port is used by some other service and needs to disable it

I know the UDP port but cannot identify which service

Thanks
Sophia
 
Reply With Quote
 
 
 
 
SaltPeter
Guest
Posts: n/a
 
      22nd Feb 2004

"Sophia" <(E-Mail Removed)> wrote in message
news:FA0A8028-7B32-4BA7-8AB4-(E-Mail Removed)...
> Hi,
>
> Is there a way to find out which service is using which UDP port?
>
> I am trying to install an application but the installation process keeps

indicating the
> UDP port is used by some other service and needs to disable it.
>
> I know the UDP port but cannot identify which service.
>
> Thanks,
> Sophia


Would have helped if you had mentioned the application / service...

Whats wrong with netstat?

netstat -a for all connections
netstat -e for ethernet stats
netstat -r for routing table + connections

netstat -a > makeafileondisk.txt



 
Reply With Quote
 
 
 
 
Marc Reynolds [MSFT]
Guest
Posts: n/a
 
      22nd Feb 2004
Try tcpview from www.sysinternals.com


--

Thanks,
Marc Reynolds
Microsoft Technical Support

This posting is provided "AS IS" with no warranties, and confers no rights.


"Sophia" <(E-Mail Removed)> wrote in message
news:FA0A8028-7B32-4BA7-8AB4-(E-Mail Removed)...
> Hi,
>
> Is there a way to find out which service is using which UDP port?
>
> I am trying to install an application but the installation process keeps

indicating the
> UDP port is used by some other service and needs to disable it.
>
> I know the UDP port but cannot identify which service.
>
> Thanks,
> Sophia



 
Reply With Quote
 
personX
Guest
Posts: n/a
 
      26th Feb 2004
theres a tool from foundstone called fport.
you run it from CMD, and it gives u the netstat output and
the services that are mapped to it. with this ushould get
all you should need. alos ther are a number of freeware
gui apps that do the same thing.
>-----Original Message-----
>Hi,
>
>Is there a way to find out which service is using which

UDP port?
>
>I am trying to install an application but the

installation process keeps indicating the
>UDP port is used by some other service and needs to

disable it.
>
>I know the UDP port but cannot identify which service.
>
>Thanks,
>Sophia
>.
>

 
Reply With Quote
 
corigo
Guest
Posts: n/a
 
      19th Oct 2006

>Whats wrong with netstat?


How about the obvious? netstat doesn't tell you which application is
using which port!



--
corigo
------------------------------------------------------------------------
Posted via http://www.webservertalk.com
------------------------------------------------------------------------
View this thread: http://www.webservertalk.com/message130316.html

 
Reply With Quote
 
New Member
Join Date: Aug 2011
Posts: 1
 
      14th Aug 2011
Quote:
Originally Posted by corigo View Post

>Whats wrong with netstat?

How about the obvious? netstat doesn't tell you which application is
using which port!
It does, with the -p option, eg:

server:~# netstat -ulnp | grep 111
udp 0 0 0.0.0.0:111 0.0.0.0:* 643/portmap

-u: udp
-l: listening
-n: numeric
-p: process

see netstat -h

Regards,
Gregor

--
www.meineparty.at
www.unwired.at
www.netz4alle.at
 
Reply With Quote
 
New Member
Join Date: Apr 2013
Posts: 1
 
      18th Apr 2013
HI
I have a similar problem, i installed an application in windows server 2008 which needs to be connected to a service through port 9000, when i try to use netstat all the ports shown as established or listening the 9000 is not listed and when i try to open it with telnet it cannot be opened? assistance please
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I find out which apps are using .NET and which not? occam Windows XP General 3 26th Nov 2009 07:35 PM
Which mobo? which CPU? which RAM? Is the new system worth it??? padiq75@googlemail.com DIY PC 5 5th Jul 2007 01:05 AM
Find multiple characters in one find using MSword find/replace =?Utf-8?B?Q2xpZmY=?= Microsoft Word Document Management 2 29th Oct 2006 08:48 PM
how to find out which service is using which port? =?Utf-8?B?U29waGlh?= Microsoft Windows 2000 3 22nd Feb 2004 11:53 PM
How to find which service is using which port? =?Utf-8?B?U29waGlh?= Microsoft Windows 2000 Security 1 22nd Feb 2004 01:58 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:03 PM.