Unable to connect with Real VNC to GCE (Ubuntu 18.4) on GCP.
Error: “Timed out waiting for a response from the host computer”
Created firewall, tags mapping on tcp:5901
Followed this post on stackoverflow: Google Cloud Mongo DB: External IP not connecting
However, I'm able to connect with putty on external IP with ssh-key.
netstat -an | grep -i listen | grep tcp
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN
tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:8000            0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:5000            0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:6001            0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:6002            0.0.0.0:*               LISTEN
tcp6       0      0 :::22                   :::*                    LISTEN
tcp6       0      0 ::1:631                 :::*                    LISTEN
tcp6       0      0 :::5901                 :::*                    LISTEN
tcp6       0      0 :::5902                 :::*                    LISTEN