Have you tried logging into the local machine account instead of the domain account? If you can then we need to take a look a the Domain policy.
Jacob
Main Topics
Browse All TopicsI'm having an issue with a PC that was recently setup for remote desktop.
When I try to connect to the machine with remote desktop (either through pc name or IP) the remote desktop software flashes when you click OK but never leaves the initial screen. It never evens tries to connect to the machine. If I use a different PC name or IP the connection works fine.
I tried it with a static IP and one dynamically assigned through the DHCP.
Remote desktop is checked in system properties.
Tried it with the Windows firewall turned off and with it on allowing remote desktop.
Checked to see if Terminal services was running in services and it was.
Removed PC from domain and reattached.
Setup local user as an administrator with full access.
I'm at a loss as to what the problem can be. I've setup a lot of machines and it's usually without issues.
Any ideas would be greatly appreciated.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
http://www.intelliadmin.co
download the "Enable Remote Desktop - Remotely"
Launch the tool and then try pusing to the problematic server.
Hope this helps!
Verify that the local user account have an account password; this is part of the security upgrades in place for Vista SP1 and XP SP3. Are there non-Microsoft firewall software running?
Google "Remote Desktop XP SP3" and there are tons of things that changed to the host service; although my personal favorite is enabling concurrent sessions:
http://alonbilu.wordpress.
NOTE: unauthorized patches may do bad things to your computer.
here are the ways i recommend to troubleshoot RDP
first, use TELNET! it is your friend. it will help narrow down the source of the problem. also, to make things simple, disable windows firewall (and any other software firewalls) on the computer that you want to connect to. also, to make things simple, connect using a static IP
to troubleshoot:
from a computer on the same network & subnet as the computer you want to connect to:
ping IP address.
if not successful, it's a network type of issue (i.e. you are not on the same network, there is a firewall between the two computers, etc).
if you can't ping, you won't be able to RDP...
once you are able to ping..
telnet to the computer from another computer on the same subnet:
telnet ip_address port
if you did not change the default RDP, the port is 3389. so, if the computer's ip is 192.168.0.5, your telnet will be:
telnet 192.168.0.5 3389
you should get a screen with nothing... just a flashing cursor. this means RDP is correctly configured on the computer, and there is no network issue between the two computers.
if you get a connection refused, then the problem is that the 3389 port is not open as it should be. try using a different port and/or double check that no firewall is blocking that port.
http://support.microsoft.c
if you can successfully telnet from within the network... it's time to try it from the outside (assuming you want to do this). if you are not able to telnet to the WAN IP, it means you need to check your port forwarding in the gateway router.
zephyr_hex
No problem pinging and no problem with telnet.
Same problem with remote desktop. If I use the computer name it looks like it starts to try to connect - buttons go grey and only option is to cancel - but the remote desktop connection just returns to normal. If I use the IP address of the machine the process is even quicker.
It's a new PC and as far as I can tell only the Windows firewall was active. I tried turning it off and leaving it on with the Remote Desktop exception check marked with no success.
I also tried reinstalling remote desktop client but I get the error message that because of the service pack it cannot install.
One strange thing is that even though the machine has SP3 on it I do not have the entry in add/remove programs.
Hmm... what about the domain settings? More importantly, can you Remote Desktop *FROM* this machine into a reliable host (Client #2, which does not have this problem)?
From an old discussion (found via Google), can you verify that (from a fresh host/target machine reboot) that Windows Firewall/ICS Service is running? Apparently, after SP3, it doesn't always run reliably -- and thus prevents access to the machine's RDP.
And we all assume the host/target machine has an existing User Profile with proper authorization to remotely connection.
nasserd:
Domain setting are all correct. Users able to use the machine with no issues EXCEPT when trying to connect remotely to it. It also has nothing to do with the VPN connection since I'm trying to use it internally on my LAn and the same issues happen.
Windows Firewall/ICS Service is running. It's setup as started and automatic just like any other machine.
The 'problem' machine has no issues connecting to other remote desktops. The problem is only when connections are coming into the machine.
The target machine is setup just like the other one's on my network which are working fine. Allow users to connect remotely to this computer is checked and the user is setup as someone who can connect to it.
I also tried removing all the windows updates that were loaded, re-downloaded and installed them. Problem is that SP3 was not an option to remove.
My only idea right now is to do a windows repair with a SP2 disk and then re-run all the updates in the hopes it corrects itself.
if you are able to telnet successfully, then the issue is likely NOT firewall, or client configuration.
have you checked Event Viewer on the computer you are trying to connect to (to see if it's logging a reason for failing to allow the connection)?
in my opinion, this issue is at the RDP layer itself... not firewall, not network. telnet proves that.
I had an issue once like this and found later that there was a web-content filter installed on the machine that was blocking it. I know this is redundant but take a look at any other installed software that might be hindering it.. ie:zone alarm, Norton and or what ever Anti-Virus software you have installed.
Jacob
Or, try installing a VNC-type package and try *it* to connect remotely. All things considered, you should not have any problems between a VNC client and VNC host.
Also, are you willing to share the make/model of the device in question? Could they be OEM-related settings/drivers, or relevant bloatware?
This is not an isolated issue. In the last month I've deployed five new Dell Optiplex workstations running XP Pro and Remote Desktop hasn't worked on any of them, even though you can see it listening on Netstat, firewall is turned off, etc. This has never happened before.
I really believe this is somehow a Dell issue.
I too had to install VNC on those workstations, but that's not right, since it's movement away from a single way of managing all company workstations.
Business Accounts
Answer for Membership
by: nasserdPosted on 2008-10-29 at 11:32:43ID: 22834175
What version is your "client" and your "host" machines? Have you upgraded to the latest version of Remote Desktop Client from Microsoft?