On 02/27/14 07:41, Patrick Dupre wrote: > PORT STATE SERVICE > 5900/tcp closed vnc > 5901/tcp open vnc-1 > 5902/tcp closed vnc-2 > 5903/tcp closed vnc-3 > 5904/tcp closed unknown > 5905/tcp open unknown > 5906/tcp open unknown "closed" means the port is not blocked/filtered by the firewall. However, there is no process listening on that port. On your server, you can see what ports the vnc server is using by...... netstat -napt | grep -i vnc >From the client side, you should be able to verify you can connect to the server by using telnet... [egreshko@meimei ~]$ telnet 192.168.1.227 5901 Trying 192.168.1.227... Connected to 192.168.1.227. Escape character is '^]'. RFB 003.008 -- Getting tired of non-Fedora discussions and self-serving posts -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org