LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   realvnc server installed on fed9 attempting to connect to server from windows desktop (https://www.linuxquestions.org/questions/linux-general-1/realvnc-server-installed-on-fed9-attempting-to-connect-to-server-from-windows-desktop-720669/)

nataloi 04-21-2009 09:18 AM

realvnc server installed on fed9 attempting to connect to server from windows desktop
 
Hello, I have just completed installing vncserver (realvnc)on my linux server (fedora 9):-D


[naloi@nagios ~]$ vncserver :1

New 'nagios.experis.com:1 (naloi)' desktop is nagios.experis.com:1

Starting applications specified in /home/naloi/.vnc/xstartup
Log file is /home/naloi/.vnc/nagios.experis.com:1.log


what I am attempting to do is connect to the server from my windows desktop using the vncviewer...but when i attempt to make a connection I get a connection refused error I am simply inputing my ip address to the server into the connection window, I also tried ip followed by port address but that didn't work either...I also tried nagios.experis.com:1 the viewer did not require any configuration so I am not sure why it doesn't ask me for a port

my error is connection timed out (10060) anybody have any ideas on where to look or what to do?

kentyler 04-21-2009 09:31 AM

the :1 is the desktop, you can have multiple vnc desktops running and connect to :2 and so on.

try netstat -anp | grep vnc to see what port it's on.

try to connect via ip address.


All times are GMT -5. The time now is 06:15 AM.