I am having an issue with a machine on my company network where it has joined the domain OK and the machine itself can happily connect with play with other machines on the network but nothing can connect to it (or indeed ping it).
What I would like to achieve to to be able to remote desktop onto it (obviously I have turned this option on in the settings)
The machine is running Windows XP, the firewall is off and it is getting an IP on our network. I am a bit of a networking n00b so I don't know what other information is relevant.
Any ideas on what could be causing this?
As far as connecting to this PC via Remote Desktop goes, please verify two things and then run a test for me.
Verify:
After verifying those two things, test that the Terminal Server is running and bound to a TCP port on your computer. To do this, type the following at a command prompt:
netstat -anp tcp | find /N "3389"
That should return something like this:
If it doesn't, Terminal Service isn't running, or is running on a different port. You could always run something like this to see if its bound to a different port:
netstat -anpb tcp
The result would look like this:
Microsoft Support Article 299357 (I'm only allowed to post one URL) describes how the listening port for RDP may have been changed from 3389 to some number.
As far as not being able to ping this computer goes...can you upload the IPCONFIG for both machines? Are there any hardware firewalls between them?
Like another member mentioned, it's possible this computer has another software firewall blocking inbound traffic, aside from the Windows Firewall. I'd check in the Security Center (which should detail if any are active).
Also, you might want to see if any TCP/IP filtering settings have been enabled for this NIC.
If nothing else, you could try resetting the TCP/IP settings...Microsoft Support Article 299357.
Good luck!
Does your edition of XP support Remote Desktop?
Can the machines see each other on the network? (Ping them) > ping ipadress(X.X.X.X)
I have had this happen on numerous occasions. Sometimes whilst joining a Windows Domain, something goes awry. What I have done in the past is to delete the computer name from Active Directory, then disjoin the Domain (from the computer: right-click my computer, select properties, select the computer name tab, click change. click the workgroup radio button and type in a workgroup name. Finally restart the computer). After the computer restarts, you can then log in and rejoin the domain (same process as above, only select the domain radio button and type in the name of your domain). This should solve your problem.
Check the properties of your NIC in Control Panel, Network Connections. You need to have both Client for MS Networks and File and Print Sharing enabled.
If I understand you correctly, you have a WinXP machine that you cannot ping, connect to with RDP, or otherwise route traffic to. This wouldn't be anything specific to RDP, it would be a more general networking issue.
Try setting the XP machine to a static IP and see if you can communicate with it then. If you can't ping it, which failure message do you get?
When you ping and remote be sure to try using the IP address instead of the name in case DNS is not working correctly.