Menu
InformatiWeb Pro
  • Index
  • System admin
  • Virtualization

Login

Registration Password lost ?
FR
  • Windows Server
    • WMS 2012
    • WS2012 R2
    • WS2016
  • Citrix
    • Citrix NetScaler Gateway
    • Citrix XenApp / XenDesktop
    • Citrix XenServer
  • VMware
    • VMware ESXi
    • VMware vSphere
    • VMware Workstation
  • Microsoft
    • Hyper-V
  • RAID
    • Adaptec SmartRAID
  • UPS
    • APC Back-UPS Pro
  • InformatiWeb Pro
  • System admin
  • Windows Server
  • Install and configure DirectAccess on Windows Server 2012 / 2012 R2 with clients on Windows 7, 8 and 10
  • Windows Server
  • DirectAccess
  • 12 September 2017 at 18:29 UTC
  • InformatiWeb
  • 1/5

Install and configure DirectAccess on Windows Server 2012 / 2012 R2 with clients on Windows 7, 8 and 10

All companies that have a Windows Server server on their intranet also have at least one Active Directory.
Thanks to their Active Directory server, they can manage user accounts, access rights to network resources, manage client computer security, ...

However, by default, the client computer must be in the corporate network (intranet) so that it can receive group (and security) policies, as well as allow the user to login with its Active Directory account.
If you use the client machine outside the corporate network, you will not be able to :

  • to use your user account defined in the Active Directory
  • you will not have access to the resources available in your company's network
  • and your computer will not be protected by group policies defined by the network administrator

To access corporate resources, you could create a VPN server in your organization's network, but group policies and privileges will not be passed through this VPN connection.

To resolve this issue, Microsoft has created a new technology : DirectAccess.
DirectAccess is a technology that enables a client workstation to securely and transparently access corporate resources.

Thanks to DirectAccess, your client workstation will always be in the network of your company.

  • if you are in the company, nothing changes.
  • if you are outside the company, the client workstation will make a secure connection (a secure VPN tunnel via IPsec) in a totally transparent way, and it will virtually be in the network of your company.

Since you will be virtually in your corporate network, you can connect with your Active Directory account and access your company resources as if you were there.

  1. Important informations
    1. Serveur NLS
    2. Deployment modes
    3. IPv6 and transition mechanisms
    4. Securing the connection via IPSec
    5. Certificates
    6. NRPT (Name Resolution Policy Table)
    7. DirectAccess Manage Out
  2. Required configuration
    1. Server
    2. Clients
    3. Web
  3. Configuration used
  4. Installing and configuring the Active Directory
  5. Joining machines to the Active Directory
  6. Configuring client-server authentication
  7. DirectAccess installation
  8. DirectAccess configuration
    1. Basic configuration
    2. Step 1 : selection of client PCs allowed to connect via DirectAccess
    3. Step 2 : remote access server configuration
    4. Step 3 : configure infrastructure servers
    5. DirectAccess client-specific group policies
  9. Verify Windows client configuration
  10. Testing the DirectAccess connection from Windows 8
  11. Testing the DirectAccess connection from Windows 7
  12. Testing the DirectAccess connection from Windows 10

1. Important informations

Before setting up your DirectAccess server, here is a lot of information that will help you better understand how DirectAccess works and how to set up DirectAccess in the best possible conditions.

1.1. Serveur NLS

To allow your DirectAccess clients to know whether they are inside or outside the corporate network, they will connect to a Network Location Server (NLS).
In summary, this NLS server is simply a web server accessible in the corporate network. Nevertheless, it's very important that this one can always be accessible in the local network, otherwise, customers will think that they are on the Internet. This will automatically and cause unnecessarily DirectAccess connections in your corporate's network, whereas these DirectAccess connections were not required for the PCs in the corporate's network.

In short, the NLS server must always be highly available.

1.2. Deployment modes

DirectAccess can be deployed on a server with one or two network cards.

1.3. IPv6 and transition mechanisms

First, DirectAccess only works with IPv6.
If your routers, switches, operating systems and applications are compatible with IPv6, the native IPv6 will be used.
Otherwise, IPv4 to IPv6 transition technologies will be used : IP-HTTPS, Teredo tunneling, 6to4, ...

Warning : the Microsoft Teredo servers which are used by default by the different versions of Windows no longer exist.
You can check this by typing the "netsh interface teredo show state" command  in a command prompt (cmd.exe).
On Windows 7 and 8, the Teredo server used was : teredo.ipv6.microsoft.com.
On Windows 8.1, the Teredo server used was : win8.ipv6.microsoft.com.
If you try to get the IP address of one of these domain names using the "nslookup" command, you will get this error "*** .... can't find teredo.ipv6.microsoft.com: Non-existent domain".

Important : now, it's therefore necessary to use native IPv6 (whether in your company's network or on the Internet, which depends in particular on the ISP).
Additionally, an IPv6 address may be present without allowing access to the Internet. For more information on IPv6, see the "IPv6 address - Wikipedia" page.

You should also be aware that the DirectAccess server is able to use ISATAP (Intra-Site Automatic Tunnel Addressing Protocol) to transfer IPv6 packets in IPv4 headers. This allows you to take advantage of the IPv4 routing offered by your router (for example) to move IPv6 packets on your network.

1.4. Securing the connection via IPSec

Since the connection between the clients and the DirectAccess server is made over the Internet, it's very important to secure this connection.
This prevents the interception of data (including passwords) and the modification of data transferred via the Internet.

