Networking Forums

Networking Forums > Computer Networking > Windows Networking > Cannot RDP into server

Reply
Thread Tools Display Modes

Cannot RDP into server

 
 
Synapse Syndrome [KGB]
Guest
Posts: n/a

 
      03-29-2009, 11:38 PM
I cannot connect to a server using RDP.

I can connect to a Hyper-V virtual machine on the same computer okay.

I cannot ping the 3389 port on the machine, while I can on the VM on it.

RDP is in the exception list in the Firewall, and I still cannot connect
with the Firewall turned off.

This problem is driving me crazy.

C:\>portping hubble 3389

Tools4ever Port Ping Utility. Version 2.05
Copyright (c) 2002 Tools4ever bv. All rights reserved.
www.tools4ever.com

Host: hubble
Connection time: 20970 ms
Connected host: -
Connected port: -1
Error code: 10060
Error text: Error 10060 connecting socket. A connection attempt failed
because the connected party did not properly respond after a period of time,
or established connection failed because connected host has failed to
respond.



C:\>portping hubble 80

Tools4ever Port Ping Utility. Version 2.05
Copyright (c) 2002 Tools4ever bv. All rights reserved.
www.tools4ever.com

Host: hubble
Connection time: 230 ms
Connected host: 192.168.1.66
Connected port: 80
Error code: 0
Error text: -


C:\>portping polaris 3389

Tools4ever Port Ping Utility. Version 2.05
Copyright (c) 2002 Tools4ever bv. All rights reserved.
www.tools4ever.com

Host: polaris
Connection time: 40 ms
Connected host: 192.168.1.70
Connected port: 3389
Error code: 0
Error text: -


Does anybody know what could be going on??

Cheers

ss.


 
Reply With Quote
 
 
 
 
Synapse Syndrome [KGB]
Guest
Posts: n/a

 
      03-30-2009, 01:28 AM
Synapse Syndrome [KGB] <(E-Mail Removed)> wrote:
>
> I cannot connect to a server using RDP.
>
> I can connect to a Hyper-V virtual machine on the same computer okay.
>
> I cannot ping the 3389 port on the machine, while I can on the VM on it.
>
> RDP is in the exception list in the Firewall, and I still cannot connect
> with the Firewall turned off.
>
> This problem is driving me crazy.
>
> C:\>portping hubble 3389
>
> Tools4ever Port Ping Utility. Version 2.05
> Copyright (c) 2002 Tools4ever bv. All rights reserved.
> www.tools4ever.com
>
> Host: hubble
> Connection time: 20970 ms
> Connected host: -
> Connected port: -1
> Error code: 10060
> Error text: Error 10060 connecting socket. A connection attempt failed
> because the connected party did not properly respond after a period of
> time, or established connection failed because connected host has
> failed to respond.
>
>
>
> C:\>portping hubble 80
>
> Tools4ever Port Ping Utility. Version 2.05
> Copyright (c) 2002 Tools4ever bv. All rights reserved.
> www.tools4ever.com
>
> Host: hubble
> Connection time: 230 ms
> Connected host: 192.168.1.66
> Connected port: 80
> Error code: 0
> Error text: -
>
>
> C:\>portping polaris 3389
>
> Tools4ever Port Ping Utility. Version 2.05
> Copyright (c) 2002 Tools4ever bv. All rights reserved.
> www.tools4ever.com
>
> Host: polaris
> Connection time: 40 ms
> Connected host: 192.168.1.70
> Connected port: 3389
> Error code: 0
> Error text: -
>
>
> Does anybody know what could be going on??
>
> Cheers



Okay, with NETSTAT, I can see that TCP 3389 is not LISTENING.

There are no details for port 3389 at all, unlike on the other machines.

So why is that the case, when RDP is set to on?

ss.


 
Reply With Quote
 
Dave Patrick
Guest
Posts: n/a

 
      03-30-2009, 01:50 AM
Control Panel|Admin Tools|Services. Is Terminal Services started?



--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect


"Synapse Syndrome [KGB]" wrote:
> Okay, with NETSTAT, I can see that TCP 3389 is not LISTENING.
>
> There are no details for port 3389 at all, unlike on the other machines.
>
> So why is that the case, when RDP is set to on?
>
> ss.
>
>

 
Reply With Quote
 
