Networking Forums

Networking Forums > Computer Networking > Windows Networking > Remote Desktop Issues

Reply
Thread Tools Display Modes

Remote Desktop Issues

 
 
TDM
Guest
Posts: n/a

 
      12-15-2007, 03:48 PM

Hello all,

First, my apologies if this is the wrong NG.

I am having some issues with Remote Dektop connections.
I am trying to connect to a remote server over the internet.
I have set up Dynamic DNS to the Windows Server 2003.
I can resolve the Hostname just fine via an nslookup. However,
when I try to connect to the remote server using the Hostaname,
it fails. If I use the resolved IP Address, I can connect just fine.
I have tried connecting with both XP Pro and Vista Ultimate,
same issue. Are there any issues with connecting via the hostname
versus the IP ? I have changed the port numbers, but I dont
see why this should matter.

This does not work :

servername.domain.com:12345

This does work :

xxx.xxx.xxx.xxx:12345

I did some googlin, but found nothing useful.

TIA

TDM

 
Reply With Quote
 
 
 
 
Lanwench [MVP - Exchange]
Guest
Posts: n/a

 
      12-15-2007, 05:12 PM
TDM <(E-Mail Removed)> wrote:
> Hello all,
>
> First, my apologies if this is the wrong NG.
>
> I am having some issues with Remote Dektop connections.
> I am trying to connect to a remote server over the internet.
> I have set up Dynamic DNS to the Windows Server 2003.
> I can resolve the Hostname just fine via an nslookup. However,
> when I try to connect to the remote server using the Hostaname,
> it fails. If I use the resolved IP Address, I can connect just fine.
> I have tried connecting with both XP Pro and Vista Ultimate,
> same issue. Are there any issues with connecting via the hostname
> versus the IP ?


No, shouldn't be.

> I have changed the port numbers, but I dont
> see why this should matter.


Nope, shouldn't matter at all.
>
> This does not work :
>
> servername.domain.com:12345
>
> This does work :
>
> xxx.xxx.xxx.xxx:12345
>
> I did some googlin, but found nothing useful.
>
> TIA
>
> TDM


Ping servername.domain.com and ensure you're getting the same IP address you
think you ought to. NSlookup isn't needed - a simple ping will tell you what
IP address you're currently using for that name.

You might double check with your dynamic DNS update client.....


 
Reply With Quote
 
Richard Raseley
Guest
Posts: n/a

 
      12-15-2007, 06:06 PM
When you changed the port on the Windows box, did you update the firewall
rules? Maybe your communication with the server is being blocked @ the
perimeter. Try switching the port back to the default. You can do so through
the use of PSEXEC and the reg command. Try googling "remote registry change
psexec" .

Thanks,

Richard
"TDM" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
> Hello all,
>
> First, my apologies if this is the wrong NG.
>
> I am having some issues with Remote Dektop connections. I am trying to
> connect to a remote server over the internet.
> I have set up Dynamic DNS to the Windows Server 2003.
> I can resolve the Hostname just fine via an nslookup. However,
> when I try to connect to the remote server using the Hostaname,
> it fails. If I use the resolved IP Address, I can connect just fine.
> I have tried connecting with both XP Pro and Vista Ultimate, same issue.
> Are there any issues with connecting via the hostname
> versus the IP ? I have changed the port numbers, but I dont
> see why this should matter.
>
> This does not work :
>
> servername.domain.com:12345
>
> This does work :
>
> xxx.xxx.xxx.xxx:12345
>
> I did some googlin, but found nothing useful.
>
> TIA
>
> TDM
>


 
Reply With Quote
 
TDM
Guest
Posts: n/a

 
      12-16-2007, 12:43 AM

