Difference between revisions of "Configure VNC"

From Organic Design wiki
(Customer: zip not exe)
(structure)
Line 3: Line 3:
 
}}
 
}}
  
{{Note|We have decided to use single-click to enable remote support due to it providing sufficient access in most cases and being far more user friendly than installing and configuring VNC server.}}
+
We use the [http://www.uvnc.com UltraVNC] single-click (SC) to enable users to initiate remote support because it is extremely time-consuming and much less secure to create router pinholes and static routes to all the machines on a client LAN. The SC edition of VNC allows a custom made end-uder application to be placed onto any machine requiring remote access. The custom application contains all the specific settings required to establish a connection back to the tech-support computer without needing any configuration, thus the name "single click".
This procedure applies to Windows XP and Vista machines. Anyone requiring technical support can download the SC file and use it to request support.
+
 
== Notes ==
+
This article contains the technical procedures required to maintain and configure the technical-support end which entails DNS, routes and "reverse connected viewer" (i.e. the viewer is configured to listen for connections from the client-side custom apps). Basic information such as customer notes and instructions are in the [[vnc]] article.
*[http://www.uvnc.com/addons/singleclick.html Configuring single-click remote support]
+
 
*[http://www.uvnc.com/addons/repeater.html Setting up a repeater]
+
== DNS and routes ==
== OD single-click UltraVNC settings ==
 
 
*The SC points to vnc.peerix.org
 
*The SC points to vnc.peerix.org
 +
*Create a pinhole on port 5500 TCP to your ip address
  
== Procedure ==
+
== VNC viewer on Ubuntu (currently Hardy Heron only) ==
=== Technician ===
+
First install the xtightvnxviewer since the default desktop viewer doesn't support reverse connections:
*Create a pinhole on port 5500 TCP to your ip address
+
{{code|<pre>
*Set
+
apt-get install xtightvncviewer
*Enter sudo apt-get install xtightvncviewer
+
</pre>}}
*Then xtightvncviewer -listen
+
 
 +
 
 +
To run the viewer in reverse mode,
 +
{{code|<pre>
 +
xtightvncviewer -listen
 +
</pre>}}
 +
 
 +
== Windows clients ==
 +
To be able to establish a connection client computers must download [[File:od-vnc.zip|od-vnc.zip]] (THIS SHOULD BE THE EXE) and save onto the desktop so it can be found easily.
 +
 
 +
Contact tech support and arrange a convenient time for the connection to be done. At the agreed time, the client simply double-clicks the downloaded application and then double-click "Internet Support" (not the encrypted one yet).
 +
 
 +
== Ubuntu clients ==
 +
not done yet
  
=== Customer ===
+
== See also ==
*Download [[File:od-vnc.zip]]
+
*[http://www.uvnc.com/addons/singleclick.html Configuring single-click remote support]
*Basic info, customer notes and instructions are in the [[vnc]] article
+
*[http://www.uvnc.com/addons/repeater.html Setting up a repeater]

Revision as of 03:36, 9 June 2009

Procedure.svg Configure VNC
Organic Design procedure

We use the UltraVNC single-click (SC) to enable users to initiate remote support because it is extremely time-consuming and much less secure to create router pinholes and static routes to all the machines on a client LAN. The SC edition of VNC allows a custom made end-uder application to be placed onto any machine requiring remote access. The custom application contains all the specific settings required to establish a connection back to the tech-support computer without needing any configuration, thus the name "single click".

This article contains the technical procedures required to maintain and configure the technical-support end which entails DNS, routes and "reverse connected viewer" (i.e. the viewer is configured to listen for connections from the client-side custom apps). Basic information such as customer notes and instructions are in the vnc article.

DNS and routes

  • The SC points to vnc.peerix.org
  • Create a pinhole on port 5500 TCP to your ip address

VNC viewer on Ubuntu (currently Hardy Heron only)

First install the xtightvnxviewer since the default desktop viewer doesn't support reverse connections:

apt-get install xtightvncviewer


To run the viewer in reverse mode,

xtightvncviewer -listen

Windows clients

To be able to establish a connection client computers must download File:Od-vnc.zip (THIS SHOULD BE THE EXE) and save onto the desktop so it can be found easily.

Contact tech support and arrange a convenient time for the connection to be done. At the agreed time, the client simply double-clicks the downloaded application and then double-click "Internet Support" (not the encrypted one yet).

Ubuntu clients

not done yet

See also