Oops! Eu precisava especificar a porta 5901 assim:
Estou tentando acessar a área de trabalho do meu servidor Centos 7 para instalar ...
[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.
Então eu iniciei o vncserver assim:
[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 tem esta saída:
[plankton@localhost ~]$ vncserver -list
TigerVNC server sessions:
X DISPLAY # PROCESS ID
:1 6488
No meu sistema Windows 10, eu instalo o cliente vnc aqui: link
quando tento conectar do meu sistema Windows ao meu servidor Centos 7, recebo este erro.
Desativei o selinux e executei o iptables --flush como root e estou usando o endereço IP correto. Eu não sou solicitado por uma senha. Alguém pode me ajudar?
Obrigado