VirtualNetworkConnection

Revision 1 as of 2006-01-14 00:34:37

Clear message

Virtual Network Connection (VNC) is a system that allows you complete graphical access to your (or, with permission, others) computers. This includes complete transfer of keystrokes & mouse input. The two main uses for this service are for remote technical support or remote access to personal/work computers.

Activation

VNC service and client are installed by default on any standard Ubuntu installation. The service (for reception) needs to be activated before it can be used. This is done through the following steps: (using GNOME)

System > Preferences > Remote Desktop

You will want to 'check' the first two boxes to activate the service:

Allow other users to view your desktop (view only)

Allow other users to control your desktop (view & control).

Below you can set security. The two options are:

Ask you for confirmation (ie; someone at the machine must click OK to grant remote access. This will be a problem if you plan on accessing your home machine from work or visa versa, as no one may be there to grant you access.)

Require the user to enter this password: This will require a password from anyone trying to remotely connect to your machine. This is ALWAYS a good idea.

Use

To login to a remote machine using the VNC protocol use the following command at the terminal:

vncviewer [ip address]

tip: if you are connecting through a router you'll need to forward port 5900 to the machine you need to connect to. (VNC can use other ports as well. If you have multiple machines you would like to connect to you can forward 5900 to the first, 5901 to the second, 5902 to the third, etc.) If you are using a non-standard port (ie; other than 5900) you will need to specify the port in the connection command.

example:

vncviewer [ip address]:[port]

CategoryDocumentation CategoryCleanup CategoryCleanup