"Lanwench [MVP - Exchange]"
<(E-Mail Removed) hoo.com> wrote in message
news:(E-Mail Removed)...
> TDM <(E-Mail Removed)> wrote:
>> Hello all,
>>
>> First, my apologies if this is the wrong NG.
>>
>> I am having some issues with Remote Dektop connections.
>> I am trying to connect to a remote server over the internet.
>> I have set up Dynamic DNS to the Windows Server 2003.
>> I can resolve the Hostname just fine via an nslookup. However,
>> when I try to connect to the remote server using the Hostaname,
>> it fails. If I use the resolved IP Address, I can connect just fine.
>> I have tried connecting with both XP Pro and Vista Ultimate,
>> same issue. Are there any issues with connecting via the hostname
>> versus the IP ?

>
> No, shouldn't be.
>
>> I have changed the port numbers, but I dont
>> see why this should matter.

>
> Nope, shouldn't matter at all.
>>
>> This does not work :
>>
>> servername.domain.com:12345
>>
>> This does work :
>>
>> xxx.xxx.xxx.xxx:12345
>>
>> I did some googlin, but found nothing useful.
>>
>> TIA
>>
>> TDM

>
> Ping servername.domain.com and ensure you're getting the same IP address
> you think you ought to. NSlookup isn't needed - a simple ping will tell
> you what IP address you're currently using for that name.
>
> You might double check with your dynamic DNS update client.....
>


Ping is not an option, there is a router in front of the server with Echo
turned off, as it should be. Nslookup tells me that DNS resolves the
name so I naturally figured that Remote Desktop would as well.
Any other ideas ?

Thanks for the reply.

TDM

 
Reply With Quote
 
TDM
Guest
Posts: n/a

 
      12-16-2007, 12:48 AM

"Richard Raseley" <(E-Mail Removed)> wrote in message
news:74E6B22D-2233-4C13-89FE-(E-Mail Removed)...
> When you changed the port on the Windows box, did you update the firewall
> rules? Maybe your communication with the server is being blocked @ the
> perimeter. Try switching the port back to the default. You can do so
> through the use of PSEXEC and the reg command. Try googling "remote
> registry change psexec" .
>
> Thanks,
>
> Richard
> "TDM" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>>
>> Hello all,
>>
>> First, my apologies if this is the wrong NG.
>>
>> I am having some issues with Remote Dektop connections. I am trying to
>> connect to a remote server over the internet.
>> I have set up Dynamic DNS to the Windows Server 2003.
>> I can resolve the Hostname just fine via an nslookup. However,
>> when I try to connect to the remote server using the Hostaname,
>> it fails. If I use the resolved IP Address, I can connect just fine.
>> I have tried connecting with both XP Pro and Vista Ultimate, same issue.
>> Are there any issues with connecting via the hostname
>> versus the IP ? I have changed the port numbers, but I dont
>> see why this should matter.
>>
>> This does not work :
>>
>> servername.domain.com:12345
>>
>> This does work :
>>
>> xxx.xxx.xxx.xxx:12345
>>
>> I did some googlin, but found nothing useful.
>>
>> TIA
>>
>> TDM
>>

>


The Firewall is turned off on the server for testing, and with a NAT router
in front of the server, it would be just another obstacle in the way.

And just in case anyone else asks, the server is set up for DDNS with
DnsMadeEasy.com, hence the reason that nslookup works. I guess
common sense tells me that if the hostname resolves via DNS(nslookup),
then remote desktop should also be able to connect via the hostname.

Any other ideas ? Is anyone else seeing this behavior ?

Thanks for the reply.

TDM

 
Reply With Quote
 
Lanwench [MVP - Exchange]
Guest
Posts: n/a

 
      12-16-2007, 12:45 PM
TDM <(E-Mail Removed)> wrote:
> "Lanwench [MVP - Exchange]"
> <(E-Mail Removed) hoo.com> wrote in
> message news:(E-Mail Removed)...
>> TDM <(E-Mail Removed)> wrote:
>>> Hello all,
>>>
>>> First, my apologies if this is the wrong NG.
>>>
>>> I am having some issues with Remote Dektop connections.
>>> I am trying to connect to a remote server over the internet.
>>> I have set up Dynamic DNS to the Windows Server 2003.
>>> I can resolve the Hostname just fine via an nslookup. However,
>>> when I try to connect to the remote server using the Hostaname,
>>> it fails. If I use the resolved IP Address, I can connect just fine.
>>> I have tried connecting with both XP Pro and Vista Ultimate,
>>> same issue. Are there any issues with connecting via the hostname
>>> versus the IP ?

