PDA

View Full Version : [ubuntu] remote access



num
December 14th, 2008, 04:08 AM
hello,

does anyone know a good remote access software where i can access a linux computer from a windows xp computer?

something like teamviewer?

wd5gnr
December 14th, 2008, 04:20 AM
VNC is available across platform. I like UltraVNC on Windows. Also NX works REALLY fast although it can be a pain to configure. Look for freenx or get the "community" edition that has limits (like one user, but for personal use who cares?) and the Windows client is free under similar terms.

num
December 14th, 2008, 04:55 AM
so what should i search for in the application library to get the community? just vnc?

wd5gnr
December 14th, 2008, 05:11 AM
I'm not sure exactly what you are asking. The repos have several flavors of VNC if I recall. Maybe freenx too. http://www.nomachine.com/ is the site for NX.

You do have to have network visibility to your machine so if you want to reach over the internet you need to open your router and maybe get a thing like a http://www.dyndns.org

num
December 14th, 2008, 07:14 AM
im asking what is a good free remote access software that i can access a linux computer from a windows computer.

and what do i need to search for in the reps. to find it?

wd5gnr
December 14th, 2008, 04:12 PM
OK so go to Synaptic and put VNC in the search box. On my machine this gives me:

vnc4server
tightvncserver
x11vnc

And a bunch of other things. x11vnc lets you attach to an existing session. VNC4Server or tightvncserver are more where you want to have a NEW login that is not the same as your desktop (you can use your same ID but you get a new desktop, not a copy of your existing desktop). So take your pick.

If you can't search your package manager for VNC, I'd encourage you not to try to configure NX. However, if you must, look for package nxserver which will bring in nxnode and nxclient.

Note that VNC is not very secure over the public network. Most people use an ssh tunnel to secure it, although VPN will work too. NX uses ssh by default so if you can set it up, that's one less thing to worry about.

As for the window side, go to google and enter VNC. There are plenty of options. I like http://www.uvnc.com/. For NX, use the "nomachine" link I gave previously.

dovalize
December 14th, 2008, 04:20 PM
Definitely, I've been using VNC in most of the time....
and it's stable too.

num
December 18th, 2008, 04:08 PM
so i dont have to use the same vnc program for windows and linux?

wd5gnr
December 18th, 2008, 04:44 PM
No. VNC is a protocol. Think of it like HTTP on the Web. You can use Internet Explorer or Firefox or Konquerer to connect to Apache or IIS or WebLogic and you (at least 99.9% of the time) don't really care that you are on Linux and the server is on a Windows box (haha -- usually the other way around I suppose).

So if you have VNC on the Windows side and VNC on the Linux side they _should_ be compatible and work with no issue.

num
December 19th, 2008, 06:16 AM
what vnc program for linux would you recommend for a noob? :p

wd5gnr
December 19th, 2008, 02:51 PM
From an earlier post:

x11vnc lets you attach to an existing session. VNC4Server or tightvncserver are more where you want to have a NEW login that is not the same as your desktop (you can use your same ID but you get a new desktop, not a copy of your existing desktop). So take your pick.

So if you want to view your desktop as it looks on your normal monitor x11vnc. If you want to log into a new session either of the other two are about the same from the user's point of view.