Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Remote Desktop Not working

Reply
Thread Tools Display Modes

Remote Desktop Not working

 
 
Eric Gomez
Guest
Posts: n/a

 
      08-14-2007
I set up Remote desktop on my Vista Ultimate machine when Vista was released.
It worked find for about a month or 2. But now When I try to get connect
from a remote location it won't connect. I have tried turning remote desktop
on and off, messed with the firewall settings, and still can not get any
sessions to connect. I doesn't seem to be going far enough to test the
creditials I am logging in with so I know thats not the problem, it simply
doesn't seem to be accepting a connection.
 
Reply With Quote
 
 
 
 
Synapse Syndrome
Guest
Posts: n/a

 
      08-14-2007
"Eric Gomez" <> wrote in message
news:10865DDC-ED39-43ED-8D09-...
>I set up Remote desktop on my Vista Ultimate machine when Vista was
>released.
> It worked find for about a month or 2. But now When I try to get connect
> from a remote location it won't connect. I have tried turning remote
> desktop
> on and off, messed with the firewall settings, and still can not get any
> sessions to connect. I doesn't seem to be going far enough to test the
> creditials I am logging in with so I know thats not the problem, it simply
> doesn't seem to be accepting a connection.


Are you sure that the Remote Destop port is forwarded from your router to
the correct internal IP address for your computer?

Are you sure that an exception is set for Remote Desktop in the Windows
Firewall or any other firewall that you may use?

Are you sure you are using the correct and current global IP address when
trying to connect to your computer remotely, and are you sure you are not
using the internal LAN IP address? Or are you using a hostname?

ss.


 
Reply With Quote
 
Eric Gomez
Guest
Posts: n/a

 
      08-14-2007
Yes I am sure. Like I said it was working when I first set it up. I have
checked the firewall multiple times and 3389 is open (or telling me its
open). I should have also mentioned that I can't even connect the machine
internally.

"Synapse Syndrome" wrote:

> "Eric Gomez" <> wrote in message
> news:10865DDC-ED39-43ED-8D09-...
> >I set up Remote desktop on my Vista Ultimate machine when Vista was
> >released.
> > It worked find for about a month or 2. But now When I try to get connect
> > from a remote location it won't connect. I have tried turning remote
> > desktop
> > on and off, messed with the firewall settings, and still can not get any
> > sessions to connect. I doesn't seem to be going far enough to test the
> > creditials I am logging in with so I know thats not the problem, it simply
> > doesn't seem to be accepting a connection.

>
> Are you sure that the Remote Destop port is forwarded from your router to
> the correct internal IP address for your computer?
>
> Are you sure that an exception is set for Remote Desktop in the Windows
> Firewall or any other firewall that you may use?
>
> Are you sure you are using the correct and current global IP address when
> trying to connect to your computer remotely, and are you sure you are not
> using the internal LAN IP address? Or are you using a hostname?
>
> ss.
>
>
>

 
Reply With Quote
 
pittpanther
Guest
Posts: n/a

 
      08-15-2007
Hi Eric - I am having the same trouble. RDP was working on my Vista Business
PC, but stopped recently. I cannot even RDP on the local LAN to it. I
checked the status of Port 3389, and Vista is no longer "Listening" for it.
From a command prompt, try:

netstat -ano

You should see an entry for TCP Port 3389. For some reason, mine is now
gone, and I do not know how to get it back to listening.


"Eric Gomez" wrote:

> Yes I am sure. Like I said it was working when I first set it up. I have
> checked the firewall multiple times and 3389 is open (or telling me its
> open). I should have also mentioned that I can't even connect the machine
> internally.
>
> "Synapse Syndrome" wrote:
>
> > "Eric Gomez" <> wrote in message
> > news:10865DDC-ED39-43ED-8D09-...
> > >I set up Remote desktop on my Vista Ultimate machine when Vista was
> > >released.
> > > It worked find for about a month or 2. But now When I try to get connect
> > > from a remote location it won't connect. I have tried turning remote
> > > desktop
> > > on and off, messed with the firewall settings, and still can not get any
> > > sessions to connect. I doesn't seem to be going far enough to test the
> > > creditials I am logging in with so I know thats not the problem, it simply
> > > doesn't seem to be accepting a connection.

