J'essaie désespérément de faire fonctionner VNC Server sur ma Fedora 6.
Pour cela
1-J'ai fais un yum install vncserver
2-J'ai modifié le fichier /etc/sysconfig/vncservers
Code :
- [root@localhost ~]# vi /etc/sysconfig/vncservers
- #
- # Uncomment the lines below to start a VNC server on display :2
- # as my 'myusername' (adjust this to your own). You will also
- # need to set a VNC password; run 'man vncpasswd' to see how
- # to do that.
- #
- # DO NOT RUN THIS SERVICE if your local area network is
- # untrusted! For a secure way of using VNC, see
- # <URL:http://www.uk.research.att.com/archive/vnc/sshvnc.html>.
- # Use "-nolisten tcp" to prevent X connections to your VNC server via TCP.
- # Use "-nohttpd" to prevent web-based VNC clients connecting.
- # Use "-localhost" to prevent remote VNC clients connecting except when
- # doing so through a secure tunnel. See the "-via" option in the
- # `man vncviewer' manual page.
- VNCSERVERS="1:cedric"
- VNCSERVERARGS[1]="-geometry 1024x768"
|
3- Lancer la commande vncserver & vncpassword avec l'utilisateur "cedric"
4- Relancer le service vnc
Code :
- [root@localhost ~]# service vncserver restart
- Arrêt de Serveur VNC :1:cedric [ÃCHOUÃ]
- Démarrage de Serveur VNC :1:cedric A VNC server is already running as :1
- [ÃCHOUÃ]
|
5-Lorsque je lance mon VNC client depuis mon autre PC, avec comme paramètre server "IP_SERVER_VNC:5901", on me demande le password et j'obtiens le message "No password configured for VNC Auth"
EDIT : J'ai paramétré iptables afin qu'il laisse passé les flux VNC
Quelqu'un a t'il une idée du problème ?
Merci d'avance
Message édité par madsurfer le 31-05-2009 à 19:03:05