Synapse Syndrome [KGB]
Guest
Posts: n/a

 
      03-30-2009, 02:25 AM
Dave Patrick <(E-Mail Removed)> wrote:
>
> Control Panel|Admin Tools|Services. Is Terminal Services started?
>


Yes. Everything looks fine, but it is not listening on port 3389.

More info:



D:\>psexec \\hubble sc query Termservice

PsExec v1.94 - Execute processes remotely
Copyright (C) 2001-2008 Mark Russinovich
Sysinternals - www.sysinternals.com



SERVICE_NAME: Termservice
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 4 RUNNING
(STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0
sc exited on hubble with error code 0.

D:\>psexec \\hubble sc qc termservice

PsExec v1.94 - Execute processes remotely
Copyright (C) 2001-2008 Mark Russinovich
Sysinternals - www.sysinternals.com


[SC] QueryServiceConfig SUCCESS

SERVICE_NAME: termservice
TYPE : 20 WIN32_SHARE_PROCESS
START_TYPE : 2 AUTO_START
ERROR_CONTROL : 1 NORMAL
BINARY_PATH_NAME : C:\Windows\System32\svchost.exe -k
NetworkService
LOAD_ORDER_GROUP :
TAG : 0
DISPLAY_NAME : Terminal Services
DEPENDENCIES : RPCSS
: TermDD
SERVICE_START_NAME : NT Authority\NetworkService
sc exited on hubble with error code 0.

D:\>psexec \\hubble sc query rpcss

PsExec v1.94 - Execute processes remotely
Copyright (C) 2001-2008 Mark Russinovich
Sysinternals - www.sysinternals.com



SERVICE_NAME: rpcss
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 4 RUNNING
(NOT_STOPPABLE, NOT_PAUSABLE,
IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0
sc exited on hubble with error code 0.

D:\>psexec \\hubble sc qc rpcss

PsExec v1.94 - Execute processes remotely
Copyright (C) 2001-2008 Mark Russinovich
Sysinternals - www.sysinternals.com


[SC] QueryServiceConfig SUCCESS

SERVICE_NAME: rpcss
TYPE : 20 WIN32_SHARE_PROCESS
START_TYPE : 2 AUTO_START
ERROR_CONTROL : 1 NORMAL
BINARY_PATH_NAME : C:\Windows\system32\svchost.exe -k rpcss
LOAD_ORDER_GROUP : COM Infrastructure
TAG : 0
DISPLAY_NAME : Remote Procedure Call (RPC)
DEPENDENCIES : DcomLaunch
SERVICE_START_NAME : NT AUTHORITY\NetworkService
sc exited on hubble with error code 0.

C:\>psexec \\hubble netstat -an | grep 3389

PsExec v1.94 - Execute processes remotely
Copyright (C) 2001-2008 Mark Russinovich
Sysinternals - www.sysinternals.com


netstat exited on hubble with error code 0.

ss.


 
Reply With Quote
 
Dave Patrick
Guest
Posts: n/a

 
      03-30-2009, 02:40 AM
Maybe the listening port was altered.

http://support.microsoft.com/kb/187623



--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect


"Synapse Syndrome [KGB]" wrote:
> Yes. Everything looks fine, but it is not listening on port 3389.
>
> More info:
>
>
>
> D:\>psexec \\hubble sc query Termservice
>
> PsExec v1.94 - Execute processes remotely
> Copyright (C) 2001-2008 Mark Russinovich
> Sysinternals - www.sysinternals.com
>
>
>
> SERVICE_NAME: Termservice
> TYPE : 20 WIN32_SHARE_PROCESS
> STATE : 4 RUNNING
> (STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN)
> WIN32_EXIT_CODE : 0 (0x0)
> SERVICE_EXIT_CODE : 0 (0x0)
> CHECKPOINT : 0x0
> WAIT_HINT : 0x0
> sc exited on hubble with error code 0.
>
> D:\>psexec \\hubble sc qc termservice
>
> PsExec v1.94 - Execute processes remotely
> Copyright (C) 2001-2008 Mark Russinovich
> Sysinternals - www.sysinternals.com
>
>
> [SC] QueryServiceConfig SUCCESS
>
> SERVICE_NAME: termservice
> TYPE : 20 WIN32_SHARE_PROCESS
> START_TYPE : 2 AUTO_START
> ERROR_CONTROL : 1 NORMAL
> BINARY_PATH_NAME : C:\Windows\System32\svchost.exe -k
> NetworkService
> LOAD_ORDER_GROUP :
> TAG : 0
> DISPLAY_NAME : Terminal Services
> DEPENDENCIES : RPCSS
> : TermDD
> SERVICE_START_NAME : NT Authority\NetworkService
> sc exited on hubble with error code 0.
>
> D:\>psexec \\hubble sc query rpcss
>
> PsExec v1.94 - Execute processes remotely
> Copyright (C) 2001-2008 Mark Russinovich
> Sysinternals - www.sysinternals.com
>
>
>
> SERVICE_NAME: rpcss
> TYPE : 20 WIN32_SHARE_PROCESS
> STATE : 4 RUNNING
> (NOT_STOPPABLE, NOT_PAUSABLE,
> IGNORES_SHUTDOWN)
> WIN32_EXIT_CODE : 0 (0x0)
> SERVICE_EXIT_CODE : 0 (0x0)
> CHECKPOINT : 0x0
> WAIT_HINT : 0x0
> sc exited on hubble with error code 0.
>
> D:\>psexec \\hubble sc qc rpcss
>
> PsExec v1.94 - Execute processes remotely
> Copyright (C) 2001-2008 Mark Russinovich
> Sysinternals - www.sysinternals.com
>
>
> [SC] QueryServiceConfig SUCCESS
>
> SERVICE_NAME: rpcss
> TYPE : 20 WIN32_SHARE_PROCESS
> START_TYPE : 2 AUTO_START
> ERROR_CONTROL : 1 NORMAL
> BINARY_PATH_NAME : C:\Windows\system32\svchost.exe -k rpcss
> LOAD_ORDER_GROUP : COM Infrastructure
> TAG : 0
> DISPLAY_NAME : Remote Procedure Call (RPC)
> DEPENDENCIES : DcomLaunch
> SERVICE_START_NAME : NT AUTHORITY\NetworkService
> sc exited on hubble with error code 0.
>
> C:\>psexec \\hubble netstat -an | grep 3389
>
> PsExec v1.94 - Execute processes remotely
> Copyright (C) 2001-2008 Mark Russinovich
> Sysinternals - www.sysinternals.com
>
>
> netstat exited on hubble with error code 0.
>
> ss.
>


 
Reply With Quote
 
Vera Noest [MVP]
Guest
Posts: n/a

 
      03-30-2009, 02:24 PM
"Synapse Syndrome [KGB]" <(E-Mail Removed)> wrote on
30 mar 2009:

> Dave Patrick <(E-Mail Removed)> wrote:
>>
>> Control Panel|Admin Tools|Services. Is Terminal Services
>> started?
>>

>
> Yes. Everything looks fine, but it is not listening on port
> 3389.


Have you ever been able to connect to this server? If yes, what did
you change immediately before it stopped working?
Does a reboot solve the problem?
__________________________________________________ _______
Vera Noest
MCSE, CCEA, Microsoft MVP - Terminal Server
TS troubleshooting: http://ts.veranoest.net
*----------- Please reply in newsgroup -------------*
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Migrating the USER accounts (and passwords) from one Windows server to another: Web Hosting server Spin Windows Networking 2 07-15-2009 01:54 PM
Minuteman's Production server. your provider's email server sends a message back to the Production server. Don Saklad Linux Networking 0 05-19-2007 07:17 AM
Longhorn Server 6001 with NAP: DHCP Server can't reach IAS Server Shrek Windows Networking 3 04-02-2007 06:21 PM
OpenVPN working between client and server only, but not able to access any machines in server subnet GS Linux Networking 10 12-06-2006 10:48 AM
I can´t access from Device Mobile to RRAS Server, Windows Server 2 Carlos Ortega-Colombia Windows Networking 1 11-02-2005 10:23 PM



1 2 3 4 5 6 7 8 9 10 11