First, what exactly is TS Gateway? It is a role service that enables authorized remote users to connect to resources on an internal corporate or private network from Internet-connected devices. The network resources can be either Terminal Servers running RemoteApp programs or systems with Remote Desktop enabled. If you think about Terminal Services Gateway as Terminal Services Proxy (which was the original name for this feature) or a VPN for Terminal Services, it may help with understanding exactly what it does. TS Gateway uses RDP over HTTPS to help form a secure, encrypted connection between remote users on the Internet and the internal network resources to which they need to connect. Sounds like a VPN without the actual VPN doesn't it?
So what benefits are there in running TS Gateway? Since the TS Gateway connection is encrypted, you do not have to configure a VPN connection. TS Gateway also provides a comprehensive security model that enables the administrator to control access to specific internal network resources. TS Gateway provides a point-to-point RDP connection rather than blanket access to the internal network. Using TS Gateway you can connect to internal resources that are hosted behind firewalls on private networks and across Network Address Translators (NATs). Prior to Windows Server 2008, remote users were often prevented from connecting to internal network resources across firewalls and NAT's because port 3389 was typically blocked on the firewalls. Since TS Gateway uses port 443 for an HTTP SSL / TLS tunnel (which most organizations have open for Internet connectivity), remote access connectivity across multiple firewalls is possible.
Within TS Gateway you can also define and configure Connection Authorization Policies that define conditions that must be met for a remote user to connect to an internal resource. We'll go Connection Authorization Policies in a bit more detail later on in this post. TS Gateway servers and Terminal Services clients can be configured to use Network Access Protection (NAP). NAP is a health policy creation, enforcement, and remediation technology. Using NAP, administrators can enforce system health requirements such as software requirements (for example the client must have an approved and updated Anti-Virus program running), as well as security update requirements, required computer configurations and other settings. Using TS Gateway in conjunction with Microsoft ISA Server, a TS Gateway server could be hosted in a DMZ network with the ISA server sitting in the perimeter network.
So as you can see, TS Gateway provides several benefits. Now let's take a look at the architecture of TS Gateway. The diagram below shows a high level view of the architecture and connection processes:
Let's go over this connection sequence in a bit more detail:
Now that we've discussed the basic connection process, let's talk about the Authorization Policies mentioned above - the Connection Authorization Policies (CAPs) and the Resource Authorization Policies (RAPs). A TS CAP allows administrators to specify connection criteria that must be met in order to connect to a Terminal Services Gateway server. A very simple TS CAP might require that the user be a member of a specific security group - either domain based, or local to the TS Gateway server. The following criteria may be defined in a CAP:
A Network Policy Server (NPS) can be configured to store, centralize, manage and validate TS Gateway CAPs. NPS was formerly known as a Remote Authentication Dial-In User Service (RADIUS) server. If there is already a Network Policy Server deployed for remote access scenarios such as VPN, you can use this server for TS Gateway scenarios also. If more than one TS CAP is configured, the following policy lookup behavior is used. Policies are applied in the numerical order shown in the TS Gateway Manager pane and access is granted by the first matching policy. In other words, if a client does not meet the requirements of the first TS CAP in the list, the TS Gateway will evaluate the second policy and so on, until it locates a TS CAP whose requirements are met. If a client does not meet the requirements of any of the TS CAPs then TS Gateway denies the access request.
TS Resource Authorization Policies (RAPs) allow administrators to specify the internal network resources that remote users can access through a TS Gateway server. When a TS RAP is created, the administrator can create a computer group and associate it with the TS RAP. For example, a TS RAP might specify that members of the "HR Users" group can only connect to computers that are members of the "HR Computers" computer group. Remote users connecting to an internal network through TS Gateway are granted access if they meet the conditions for at least one TS CAP and one TS RAP. An important note here - since client users may specify a NetBIOS name or a fully qualified domain name (FQDN) for the internal computer that they are trying to access, you should create a TS RAP for each possible name.
And with that, Day Twenty-Six - the final day of our Launch Series comes to an end. Tomorrow ... LAUNCH DAY! We'll have a special Launch Day post for you. Until next time ...
Share this post : |
|
|
|
|
|
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.