Remote desktop With client on Red Hat and Server Vista Business Edition

0

2

I'm trying to configure my vista machine to run the Remote Desktop Server yet i'm having problems. I have configured it using the following instructions. Yet it doesn't work. I have disabled the firewall and antivirus software but to no avail. I know the client is set up properly as i can log in to my friend's Remote Desktop server. The client i am using is rdesktop. What else can I try?

Dean

Posted 2010-07-29T19:53:31.963

Reputation: 340

Answers

1

Try to use protocol level 4, not the default protocol level 5.

Thus, the command should be:

rdesktop -4 [other params]

harrymc

Posted 2010-07-29T19:53:31.963

Reputation: 306 093

The client works its the server that is the issue, I know this as I can log in to my friends machine(he is running XP). I will however try it tomorrow when I get in. – Dean – 2010-08-01T19:03:41.160

@Dean: XP does not require this parameter, only Vista does. – harrymc – 2010-08-01T20:36:54.680

@harrymc Still no success with adding it as a parameter. – Dean – 2010-08-03T09:54:34.990

@Dean: I understand you are having problems using rdesktop on Redhat to connect to Vista. I understand you can rdesktop to an XP machine. Correct me if I'm wrong. Which version of rdesktop? Vista 32-bits? – harrymc – 2010-08-03T10:30:55.270

@Dean: rdesktop needs to be at least version 1.5.0 to connect to Vista. – harrymc – 2010-08-03T10:37:18.390

Its the latest version of rdesktop 1.6.0. Yes you are correct with what you are thinking. I'm unsure on the version of vista as regards to 32/64 i'm thinking 32 but will check tomorrow. – Dean – 2010-08-03T19:30:57.377

2

If your server is behind a router (i.e., if you are trying to make this connection over the internet, not locally), you will need to forward port 3389 TCP to the server.

If you are unsure how to do that with your model of router, check out http://portforward.com/

For example, this is how you configure a Linksys WRT54G (a quite common and popular router) to forward that port.

Kenny Rasschaert

Posted 2010-07-29T19:53:31.963

Reputation: 992

Nope is not an issue as its internally before it reaches the router. – Dean – 2010-07-31T20:42:32.773