Centos 7 서버 데스크탑에 액세스하려고 해서 설치했습니다...
[plankton@localhost ~]$ rpm -q --info tigervnc-server
Name : tigervnc-server
Version : 1.3.1
Release : 4.el7_2
Architecture: x86_64
Install Date: Sat 09 Apr 2016 07:37:13 PM PDT
Group : User Interface/X
Size : 504777
License : GPLv2+
Signature : RSA/SHA256, Thu 31 Mar 2016 01:14:19 PM PDT, Key ID 24c6a8a7f4a80eb5
Source RPM : tigervnc-1.3.1-4.el7_2.src.rpm
Build Date : Thu 31 Mar 2016 09:35:08 AM PDT
Build Host : worker1.bsys.centos.org
Relocations : (not relocatable)
Packager : CentOS BuildSystem <http://bugs.centos.org>
Vendor : CentOS
URL : http://www.tigervnc.com
Summary : A TigerVNC server
Description :
The VNC system allows you to access the same desktop from a wide
variety of platforms. This package includes set of utilities
which make usage of TigerVNC server more user friendly. It also
contains x0vncserver program which can export your active
X session.
그런 다음 다음과 같이 vncserver를 시작했습니다.
[plankton@localhost ~]$ vncserver
You will require a password to access your desktops.
Password:
Verify:
xauth: file /home/plankton/.Xauthority does not exist
New 'localhost.localdomain:1 (plankton)' desktop is localhost.localdomain:1
Creating default startup script /home/plankton/.vnc/xstartup
Starting applications specified in /home/plankton/.vnc/xstartup
Log file is /home/plankton/.vnc/localhost.localdomain:1.log
vncserver -list에는 다음과 같은 출력이 있습니다.
[plankton@localhost ~]$ vncserver -list
TigerVNC server sessions:
X DISPLAY # PROCESS ID
:1 6488
내 Windows 10 시스템에서는 여기에서 vnc 클라이언트를 설치했습니다.https://www.realvnc.com/download/get/1861/
Windows 시스템에서 Centos 7 서버에 연결하려고 하면 이 오류가 발생합니다.
selinux를 비활성화하고 iptables --flush를 루트로 실행했으며 올바른 IP 주소를 사용하고 있습니다. 비밀번호를 묻는 메시지가 표시되지 않습니다. 누구든지 나를 도와줄 수 있나요?
감사해요