无法解析 Ubuntu-vnc-server?

无法解析 Ubuntu-vnc-server?

我正在学习一个教程(https://linuxconfig.org/vnc-server-on-ubuntu-18-04-bionic-beaver-linux) 了解如何在 Kubuntu 18.04 机器上设置 VNC 服务器以进行远程访问。

一切正常,直到我点击要求我使用vncviewer ubuntu-vnc-server:1或连接到服务器的部分ssh -L 5901:127.0.0.1:5901 -N -f -l linuxconfig ubuntu-vnc-server。它给出了以下错误消息

`sarah@SciLabComp0:~$ vncviewer ubuntu-vnc-server:1

VNC Viewer Free Edition 4.1.1 for X - built Feb 25 2015 22:57:51
Copyright (C) 2002-2005 RealVNC Ltd.
See http://www.realvnc.com for information on VNC.

Thu Jun 21 16:40:03 2018
 main:        unable to resolve host by name: Resource temporarily 
unavailable
              (11)`

或者

sarah@SciLabComp0:~$ ssh -L 5901:127.0.0.1:5901 -N -f -l linuxconfig ubuntu-vnc-server ssh: Could not resolve hostname ubuntu-vnc-server: Temporary failure in name resolution

跑步ss -ltn让我

sarah@SciLabComp0:~$ ss -ltn State Recv-Q Send-Q Local Address:Port Peer Address:Port
LISTEN 0 128 127.0.0.1:17600 0.0.0.0:*
LISTEN 0 128 127.0.0.1:17603 0.0.0.0:*
LISTEN 0 5 0.0.0.0:5901 0.0.0.0:*
LISTEN 0 128 0.0.0.0:6001 0.0.0.0:*
LISTEN 0 128 0.0.0.0:6002 0.0.0.0:*
LISTEN 0 128 0.0.0.0:6003 0.0.0.0:*
LISTEN 0 128 0.0.0.0:6004 0.0.0.0:*
LISTEN 0 128 0.0.0.0:6005 0.0.0.0:*
LISTEN 0 128 127.0.0.53%lo:53 0.0.0.0:*
LISTEN 0 5 127.0.0.1:631 0.0.0.0:*
LISTEN 0 128 0.0.0.0:17500 0.0.0.0:*
LISTEN 0 5 *:6600 *:*
LISTEN 0 5 *:5902 *:*
LISTEN 0 5 *:5903 *:*
LISTEN 0 5 *:5904 *:*
LISTEN 0 5 *:5905 *:*
LISTEN 0 50 *:1716 *:*
LISTEN 0 5 [::1]:631 [::]:*
LISTEN 0 128 [::]:17500 [::]:*

我该如何解决此问题并连接到我的服务器?服务器设置是否不正确?

**编辑 0:** 尝试使用 连接它时,vncviewer 192.168.1.20:2我得到的是一组奇怪的看似随机的像素,而不是连贯的图像。服务器要求我输入密码,所以我猜它是活动的。 像素

相关内容