Can not connect with remote desktop.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I try to connect to my terminal server I get a an error. The error in
the event log of the server is:

Event Type: Error
Event Source: TermService
Event Category: None
Event ID: 24
Date: 5/19/2005
Time: 12:00:17 PM
User: N/A
Computer: SRI
Description:
{Conflicting Address Range} The specified address range conflicts with the
address space.
Data:
0000: 00 00 00 00 00 00 00 00 ........
0008: 00 00 00 00 00 00 00 00 ........
0010: 00 00 00 00 00 00 00 00 ........
0018: 00 00 00 00 00 00 00 00 ........
0020: 00 00 00 00 00 00 00 00 ........
0028: 00 00 00 00 00 00 00 00 ........
0030: 00 00 00 00 00 00 00 00 ........
0038: 00 00 00 00 00 00 00 00 ........
0040: 00 00 ..




The error on the remote desktop machine reads:

The client could not establish a connection to the remote computer.

I have uninstalled and reinstalled terminal services. Reapplied service pack
2. None of this worked.

Ay help would be appreciated
 
Type this at a command prompt:

netstat -anvb>ports.txt

Then type:

notepad ports.txt

In notepad, search for 0.0.0.0:3389 on the left-hand side with a
state of listening. Underneath it should be TermService. It
would look something like this:

TCP 0.0.0.0:3389 0.0.0.0:0 LISTENING 1724
TermService
[svchost.exe]

Is it there, if so what does it say?

Thanks.

-TP
 
Back
Top