Other Windows and Linux VNC products
techAdmin
Status: Site Admin
Joined: 26 Sep 2003
Posts: 4126
Location: East Coast, West Coast? I know it's one of them.
Reply Quote
For remote administration of Linux desktops, look into x11vnc

:: Quote ::
x11vnc allows one to remotely view and interact with real X displays (i.e. a display corresponding to a physical monitor, keyboard, and mouse) with any VNC viewer. In this way it plays the role for Unix/X11 that WinVNC plays for Windows.


Requires a viewer client as well to run, such as tightVNC.

:: Quote ::
TightVNC is a free remote control software package derived from the popular VNC software. With TightVNC, you can see the desktop of a remote machine and control it with your local mouse and keyboard, just like you would do it sitting in the front of that computer.

Back to top
techAdmin
Status: Site Admin
Joined: 26 Sep 2003
Posts: 4126
Location: East Coast, West Coast? I know it's one of them.
Reply Quote
There's an article in newforge.com about setting up a local network with tighVNC or realVNC, including material about how to run your vnc clients on Windows and Linux.

:: Quote ::
Need to integrate your Windows and Linux machines over a network? One tool that may help is VNC, a frame-buffer-based client/server application that lets you display desktops on remote networked machines, and which runs on all kinds of platforms, including Linux, Unix, Macs, Windows, and mainframes.


Might be of use to if you need to get remote access to machines on your network, has some scripts and other setup instructions.
Back to top
X11 Forwarding
andy
Status: Interested
Joined: 15 Oct 2004
Posts: 13
Reply Quote
If the machine that you're trying to connect to is a linux box, and you just need to connect to a specific gui program or two and don't need a whole graphic interface, simple X11 forwarding might be just what the doctor ordered.

From faq.rutgers.edu/content/jodonato/html/Ssh.x11.forwarding.official.jodonato.html
:: Quote ::
1. Configure and start your X-windows emulation program for X11 forwarding. If you need help doing this please click faq.rutgers.edu/content/jodonato/html/Ssh.x11.forwarding.configure.exceed.jodonato.html to read the documentation.
2. Start the SSH client the same way you usually would to connect to the remote system.
3. Click on edit from the toolbar and select settings.
4. Under Profile Settings select Tunneling.(NOTE: you may need to click on the + symbol next to the Profile Settings to see the Tunneling option)
5. Once the Tunneling Option is selected make sure that the option called Tunnel X11 connection is checked off.
6. Click on OK
7. Continue connecting to the remote system as you usually would.



So if you were on a command line on a linux box running open SSH, all you would need (probably) to do is:

localprompt$ ssh -X box.toconnectto.com
password:

remoteprompt$ thunderbird
(and now an instance of thunderbird from your remote machine will pop up on your screen through an encrypted channel!)
Back to top
Display posts from previous:   

All times are GMT - 8 Hours