RealVNC server not connecting locally after update from 20.10 to 21.04

Karl Auer kauer at biplane.com.au
Mon Apr 26 13:57:50 UTC 2021


On Mon, 2021-04-26 at 15:09 +0200, Gilles Gravier wrote:
> I can connect from cloud to my machine but when I connect to the
> configured port from LAN, I get a connection refused. Even if I
> telnet localhost 5900 ...

"Connection refused" means nothing is listening on that port (or, less
likely, that something is actively rejecting inbound packets to that
port).

You can check like this:

   netstat -an | grep 5900

Cloud connections are often initiated from the client. Clients set up
an outbound connection, and don't listen for connections in the
"normal" way. I say this from a position of ignorance about how VNC
does things.

Regards, K.

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Karl Auer (kauer at biplane.com.au)
http://www.biplane.com.au/kauer

GPG fingerprint: 2561 E9EC D868 E73C 8AF1 49CF EE50 4B1D CCA1 5170
Old fingerprint: 8D08 9CAA 649A AFEF E862 062A 2E97 42D4 A2A0 616D







More information about the ubuntu-users mailing list