0

I am trying to run VNC at 5900, but allegedly some process is holding it, thus vnc complains: NOT accepting connections.

how to fix that

ultraman
  • 143
  • 1
  • 4
  • 10

5 Answers5

6

start -> run -> cmd -> netstat -b

Keith
  • 2,429
  • 1
  • 22
  • 18
2
  • Is it already installed as a service, but you're launching it as a client? The service will already have the port open.
  • Is the built-in firewall interfering?
  • As a temporary work-around, have you considered just bumping the display port by 1? This serves as a diagnostic - if you can connect to {host IP}:5901 just fine, then most likely the port really is taken. If that host-port combo also fails, then it's more likely your firewall is causing you grief.
Avery Payne
  • 14,536
  • 1
  • 51
  • 88
1

TCPView from sysinternals - http://technet.microsoft.com/en-us/sysinternals/bb897437.aspx

The entire sysinternals suite is highly recommended.

rorr
  • 622
  • 4
  • 8
0

download and run cports which is available here. this will tell you what process is listening on what ports.

Jim B
  • 24,081
  • 4
  • 36
  • 60
0

sure there are other tools but http://www.netlimiter.com/ is one tool i have used in the past

Simon
  • 123
  • 7