Operating System - Linux
1753837 Members
9044 Online
108806 Solutions
New Discussion юеВ

Re: Remote connection from Linux to Windows

 
SOLVED
Go to solution
KOUYATE MAURY
Frequent Advisor

Remote connection from Linux to Windows

Hi,
I would like to connect remotely (GUI) to my windows server 2003 from my suselinux 9 server.
If somedody can tell me how and witch software should i use.

Kouyate

7 REPLIES 7
Ivan Ferreira
Honored Contributor
Solution

Re: Remote connection from Linux to Windows

You can install and use rdesktop.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Oviwan
Honored Contributor

Re: Remote connection from Linux to Windows

Hi

check realvnc
http://www.realvnc.com/

Regards
renarios
Trusted Contributor

Re: Remote connection from Linux to Windows

Hi Kouyate,

I should use rdesktop for that.

Cheers,

Renarios
Nothing is more successfull as failure
Bill Thorsteinson
Honored Contributor

Re: Remote connection from Linux to Windows

Install VNC on the server and set a password.
Also set VNC to lock the server on disconnect.
Possbily disable serving the java client.
Review the access control list and adjust.
Review other settings.
Start the VNC as a service.

Use rdesktop or vnc to connect from linux.
Steven E. Protter
Exalted Contributor

Re: Remote connection from Linux to Windows

Shalom,

We've used realvnc(see above). Its part of our standard environment for remote clusters because cluster management requires a GUI.

We run it as part of xinetd with a passwd file.

It works for Windows, HP-UX, Linux. A nice tool to standardize on.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
KOUYATE MAURY
Frequent Advisor

Re: Remote connection from Linux to Windows

Hi, Thanks all for ur reply,When i install and configure rdesktop this is the error i'm getting:suselinux:/home/maury/softs/rdesktop-1.4.1 # ./rdesktop -f 10.10.10.1Xlib: connection to ":0.0" refused by serverXlib: Invalid MIT-MAGIC-COOKIE-1 key ERROR: Failed to open display: :0.0 suselinux:/home/maury/softs/rdesktop-1.4.1 Now I install RealVNC on my linux but i don't know how to start it, i tested trough remote access-remote desktop connection but i'm not able to see my window server. Kouyate
KOUYATE MAURY
Frequent Advisor

Re: Remote connection from Linux to Windows

Thanks, the problem was:
I've have to run the command with the user acount i used to login in linux.

Thanks

Kouyate