Port 22 specifically. I installed freeSSHd on a windows server 2008 box that only runs IIS. When i try to start the SSH Service, it tells me that the port is already being used. How can I find out what service is utilizing this port?
|
Sysinternals TCPView will show you TCP/UDP ports that are in use and the processes that are using them.
|
|||||||
|
|
netstat in Windows 2008: Start Command prompt with "Run as administrator", then type Command runs faster in numerical form ( To filter the output and check only udp ports: use |
||||
|
|
|
|
|||
|
|
|
Take it to the next level with CurrPorts by NirSoft:
Not only that but:
|
||||
|
|
|
Sample output: Active Connections Proto Local Address Foreign Address State PID TCP john:2817 localhost:2818 ESTABLISHED 972 [firefox.exe] TCP john:2818 localhost:2817 ESTABLISHED 972 [firefox.exe] TCP john:2821 localhost:2822 ESTABLISHED 972 [firefox.exe] TCP john:2822 localhost:2821 ESTABLISHED 972 [firefox.exe] TCP john:3177 peak-colo-196-219.peak.org:http ESTABLISHED 972 [firefox.exe] TCP john:3182 peak-colo-196-219.peak.org:http ESTABLISHED 972 [firefox.exe] TCP john:2879 67.69.247.70:http CLOSE_WAIT 972 [firefox.exe] TCP john:2880 67.69.247.70:http CLOSE_WAIT 972 [firefox.exe] TCP john:2881 67.69.247.70:http CLOSE_WAIT 972 [firefox.exe] TCP john:2882 67.69.247.70:http CLOSE_WAIT 972 [firefox.exe] TCP john:2883 67.69.247.70:http CLOSE_WAIT 972 [firefox.exe] TCP john:2884 67.69.247.70:http CLOSE_WAIT 972 [firefox.exe] |
|||||||||||||
|



