Remote Desktop Web Connection

Forum Windows 2000/NT : Windows 2000/NT General Discussion - Remote Desktop Web Connection

TomsGuide.com: Over 800,000 questions and answers to address all your high-tech questions. Sign up now! Its free!
Word :    Username :           
 

Archived from groups: microsoft.public.windowsnt.terminalserver.connectivity (More info?)

 

I have a Terminal Server Farm that I want to give our users access to from
the internet.

What do you think is the best way to accomplish this?

Here's the idea I was hoping to run with, but it's been giving me some
problems. I was going to put a Windows 2003 with IIS 6 Web Server in our
DMZ with the "Remote Desktop Web Connection" software from Microsoft on it.
Well, I have most of it working. I opened up, what I think are the proper
ports from the DMZ->Internal Network and also from the External
Network->DMZ. I can get it to work fine from our Internet Network. Brings
up the page, I put the server name I would like to connect to, and it
connects. When I try the same thing from the External Network (the
internet), it won't connect. The only thing I can think of is it might be a
DNS issue. I was hoping the server in the DMZ would resolve the addresses,
as that server is pointed to our Internal Network DNS server.

Anyone have ideas about this? Also, is there a better solution? We'd like
to allow access to them from virtually anywhere, that way, if one of our
users is at a kiosk, they will still be able to get to the TS Farm.

Sponsored Links
Register or log in to remove.

Archived from groups: microsoft.public.windowsnt.terminalserver.connectivity (More info?)

 

Could you give details on how it doesn't work - no web page, or web page and
no TS connection? And what ports did you redirect to where?

Jason Rosolowski wrote:
> I have a Terminal Server Farm that I want to give our users access to
> from the internet.
>
> What do you think is the best way to accomplish this?
>
> Here's the idea I was hoping to run with, but it's been giving me some
> problems. I was going to put a Windows 2003 with IIS 6 Web Server in
> our DMZ with the "Remote Desktop Web Connection" software from
> Microsoft on it. Well, I have most of it working. I opened up, what I
> think are the proper ports from the DMZ->Internal Network and also from
> the External Network->DMZ. I can get it to work fine from our Internet
> Network. Brings up the page, I put the server name I would like to
> connect to, and it connects. When I try the same thing from the
> External Network (the internet), it won't connect. The only thing I
> can think of is it might be a DNS issue. I was hoping the server in
> the DMZ would resolve the addresses, as that server is pointed to our
> Internal Network DNS server.
>
> Anyone have ideas about this? Also, is there a better solution? We'd
> like to allow access to them from virtually anywhere, that way, if one
> of our users is at a kiosk, they will still be able to get to the TS
> Farm.

Reply to Anonymous

Archived from groups: microsoft.public.windowsnt.terminalserver.connectivity (More info?)

 

With some help from an outside source, I think I've figured out my problem.

The goal was to have the Terminal Server traffic flow through our DMZ and
then into the Internal network. Here's my theory. The ActiveX control that
gets downloaded from the Remote Desktop Web Connection doesn't actually run
through the web server after it's downloaded, it just trys to connect
directly to the Terminal Server. So basically, I would need to have port
3389 open from the External network to our Internal network for the ActiveX
control to work, which would defeat the purpose.

We are looking at some alternate ways to do this, including a Citrix
solution. We're not sure how we are going to go yet though.

Thank you!
Jason Rosolowski
"Alex K. Angelopoulos [MVP]" <aka-at-mvps-dot-org> wrote in message
news:%23hELPh1eEHA.3556@TK2MSFTNGP12.phx.gbl...
> Could you give details on how it doesn't work - no web page, or web page
and
> no TS connection? And what ports did you redirect to where?
>
> Jason Rosolowski wrote:
> > I have a Terminal Server Farm that I want to give our users access to
> > from the internet.
> >
> > What do you think is the best way to accomplish this?
> >
> > Here's the idea I was hoping to run with, but it's been giving me some
> > problems. I was going to put a Windows 2003 with IIS 6 Web Server in
> > our DMZ with the "Remote Desktop Web Connection" software from
> > Microsoft on it. Well, I have most of it working. I opened up, what I
> > think are the proper ports from the DMZ->Internal Network and also from
> > the External Network->DMZ. I can get it to work fine from our Internet
> > Network. Brings up the page, I put the server name I would like to
> > connect to, and it connects. When I try the same thing from the
> > External Network (the internet), it won't connect. The only thing I
> > can think of is it might be a DNS issue. I was hoping the server in
> > the DMZ would resolve the addresses, as that server is pointed to our
> > Internal Network DNS server.
> >
> > Anyone have ideas about this? Also, is there a better solution? We'd
> > like to allow access to them from virtually anywhere, that way, if one
> > of our users is at a kiosk, they will still be able to get to the TS
> > Farm.
>
>

Reply to Anonymous

Archived from groups: microsoft.public.windowsnt.terminalserver.connectivity (More info?)

 

Jason Rosolowski wrote:
> With some help from an outside source, I think I've figured out my
> problem.
>
> The goal was to have the Terminal Server traffic flow through our DMZ
> and then into the Internal network. Here's my theory. The ActiveX
> control that gets downloaded from the Remote Desktop Web Connection
> doesn't actually run through the web server after it's downloaded, it
> just trys to connect directly to the Terminal Server. So basically, I
> would need to have port 3389 open from the External network to our
> Internal network for the ActiveX control to work, which would defeat
> the purpose.

Absolutely correct. The control is essentially a "portable" TS client; all
the web server does is hand it to you. Connection otherwise is standard TS,
direct client<->communication.

> We are looking at some alternate ways to do this, including a Citrix
> solution. We're not sure how we are going to go yet though.
>
> Thank you!
> Jason Rosolowski
> "Alex K. Angelopoulos [MVP]" <aka-at-mvps-dot-org> wrote in message
> news:%23hELPh1eEHA.3556@TK2MSFTNGP12.phx.gbl...
>> Could you give details on how it doesn't work - no web page, or web
>> page and no TS connection? And what ports did you redirect to where?
>>
>> Jason Rosolowski wrote:
>>> I have a Terminal Server Farm that I want to give our users access to
>>> from the internet.
>>>
>>> What do you think is the best way to accomplish this?
>>>
>>> Here's the idea I was hoping to run with, but it's been giving me some
>>> problems. I was going to put a Windows 2003 with IIS 6 Web Server in
>>> our DMZ with the "Remote Desktop Web Connection" software from
>>> Microsoft on it. Well, I have most of it working. I opened up, what I
>>> think are the proper ports from the DMZ->Internal Network and also
>>> from the External Network->DMZ. I can get it to work fine from our
>>> Internet Network. Brings up the page, I put the server name I would
>>> like to connect to, and it connects. When I try the same thing from
>>> the External Network (the internet), it won't connect. The only
>>> thing I can think of is it might be a DNS issue. I was hoping the
>>> server in the DMZ would resolve the addresses, as that server is
>>> pointed to our Internal Network DNS server.
>>>
>>> Anyone have ideas about this? Also, is there a better solution? We'd
>>> like to allow access to them from virtually anywhere, that way, if one
>>> of our users is at a kiosk, they will still be able to get to the TS
>>> Farm.

Reply to Anonymous
Tom's Guide > Forum > Windows 2000/NT > Windows 2000/NT General Discussion > Remote Desktop Web Connection
Go to:

There are 17 identified and unidentified users. To see the list of identified users, Click here.

Please mind

You are about to answer a thread that has been inactive for more than 6 months.
If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.

Add a reply Cancel
Google ads