Re: VNC via SSH : impossible de se connecter
le 10/02/2010 12:10, Yves Rutschle a écrit:
Ou alors on dormait, on était trop occupé, ...
;-)
Vérifie plutôt que vncserver écoute bien sur le port 5901:
telnet localhost 5901
netstat -lpt | grep vnc
# netstat -lpt | grep vnc
tcp 0 0 *:5801 *:* LISTEN 4762/Xvnc4
tcp 0 0 *:5901 *:* LISTEN 4762/Xvnc4
tcp 0 0 *:x11-1 *:* LISTEN 4762/Xvnc4
Pour répondre à Nicolas :
# netstat -an | grep LISTEN | grep 5901
tcp 0 0 0.0.0.0:5901 0.0.0.0:* LISTEN
Vncserver écoute donc bien sur le port 5901, non ?
Sinon, rien à signaler dans le log de ~/.vnc
Samy
Reply to: