Terminal Server and Internet

  • Thread starter Thread starter E.Anderegg
  • Start date Start date
E

E.Anderegg

Hello,
I have a W2kTS (IP 192.168.1.4) on the intranet. I can access it from the
intranet via http with IE/tsc and it works fine.
When i try to access the same server from the internet, i can get to the
root page but the window is left blank where normally the logon screen is
displayed . To make sure that there is no router/firewall problem, I direct
all ports to the WTS PC, but the problem remains.
What did I forgot?

Ernst
 
From the internet, can you run a telnet to port 3389 of
the terminal server? Something like this:

telnet <ip_address> 3389

If you can't connect, then your RDP port, port 3389, isn't
being forwarded properly from your firewall/NAT device to
your terminal server.

-M
 
Back
Top