LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   Remote Desktop Linux? (https://www.linuxquestions.org/questions/linux-desktop-74/remote-desktop-linux-526466/)

justmonkey23 02-07-2007 01:47 PM

Remote Desktop Linux?
 
I am running Fedora core 6 and would like to remote desktop in from work...all the machines are running XP. I see you can remote from Fedora to windows but can it be done vice versa?

nightshade_1977 02-07-2007 04:03 PM

I don't know for sure if this will work for you but I believe that it should

http://www.justlinux.com/nhf/Network...ith_Linux.html

I'm still a noob so if this doesn't work I can't supply really anymore help on this

hob 02-07-2007 04:08 PM

The X-Window graphics system is "network transparent", so that applications and desktops can run on one computer and display on another. For a quick equivalent to Remote Desktop try either VNC software (the established standard) or FreeNX (much newer, broader functionality, not so widely adopted).

Clarification: Both VNC and NX require you to use client software. The Microsoft Terminal Services client only supports the proprietary RDP protocol.

kadhiravan.r 02-09-2007 05:18 AM

Use VNC..
 
Quote:

Originally Posted by hob
The X-Window graphics system is "network transparent", so that applications and desktops can run on one computer and display on another. For a quick equivalent to Remote Desktop try either VNC software (the established standard) or FreeNX (much newer, broader functionality, not so widely adopted).

Clarification: Both VNC and NX require you to use client software. The Microsoft Terminal Services client only supports the proprietary RDP protocol.


Use VNC service on user linux machine and same in windows too.


start vncserver.
will ask for password which u will use when login from other machine.


It is working for me..

try it.

kadhiravan.R

cad 02-18-2007 10:25 AM

But in this case I have to be logged on into the server linuc machine and whatever I do will be visible to everyone present out there. Is it not possible like ssh to have independent sessions like ssh.
Something that can be called Xssh:)

hob 02-18-2007 10:41 AM

Quote:

Originally Posted by cad
But in this case I have to be logged on into the server linuc machine and whatever I do will be visible to everyone present out there. Is it not possible like ssh to have independent sessions like ssh.
Something that can be called Xssh:)

On UNIX systems you can use VNC in two ways, both of which create independent sessions.

kadhiravan.r described one - launch a VNC server from a user account. In this instance VNC uses weak password protection by default, and you can use SSH for extra protection.

The other method is to use inetd. In this configuration VNC listens on a specified TCP port, and generates new desktop sessions on demand.

FWIW, I wrote up a tutorial that explains both methods:

http://www.elsn.org/main/VncOnLinux

auxsvr 02-18-2007 10:52 AM

You can use Nomachine NX according to the instructions at http://www.linuxquestions.org/questi...d.php?t=506684. It allows you to create a session on a linux server from a windows client that allows you to reconnect without restarting it (permanent sessions).


All times are GMT -5. The time now is 10:10 PM.