>>
>> No, shouldn't be.
>>
>>> I have changed the port numbers, but I dont
>>> see why this should matter.

>>
>> Nope, shouldn't matter at all.
>>>
>>> This does not work :
>>>
>>> servername.domain.com:12345
>>>
>>> This does work :
>>>
>>> xxx.xxx.xxx.xxx:12345
>>>
>>> I did some googlin, but found nothing useful.
>>>
>>> TIA
>>>
>>> TDM

>>
>> Ping servername.domain.com and ensure you're getting the same IP
>> address you think you ought to. NSlookup isn't needed - a simple
>> ping will tell you what IP address you're currently using for that
>> name. You might double check with your dynamic DNS update client.....
>>

>
> Ping is not an option, there is a router in front of the server with
> Echo turned off, as it should be.


That's a good config, but isn't relevant here. If you ping your dynamic DNS
hostname, you should get the IP
address returned - whether it replies or not.

> Nslookup tells me that DNS resolves
> the name so I naturally figured that Remote Desktop would as well.
> Any other ideas ?
>
> Thanks for the reply.
>
> TDM





 
Reply With Quote
 
TDM
Guest
Posts: n/a

 
      12-16-2007, 03:29 PM

"Lanwench [MVP - Exchange]"
<(E-Mail Removed) hoo.com> wrote in message
news:%23W3Wd5$(E-Mail Removed)...
> TDM <(E-Mail Removed)> wrote:
>> "Lanwench [MVP - Exchange]"
>> <(E-Mail Removed) hoo.com> wrote in
>> message news:(E-Mail Removed)...
>>> TDM <(E-Mail Removed)> wrote:
>>>> Hello all,
>>>>
>>>> First, my apologies if this is the wrong NG.
>>>>
>>>> I am having some issues with Remote Dektop connections.
>>>> I am trying to connect to a remote server over the internet.
>>>> I have set up Dynamic DNS to the Windows Server 2003.
>>>> I can resolve the Hostname just fine via an nslookup. However,
>>>> when I try to connect to the remote server using the Hostaname,
>>>> it fails. If I use the resolved IP Address, I can connect just fine.
>>>> I have tried connecting with both XP Pro and Vista Ultimate,
>>>> same issue. Are there any issues with connecting via the hostname
>>>> versus the IP ?
>>>
>>> No, shouldn't be.
>>>
>>>> I have changed the port numbers, but I dont
>>>> see why this should matter.
>>>
>>> Nope, shouldn't matter at all.
>>>>
>>>> This does not work :
>>>>
>>>> servername.domain.com:12345
>>>>
>>>> This does work :
>>>>
>>>> xxx.xxx.xxx.xxx:12345
>>>>
>>>> I did some googlin, but found nothing useful.
>>>>
>>>> TIA
>>>>
>>>> TDM
>>>
>>> Ping servername.domain.com and ensure you're getting the same IP
>>> address you think you ought to. NSlookup isn't needed - a simple
>>> ping will tell you what IP address you're currently using for that
>>> name. You might double check with your dynamic DNS update client.....
>>>

>>
>> Ping is not an option, there is a router in front of the server with
>> Echo turned off, as it should be.

>
> That's a good config, but isn't relevant here. If you ping your dynamic
> DNS hostname, you should get the IP
> address returned - whether it replies or not.
>
>> Nslookup tells me that DNS resolves
>> the name so I naturally figured that Remote Desktop would as well.
>> Any other ideas ?
>>
>> Thanks for the reply.
>>
>> TDM

>
>
>
>


Point taken, I guess I just prefer nslookup. We all have our bad habits.


TDM

 
Reply With Quote
 
Lanwench [MVP - Exchange]
Guest
Posts: n/a

 
      12-16-2007, 03:34 PM