To secure this connection, DirectAccess clients establish 2 IPSec tunnels :

  1. an infrastructure tunnel to securely access the various network services and obtain the necessary information : connection to the Active Directory domain, authentication, receive group policy objects, etc.
    This tunnel is created before the user logs in and is made through computer certificates and NTLMv2 authentication that authenticates a computer through its computer account in the Active Directory.
  2. an intranet tunnel allowing secure access to company resources (web servers, network shares, ...). This tunnel is established after the user logs on and authentication is performed with a combination of methods : authentication through the computer certificate and Kerberos authentication based on the user account.

Source : Microsoft Technet (DirectAccess and IPSec Tunnel Establishment)

1.5. Certificates

Digital certificates are used at 3 locations when using DirectAccess technology.

  • DirectAccess clients : each DirectAccess client must have a computer certificate to be able to establish an IPsec connection with the DirectAccess server.
    To generate these certificates, it's best to use a certification authority under Windows Server and the group policy to create them automatically. (As you will see in step 6. Configuring client-server authentication in this tutorial.)
  • the IP-HTTPS protocol used by the DirectAccess server : IP-HTTPS is a transition mechanism from IPv4 to IPv6 and allows you to create an IPv6 tunnel through the IPv4 Internet.
    IP-HTTPS requires a web server certificate and the DirectAccess client must be able to contact the issuing CA server to verify that the certificate has not been revoked in the meantime (via CRLs).
    It's therefore recommended that you use a certificate issued by a commercial CA to enable the client to verify the CRLs from the issuing certificate authority of the certificate used for IP-HTTPS.
  • the DirectAccess server : in addition to the certificate used for IP-HTTPS, the DirectAccess server will also need a computer certificate to establish the IPsec connection with DirectAccess clients.

1.6. NRPT (Name Resolution Policy Table)

To access your organization's network resources, DirectAccess clients will use the NRPT (Name Resolution Policy Table).

This table allows DirectAccess clients to know the addresses of the DNS servers to be used according to their position :

  • if the client is within the company's network, the NRPT table will not be used.
  • if the client is outside (on the Internet) then the DirectAccess client will activate the NRPT table and use the DNS servers specified in this NRPT table to resolve the domain names specified in the NRPT table.
    By default, this will also allow clients to resolve local domain names in your company's network, even though the DirectAccess client is actually outside of your network.

When the NRPT table is enabled on the DirectAccess client, the client will resolve :

  • domains specified in the NRPT table using the DNS servers specified in it. This allows, for example, to resolve local domains using the local DNS server of your company's network.
  • other domains through the DNS servers specified in the settings of its network adapter (NIC).

Note : by default, the DirectAccess server address is also included in the NRPT table, but it's included as an exception. This means that no DNS servers will be required to resolve its domain name (FQDN) and that the DirectAccess client will never be able to resolve the FQDN name of the DirectAccess server from the Internet.

1.7. DirectAccess Manage Out

Since the IPsec infrastructure tunnel established by the DirectAccess client is a bidirectional tunnel, DirectAccess will also allow you to access DirectAccess clients from machines that are physically present in your organization's network.

It also allows you to manage DirectAccess clients using System Center Configuration Manager (SCCM).

Nevertheless, this requires some additional configurations and in particular :

  • the adaptation of some rules in firewalls
  • the deployment of IPv6 (preferably native) in the network of your company.

To do this, then follow our tutorial : DirectAccess - Manage a remote client (manage out)

2. Required configuration

DirectAccess requires an IPv6 connectivity.

2.1. Server

DirectAccess is supported (as a server and as a client) by Windows Server 2008 R2, 2012, and 2012 R2.

2.2. Clients

DirectAccess is also supported on client versions of Windows :

  • Windows 7 Enterprise or Ultimate
  • Windows 8 Enterprise
  • Windows 10 Enterprise or Enterprise 2015 Long term maintenance branch (LTSB)

In addition, for a client to be able to access the corporate network via DirectAccess, he must be linked to the Active Directory.

Source : Microsoft (DirectAccess dans Windows Server)

Important : Windows 10 Professional is not supported by DirectAccess despite some rumors found on the Internet.

2.3. Web

Because DirectAccess allows you to access the corporate network from outside, you will need a real domain name that will point to your company's external IP address.

3. Configuration used

  • 10.0.0.101 (ad) : a Windows Server 2012 server with roles : Active Directory et Certification Authority (CA)
  • 10.0.0.102 (directaccess) : a Windows Server 2012 server where the technology will be installed : DirectAccess
  • 10.0.0.x (win7-pc, win8-pc and win10-pc) : 3 Windows clients to test their compatibility with DirectAccess : Windows 7 Ultimate, Windows 8 Enterprise and Windows 10 Enterprise
Next page

Share this tutorial

Partager
Tweet

To see also

  • WS 2012 / 2012 R2 - DirectAccess - Manage a remote client (manage out)

    Windows Server 10/15/2017

    WS 2012 / 2012 R2 - DirectAccess - Manage a remote client (manage out)

  • WS 2012/2012 R2 - DirectAccess - Configure a Windows To Go client

    Windows Server 10/3/2017

    WS 2012/2012 R2 - DirectAccess - Configure a Windows To Go client

Comments

You must be logged in to post a comment

Share your opinion

Pinned content

  • Software (System admin)
  • Linux softwares
  • Our programs
  • Terms and conditions
  • Share your opinion

Contact

  • Guest book
  • Technical support
  • Contact

® InformatiWeb-Pro.net - InformatiWeb.net 2008-2022 - © Lionel Eppe - All rights reserved.

Total or partial reproduction of this site is prohibited and constitutes an infringement punishable by articles L.335-2 and following of the intellectual property Code.