LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   This is a "no brainer" for most of you, but... (https://www.linuxquestions.org/questions/linux-newbie-8/this-is-a-no-brainer-for-most-of-you-but-646999/)

manimal29 06-04-2008 12:12 PM

This is a "no brainer" for most of you, but...
 
I need a detailed description of how to setup remote login to my Linux machine from my Windows XP Pro machine. I am running CentOS 5 64 bit on a AMD platform. I would like to be able to remote login to the linux box and have my full linux desktop. Any and all help is greatly appreciated. If this is already in one of the forum threads already, I can't seem to find it. If anyone knows of a thread, please direct me! Thanks in advance for all of the help!

blocoi 06-04-2008 12:16 PM

Do you know about the keyword "ssh" here? If not, look it up. If you do, ask for details :)

edit: oh wait, desktop. let's see... it depensd on what you want. gdm seems to have some support for "remote login".

ceantuco 06-04-2008 12:16 PM

The way I connect from my windows pc to my linux box is by enabling remote admin on Linux and use VNC to connect from Windows. go to www.vnc.com for a free edition of vnc.

pwc101 06-04-2008 12:17 PM

If you're interested in connecting to the Linux box from XP over an internal network, it's as simple as setting up a VNC server on your Linux box, and then using a VNC client from XP to connect to the IP of the Linux box (you may need to open the relevant port on your firewall, if you have one).

If your two machines are separated by the internet, it gets a bit more complicated. Please let me know if you need more information.

sunethj 06-04-2008 12:19 PM

did you try this ? it has step by step instructions.

ilikejam 06-04-2008 01:42 PM

I use X-Win32 at work for this. Xming should work too (and is Free).

Dave

pwc101 06-04-2008 04:47 PM

To set up a vncserver on your Linux box, install it through your package manager, then type vncserver into a terminal. If memory serves, it should prompt you to generate a password, then you can access that VNC session from XP with tightvnc, for example, by typing in the Linux machine's IP address followed by :1 e.g. 192.168.1.50:1 You'll be prompted for the password you specified when typing in vncserver on the Linux box, and then it should connect.

Be warned, the default VNC desktop environment is TWM, which is pretty lightweight. I modified the ~/.vnc/xstartup file on my Linux box to be as follows:
Code:

#!/bin/sh
startkde &

This launches KDE rather than TWM, and results in a much more pleasant experience, as far as I'm concerned. I don't know how you'd get Gnome to start, if that's what you're used to.

Hope this helps.

fenice 06-05-2008 02:10 AM

Your best bet would be to use FreeNX on your CentOS server, details in the wiki here: http://wiki.centos.org/HowTos/FreeNX...t=%28freenx%29 You should find it easy to set-up and secure, there's also a free Windows client.


All times are GMT -5. The time now is 09:44 AM.