Discussion:
RDP ERROR
(too old to reply)
a***@gmail.com
2014-01-30 22:50:26 UTC
Permalink
Hi,
I Recently configure RemoteApp on windows 2008R2 using IIS7. when trying to connect from local network it gives me message "Your computer cannot connect to remote computer because Remote desktop Gateway address is unreachable or incorrect".
Even want to publish it on internet what is the procedure?

Note: I have not purchase any RDP license yet. Does the message has to anything with Licensing?

Please help with this.
Todd
2014-01-31 02:51:37 UTC
Permalink
Post by a***@gmail.com
Hi,
I Recently configure RemoteApp on windows 2008R2 using IIS7. when trying to connect from local network it gives me message "Your computer cannot connect to remote computer because Remote desktop Gateway address is unreachable or incorrect".
Even want to publish it on internet what is the procedure?
Note: I have not purchase any RDP license yet. Does the message has to anything with Licensing?
Please help with this.
Hi Agile

You get to RDP licenses that log you in as administrator
for admin purposes only. The rest you have to purchase.
(In contrast, Linux's XRDP server in completely free.)

What I would do is trace your RDP port from another
computer to see where you are getting killed.

Here is a good utility for Windows (traceroute works
great for Linux):

Trace TCP:
http://tracetcp.sourceforge.net/
http://sourceforge.net/projects/tracetcp/files/

Also, you will need WinPcap (install first):
http://www.winpcap.org

Here is sample command line:
tracetcp 192.169.1.1:3389


Me personally, if you were going to publish to the
Internet, I'd mask the port. THe port is found
in the registry at:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TerminalServer\
WinStations\RDP-Tcp\PortNumber

Then do a TRACETCP from your remote workstation, to
test.

HTH,
-T
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
the riddle wrapped in an enigma wrapped
in a couple slices of baloney
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Todd
2014-01-31 04:12:38 UTC
Permalink
Post by Todd
get to RDP
should be "you get two"
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
the riddle wrapped in an enigma wrapped
in a couple slices of baloney
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
a***@gmail.com
2014-01-31 11:20:37 UTC
Permalink
Post by a***@gmail.com
Hi,
I Recently configure RemoteApp on windows 2008R2 using IIS7. when trying to connect from local network it gives me message "Your computer cannot connect to remote computer because Remote desktop Gateway address is unreachable or incorrect".
Even want to publish it on internet what is the procedure?
Note: I have not purchase any RDP license yet. Does the message has to anything with Licensing?
Please help with this.
Hi Todd,
Thanks for the post, I ill try as what you suggest.I ill come back to you.
Todd
2014-01-31 20:46:19 UTC
Permalink
Post by a***@gmail.com
Post by a***@gmail.com
Hi,
I Recently configure RemoteApp on windows 2008R2 using IIS7. when trying to connect from local network it gives me message "Your computer cannot connect to remote computer because Remote desktop Gateway address is unreachable or incorrect".
Even want to publish it on internet what is the procedure?
Note: I have not purchase any RDP license yet. Does the message has to anything with Licensing?
Please help with this.
Hi Todd,
Thanks for the post, I ill try as what you suggest.I ill come back to you.
If you don't install WinPcap before trying to run TraceTCP
(and get the nasty note), you have to install WinPcap and
then reboot
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
the riddle wrapped in an enigma wrapped
in a couple slices of baloney
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Loading...