Skip to main content

All Questions

Tagged with
0 votes
0 answers
262 views

Ncat: Connection Refused when connecting on Linux server

I created a java application and ran it with docker inside a linux server XX.XX.XX.XX. That application should listen behind port 105 of that server. In fact, by executing the "netstat -an | grep ...
El_Merendero's user avatar
-2 votes
1 answer
12k views

How to find open port on specific IP address in Windows 10?

At work, we connected print-server to a printer via USB, to make a printer network-available. Setting-up as network printer was successful, but at work, additionally we need to specify a port number. ...
Askar's user avatar
  • 133
0 votes
0 answers
782 views

After opening port 443 in windows firewall as inbound rule, I cannot see it when I run 'netstat -an'

As an inbound rule on Windows 10 firewall, I added port 443 as TCP connection allowing all types of connections. However, I cannot see it when I run 'netstat -an'. How can I get it so that I see my ...
KaneHarry729's user avatar
2 votes
0 answers
149 views

Netstate and process that are not there?

8080 port is occupied so I can not start glass fish server on it , so I use netstate and find the PID of program whom use that port , but problem start here there is no process or service with this ...
johnny is here's user avatar
0 votes
1 answer
447 views

Meaning of Local TCP number after double colon when using netstat -a -b -n

Attempting to diagnose port/connection issues and ran into the following output. I know "::" means "any" (replaces consecutive 0's), but what does the 1 mean? It's on chrome, as ...
Jon F.'s user avatar
  • 1
0 votes
0 answers
997 views

java.exe opens up hundreds of ports on 127.0.0.1 on a windows 10 computer and listens to itself

After I ran netstat -ab with admin right on my win10 computer, which is not running anything "java" related on the desktop nor there is "java.exe" in taskmanager's "detailed ...
eliu's user avatar
  • 103
0 votes
1 answer
2k views

How to find open ports using netstat?

When I do a netstat -tuln, I get the following output Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 127.0.0.1:25 0.0.0.0:* ...
nishanth2066's user avatar
10 votes
1 answer
4k views

Port 9001 used by Microsoft-HTTPAPI/2.0

The port 9001 seems to be used by Microsoft-HTTPAPI/2.0. I get this from the browser doing a http://localhost:9001/ HTTP/1.1 404 Not Found Content-Type: text/html; charset=us-ascii Server: Microsoft-...
Stéphane Gerber's user avatar
0 votes
1 answer
3k views

Understanding netstat output

Below is an output from a netstat command: TCP 0.0.0.0:135 0.0.0.0:0 LISTENING TCP 0.0.0.0:445 0.0.0.0:0 LISTENING TCP 0.0.0.0:5040 ...
Nina G's user avatar
  • 117
1 vote
0 answers
603 views

How to find a process that is using a port if it is not displayed even in netstat?

I am using a software development IDE (Intellij) that is using local machine port 5005 for Java program debugging. In some occasions it reports that it cannot connect because the port is being used or ...
JustAMartin's user avatar
  • 1,601
1 vote
1 answer
3k views

Listen for incoming request on port on Linux, then run command

I am after as lightweight as possible solution to listen on a port for a specific request, then run a command should the port be hit and the correct request be recedved. Eg. Send a request to 192.168....
Elliot Reed's user avatar
1 vote
1 answer
1k views

PID 4 Using Port 80 - IIS Unable To Bind

So I've been having a problem where I can't use localhost:80 on IIS So I ran this: > netstat -ano | find "0:80" And got: TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 4 ...
Matt Cowley's user avatar
0 votes
1 answer
2k views

Port 80 used by Microsoft-HTTPAPI/2.0

The port 80 is used by Microsoft-HTTPAPI/2.0 and cannot be stopped. I have tried many solutions, but no one worked. Here is what I have done. Also, here is what is on the page : Not Found HTTP Error ...
Félix Desjardins's user avatar
0 votes
1 answer
107 views

SVC Host service not visible in Svchost viewer

Some port required by my application was put in TIME_WAIT status by svchost which I found by running netstat. I used this application called Svchost Viewer to track the PID corresponding to the ...
Parth Mody's user avatar
1 vote
3 answers
1k views

Some program occupy port 80. What is it?

I am trying to run netstat and this is what I got Proto Local Address Foreign Address State TCP 127.0.0.1:5550 TOSHIBA-PC:49319 ESTABLISHED TCP 127.0.0.1:...
user4951's user avatar
  • 4,801

15 30 50 per page