"trant" <(E-Mail Removed)> wrote in message
news:459249CA-E487-446B-8457-(E-Mail Removed)...
>> Remote Desktop is only available for WinXP Pro but not for WinXP Home.
>>
>
> All 3 machines are in fact XP Pro SP3
>
>> You need to provide more details if you require a good answer, e.g.
>> - Are the three PCs on the same internal network or do you access them
>> via
>> the Internet?
>
> All machines are on internal LAN. They are all wired to the same D-Link
> router
> Machine A is 192.168.3.157
> Machine B is 192.168.3.152
> Machine C is 192.168.3.10
>
>> - Are their firewalls disabled while you're testing Remote Desktop?
>
> Yes.
>
>> - What happens when you type these commands from a Command Prompt on PC
>> A:
>> ping PC_C
>
> Pinging server [192.168.3.10] with 32 bytes of data:
>
> Reply from 192.168.3.10: bytes=32 time<1ms TTL=128
> Reply from 192.168.3.10: bytes=32 time<1ms TTL=128
> Reply from 192.168.3.10: bytes=32 time<1ms TTL=128
> Reply from 192.168.3.10: bytes=32 time<1ms TTL=128
>
> Ping statistics for 192.168.3.10:
> Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
> Approximate round trip times in milli-seconds:
> Minimum = 0ms, Maximum = 0ms, Average = 0ms
>
>> telnet PC_C 3389
>
> The screen blacks out with a blinking cursor at the top left. No further
> activity.
>
>> mstsc /v:PC_C
>
> Some window flashes on screen and goes away. If I repeat the command and
> stare at the screen I can see that the window is a little prompt with the
> title "Connecting" and then says "Connecting to server..." inside the
> window
> with a Cancel button. But again, it quickly flashes away. No error msg or
> anything.
The response to the telnet command tells me that PC_C is listening on port
3389. If it was not listening then you would get an error message after a
while.
The response to the mstsc command suggests that there is something wrong
with the terminal server on PC_C. If this was my machine then I would do
this:
- Examine its event viewer.
- Reboot it in "Safe Mode with Networking", then try again.
- Check Google for hints on re-installing Terminal Services.
|