TS Gateway / TS Web

  • Thread starter Thread starter RandyH
  • Start date Start date
R

RandyH

Guest
We have TS Gateway and TS Web working like a champ, but I have an issue
with TSWeb and the Remote Desktop tab.

Of course from inside the network, I can use the TSWeb tab to RDP to
other servers in out network.

But from outside the network, a message appears saying it can't find the
remote computer, type the ip or name etc . . .

If I use the RDP client and supply my TSGateway settings, I can
successfully RDP to any server using TSGateway and the RDP Client.

How can I get to other servers on the network using the Remote Desktop
tab in TSweb outside the network?

my TSRAP policy is set too: Access allowed to all network resources . .

Tia,
RandyH
 
Re: TS Gateway / TS Web

If you're talking about the Desktops tab: There are settings in Web.Config
that let you specifiy the gateway:
<!-- DefaultTSGateway: Admin can preset this to a given Gateway name,
or set to "" for no gateway. -->
<add key="DefaultTSGateway" value="" />

<!-- GatewayCredentialsSource: TS Gateway Authentication Type.
Admins can preset this.
0 = User Password
1 = Smartcard
4 = "Ask me later"
-->
<add key="GatewayCredentialsSource" value="4" />

If you're talking about the RemoteApps tab, you specify the gateway in
RemoteApp manager, when you're publishing the applications.

Rob

"RandyH" <RHollaw@HOTmail.com> wrote in message
news:upR75YRtIHA.4544@TK2MSFTNGP04.phx.gbl...
> We have TS Gateway and TS Web working like a champ, but I have an issue
> with TSWeb and the Remote Desktop tab.
>
> Of course from inside the network, I can use the TSWeb tab to RDP to other
> servers in out network.
>
> But from outside the network, a message appears saying it can't find the
> remote computer, type the ip or name etc . . .
>
> If I use the RDP client and supply my TSGateway settings, I can
> successfully RDP to any server using TSGateway and the RDP Client.
>
> How can I get to other servers on the network using the Remote Desktop tab
> in TSweb outside the network?
>
> my TSRAP policy is set too: Access allowed to all network resources . .
>
> Tia,
> RandyH
 
Re: TS Gateway / TS Web

Perfect thank you!!!

TSGateway rox.

Rob Leitman [MS] wrote:
> If you're talking about the Desktops tab: There are settings in
> Web.Config that let you specifiy the gateway:
> <!-- DefaultTSGateway: Admin can preset this to a given Gateway name,
> or set to "" for no gateway. -->
> <add key="DefaultTSGateway" value="" />
>
> <!-- GatewayCredentialsSource: TS Gateway Authentication Type.
> Admins can preset this.
> 0 = User Password
> 1 = Smartcard
> 4 = "Ask me later"
> -->
> <add key="GatewayCredentialsSource" value="4" />
>
> If you're talking about the RemoteApps tab, you specify the gateway in
> RemoteApp manager, when you're publishing the applications.
>
> Rob
>
> "RandyH" <RHollaw@HOTmail.com> wrote in message
> news:upR75YRtIHA.4544@TK2MSFTNGP04.phx.gbl...
>> We have TS Gateway and TS Web working like a champ, but I have an
>> issue with TSWeb and the Remote Desktop tab.
>>
>> Of course from inside the network, I can use the TSWeb tab to RDP to
>> other servers in out network.
>>
>> But from outside the network, a message appears saying it can't find
>> the remote computer, type the ip or name etc . . .
>>
>> If I use the RDP client and supply my TSGateway settings, I can
>> successfully RDP to any server using TSGateway and the RDP Client.
>>
>> How can I get to other servers on the network using the Remote Desktop
>> tab in TSweb outside the network?
>>
>> my TSRAP policy is set too: Access allowed to all network resources . .
>>
>> Tia,
>> RandyH

>
 
Back
Top