[mahmood@tiger ~]$ telnet localhost 5900 Trying 127.0.0.1... telnet: connect to address 127.0.0.1: Connection refused [mahmood@tiger ~]$ telnet localhost 5901 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. RFB 003.008
And it is waiting for input. What can be understood? Regards, Mahmood ________________________________ From: David Sommerseth <[email protected]> To: Mahmood Naderan <[email protected]> Cc: Jason Bronner <[email protected]>; "[email protected]" <[email protected]>; Joseph Areeda <[email protected]>; Eero Volotinen <[email protected]> Sent: Tuesday, March 5, 2013 8:01 PM Subject: Re: troubleshooting vnc On 05/03/13 17:27, Mahmood Naderan wrote: > [mahmood@tiger ~]$ telnet localhost:5900 > telnet: localhost:5900: Name or service not known Try instead: [mahmood@tiger ~]$ telnet localhost 5900 (without the ':', just a space) -- kind regards, David Sommerseth
