Skip to content
Andreas Rudolph edited this page Jun 20, 2015 · 12 revisions

This page describes typical usage scenarios for the application.

General notes

We're assuming in the following examples, that an end user called Alice wants to make her screen available to a support staff called Bob. Alice only requires an installation of Remote Support Tool. Bob on the other side will have to make some preparations in order to make remote administration possible.

Direct VNC connection

direct VNC connection

In this scenario Alice sends her desktop through an unencrypted VNC connection to Bob.

Tasks for Bob

  • In case that Bob sits behind a router / NAT, he has to open port 5500 in his router / NAT and has to forward incoming traffic from this port to his local machine.

  • Bob has to start a VNC client in listening mode - e.g. in Debian:

    xtightvncviewer -listen
    

    or

    vncviewer -listen
    
  • Bob has to tell Alice his public IP address and the port number to access his VNC client.

Tasks for Alice

  • Alice enters Bob's IP address and port number into her Remote Support Tool and clicks Connect.

Advantages

  • best possible performance - because there is no overhead for encryption / decryption

Disadvantages

  • VNC traffic is transferred unencrypted. This method should not be used when communicating over the internet.
  • Bob has to open a port in the firewall of his router / NAT, what can be a security risk.

VNC connection through SSH tunnel

VNC connection through SSH tunnel

VNC connection through SSH gateway

VNC connection through SSH gateway

Clone this wiki locally