So does remote desktop absolutely ONLY work with XP Pro? Or Could I use it with XP Home?
I'd like an answer to this question too. Is there any way to run Terminal Services or Remote Desktop Services in XP Home?
So does remote desktop absolutely ONLY work with XP Pro? Or Could I use it with XP Home?
While it indeed seems to be a good start for a UB RDC client, there is no Console support, so no session 0 on a Win2k3 server. They should also have included some 16x9 'type' resolutions instead of the standard 4x3. We'll see about printer support -- this has always been an issue, even for Windoze worlds.
I'd like an answer to this question too. Is there any way to run Terminal Services or Remote Desktop Services in XP Home?
For anyone who has already downloaded it.
How does it compare with CoRD? http://cord.sourceforge.net/
B
I'd like an answer to this question too. Is there any way to run Terminal Services or Remote Desktop Services in XP Home?
As long as the firewalls / NAT permit it, yes. I RDC over the public internet all the time.
A rewrite of RDC is one thing, but a rewrite of office is totally another.Does that mean anything interesting for this type of app in terms of functionality? Or is it just a peek at things to come? Cocoa Office?![]()
![]()
If you have multiple Windows machines behind the same router, you can run the 2nd/3rd/4th... machines on alternate ports.
For example, you could run the 2nd machine on 23389. You'd need to go to the registry and edit:
HKLM\SYSTEM\CurrentControlSet\Control\TerminalServer\Winstations\RDP-Tcp\PortNumber to 23389 (decimal)
and reboot. Set the router to pass 23389 to the ip:23389 of the 2nd machine.
From the client, open ip:23389 to start the window.
Cross platform drag-n-drop?
Copy/Paste?
What's the response time?
Details, please.
-Clive
For anyone who has already downloaded it.
How does it compare with CoRD? http://cord.sourceforge.net/
B
As long as the firewalls / NAT permit it, yes. I RDC over the public internet all the time.
ssh -L 3389:192.168.1.1:3389 -g -l [I]your_user_name[/I] unix.home.com
While this would work, dont you think its a little messy? Also, some people don't like to mess with their registry. I know on D-Link routers you can open 23389, for example, on the external interface to forward to 3389 in a certain internal ip address.
I think this solution would be simpler...
It's even better to use remote desktop like this as the connection will be encrypted because you use a SSH tunnel. Directly connecting to Remote Desktop over the internet could allow sniffing or 'man in the middle' attacks.
Personally I think adding a publically available portforward to your home router (as some people have mentioned previously) is a security hole in your network.
How does this compare to Apple's Remote Desktop?
bigandy said:MS RDC is for accessing individual Windows boxes.
ARD allows access to Windows based boxes running VNC, and in addition allows users to remotely control or monitor other computers over a network, deploy software installations, get monitoring reports, reboot machines or groups of machines, and so on. You can even control multiple computers at once, really easily.
http://www.apple.com/remotedesktop/
Have a look at the website![]()
Do I need to install a VNC client on my windows PC's to get ARD to access them? I've been having problems.
No, it is built in to XP Pro, Server versions of Windows, and Business and Ultimate versions of Vista.
Reading through this update it doesnt look like this has been done yet.
If Win2003 server support is possible. Please link me to a tutorial or something. I've been super pissed at my new job with not being able to remote in from home. I came across a link a month ago with a way to setup 2003 to allow OSX RDCs. I've since lost the link and have only found a blurb about it from Experts-exchange. It states to do this to your 2003 server's Active Directory...Dont like that it needs in installer...
Doesn't want to work with any of our Win2003 servers, it connects, shows login window, but then credentials dont get accepted... might be keyboard mapping or something....![]()
-> Security Settings -> local policies -> security options:
Domain member: Digitally encrypt or sign secure channel data (always): have put in on "Not Defined" instead off "enabled"
Microsoft Network server: Digitally sign communications (always): have put in on "Not Defined" instead off "enabled"
Microsoft Network server: Digitally sign communications (if client agrees): have put in on "Not Defined" instead off "enabled"
Microsoft Network client: Digitally sign communications (always): have put in on "disabled" instead off "Not Defined"
But, you're opening the well-known port 22 for the SSH connection, so it can't be all bad....![]()