VirtualNetworkConnection

Differences between revisions 2 and 3
Revision 2 as of 2006-01-14 00:35:05
Size: 2098
Editor: 65
Comment:
Revision 3 as of 2006-01-14 00:41:37
Size: 1618
Editor: 65
Comment:
Deletions are marked like this. Additions are marked like this.
Line 24: Line 24:
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]
}}}
To gain access to a remote machine using VNC start '''Terminal Server Client''' and enter the appropriate information.

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 gain access to a remote machine using VNC start Terminal Server Client and enter the appropriate information.

CategoryDocumentation CategoryCleanup

VirtualNetworkConnection (last edited 2008-08-06 16:15:14 by localhost)