![]() |
| VNC |
Using VNC for remote access to the front-end hosts VNC stands for Virtual Network Computing. It is a remote control software which allows you to view and interact with one computer (the "server") using a simple program (the "viewer") on another computer anywhere on the Internet. For more info on VNC see: the VNC web site On the front-end hostTo use VNC, first you need to start the VNC server on the front-end host:
If you use VNC for the first time, you will be prompted for a password. On the Remote hostOn the remote host open an ssh tunnel to the front-end host, via the QCDOC ssh gateways (ssh.qcdoc.bnl.gov):
The 07 on the above 5907 port is the :7 on the vncserver command. Now start the vncviewer on the remote host:
This should fire up an X console from qcdochostb to your box. Cleaning upIf you don't need the VNC server running any more, you can get rid of it:
On the remote host, the ssh tunnel will remain open. If you want to get rid of it, find the process ID of the ssh tunnel and kill it (kill -9).
|