TDM <(E-Mail Removed)> wrote:
> "Lanwench [MVP - Exchange]"
> <(E-Mail Removed) hoo.com> wrote in
> message news:%23W3Wd5$(E-Mail Removed)...
>> TDM <(E-Mail Removed)> wrote:
>>> "Lanwench [MVP - Exchange]"
>>> <(E-Mail Removed) hoo.com> wrote in
>>> message news:(E-Mail Removed)...
>>>> TDM <(E-Mail Removed)> wrote:
>>>>> Hello all,
>>>>>
>>>>> First, my apologies if this is the wrong NG.
>>>>>
>>>>> I am having some issues with Remote Dektop connections.
>>>>> I am trying to connect to a remote server over the internet.
>>>>> I have set up Dynamic DNS to the Windows Server 2003.
>>>>> I can resolve the Hostname just fine via an nslookup. However,
>>>>> when I try to connect to the remote server using the Hostaname,
>>>>> it fails. If I use the resolved IP Address, I can connect just
>>>>> fine. I have tried connecting with both XP Pro and Vista Ultimate,
>>>>> same issue. Are there any issues with connecting via the hostname
>>>>> versus the IP ?
>>>>
>>>> No, shouldn't be.
>>>>
>>>>> I have changed the port numbers, but I dont
>>>>> see why this should matter.
>>>>
>>>> Nope, shouldn't matter at all.
>>>>>
>>>>> This does not work :
>>>>>
>>>>> servername.domain.com:12345
>>>>>
>>>>> This does work :
>>>>>
>>>>> xxx.xxx.xxx.xxx:12345
>>>>>
>>>>> I did some googlin, but found nothing useful.
>>>>>
>>>>> TIA
>>>>>
>>>>> TDM
>>>>
>>>> Ping servername.domain.com and ensure you're getting the same IP
>>>> address you think you ought to. NSlookup isn't needed - a simple
>>>> ping will tell you what IP address you're currently using for that
>>>> name. You might double check with your dynamic DNS update
>>>> client.....
>>>
>>> Ping is not an option, there is a router in front of the server with
>>> Echo turned off, as it should be.

>>
>> That's a good config, but isn't relevant here. If you ping your
>> dynamic DNS hostname, you should get the IP
>> address returned - whether it replies or not.
>>
>>> Nslookup tells me that DNS resolves
>>> the name so I naturally figured that Remote Desktop would as well.
>>> Any other ideas ?
>>>
>>> Thanks for the reply.
>>>
>>> TDM

>>
>>
>>
>>

>
> Point taken, I guess I just prefer nslookup. We all have our bad
> habits.


But nslookup != ping .

....and ping is the fastest way to find out whether your hostname matches the
IP you wish, or vice versa.

Since you've established that you can connect using the IP address, you just
need to verify that your dynamic DNS hostname is being properly updated.
There's nothing else to it....nothing in your router or computer would be
preventing it (nor could they).



>
>
> TDM




 
Reply With Quote
 
Kerry Brown
Guest
Posts: n/a

 
      12-16-2007, 04:14 PM
>
> Point taken, I guess I just prefer nslookup. We all have our bad habits.
>


If you have an entry for the target host in the hosts file then ping would
return a different IP than nslookup. This is just one example. You have to
use all the tools and compare results to see what is really happening.

--
Kerry Brown
Microsoft MVP - Shell/User
http://www.vistahelp.ca/phpBB2/


 
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, allow remote connections for some but deny remote for others steve Windows Networking 4 06-19-2007 01:35 PM
Remote Desktop Issues IF Windows Networking 2 11-12-2005 04:45 PM
RDP and Remote desktop network issues Daniel Saadia Windows Networking 1 03-08-2005 02:53 AM
Remote Desktop Network Issues Dave Broadband Hardware 2 02-15-2004 02:33 PM
Win98 and Remote Desktop issues =?Utf-8?B?TWF0dA==?= Windows Networking 0 01-17-2004 11:56 PM



1 2 3 4 5 6 7 8 9 10 11