> >
> > Are you sure that the Remote Destop port is forwarded from your router to
> > the correct internal IP address for your computer?
> >
> > Are you sure that an exception is set for Remote Desktop in the Windows
> > Firewall or any other firewall that you may use?
> >
> > Are you sure you are using the correct and current global IP address when
> > trying to connect to your computer remotely, and are you sure you are not
> > using the internal LAN IP address? Or are you using a hostname?
> >
> > ss.
> >
> >
> >

 
Reply With Quote
 
Andrew McLaren
Guest
Posts: n/a

 
      08-15-2007
"pittpanther" <> wrote ...
> Hi Eric - I am having the same trouble. RDP was working on my Vista
> Business
> PC, but stopped recently. I cannot even RDP on the local LAN to it. I
> checked the status of Port 3389, and Vista is no longer "Listening" for
> it.
> From a command prompt, try:
>
> netstat -ano
>
> You should see an entry for TCP Port 3389. For some reason, mine is now
> gone, and I do not know how to get it back to listening.


Hi Eric and PittPanther,

The other precondition for making a Remote Desktop connection to your Vista
machine is that the Terminal Services service is running. You can verify
this with either of 2 different comands:

1) C:\>net start

or

2) C:\>tasklist /svc

In the Tasklist command, the "/svc" parameter tells tasklist to show the
services which are running in each Service Host process. So you should see
something like:

svchost.exe 1284 CryptSvc, Dnscache, KtmRm, NlaSvc,
TapiSrv, TermService

This tells you that the Process ID for Terminal Services is 1284.

When you do a "netstat -ano" it will show you the process IDs for the
processes listening on the various ports. If/when Terminal Services is
active, it will show up in the netstat list, on port 3389 ands Pitt Panther
correctly notes.

TCP 0.0.0.0:3389 0.0.0.0:0 LISTENING
1284

So, make sure you have Terminal Services running on your machine!

Let us know how you get on.

--
Andrew McLaren
amclar (at) optusnet dot com dot au


 
Reply With Quote
 
TechnoMike
Guest
Posts: n/a

 
      08-20-2007


"Andrew McLaren" wrote:

> "pittpanther" <> wrote ...
> > Hi Eric - I am having the same trouble. RDP was working on my Vista
> > Business
> > PC, but stopped recently. I cannot even RDP on the local LAN to it. I
> > checked the status of Port 3389, and Vista is no longer "Listening" for
> > it.
> > From a command prompt, try:
> >
> > netstat -ano
> >
> > You should see an entry for TCP Port 3389. For some reason, mine is now
> > gone, and I do not know how to get it back to listening.

>
> Hi Eric and PittPanther,
>
> The other precondition for making a Remote Desktop connection to your Vista
> machine is that the Terminal Services service is running. You can verify
> this with either of 2 different comands:
>
> 1) C:\>net start
>
> or
>
> 2) C:\>tasklist /svc
>
> In the Tasklist command, the "/svc" parameter tells tasklist to show the
> services which are running in each Service Host process. So you should see
> something like:
>
> svchost.exe 1284 CryptSvc, Dnscache, KtmRm, NlaSvc,
> TapiSrv, TermService
>
> This tells you that the Process ID for Terminal Services is 1284.
>
> When you do a "netstat -ano" it will show you the process IDs for the
> processes listening on the various ports. If/when Terminal Services is
> active, it will show up in the netstat list, on port 3389 ands Pitt Panther
> correctly notes.
>
> TCP 0.0.0.0:3389 0.0.0.0:0 LISTENING
> 1284
>
> So, make sure you have Terminal Services running on your machine!
>
> Let us know how you get on.
>
> --
> Andrew McLaren
> amclar (at) optusnet dot com dot au
>
>
>

 
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
Remote Desktop Connection has stopped working Error Lila Godel Windows Vista Networking 10 09-26-2008 09:06 PM
Remote Desktop stopped working please help MI Windows Vista General Discussion 2 12-31-2007 02:52 PM
Remote Desktop Connection not working Bruce Windows Vista General Discussion 12 04-24-2007 05:27 AM
SHIFT not working-Vista Remote Desktop Client MarkToo Windows Vista General Discussion 1 02-14-2007 04:38 AM
IIS Virtual Server 2003 R2 remote desktop etc stopped working Scanner2001 Windows Vista Security 1 10-01-2006 04:05 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59