Skip to content

Latest commit

 

History

History
81 lines (52 loc) · 5.01 KB

work-remotely-support.md

File metadata and controls

81 lines (52 loc) · 5.01 KB
title titleSuffix description author ms.service ms.topic ms.date ms.author
Remote work and Point-to-Site VPN gateways
Azure VPN Gateway
Learn how you can use VPN Gateway point-to-site connections in order to work remotely due to the COVID-19 pandemic.
cherylmc
vpn-gateway
conceptual
03/12/2024
cherylmc

Remote work using Azure VPN Gateway Point-to-site

Note

This article describes how you can leverage Azure VPN Gateway, Azure, Microsoft network, and the Azure partner ecosystem to work remotely and mitigate network issues that you are facing because of COVID-19 crisis.

This article describes the options that are available to organizations to set up remote access for their users or to supplement their existing solutions with additional capacity during the COVID-19 epidemic.

The Azure point-to-site solution is cloud-based and can be provisioned quickly to cater for the increased demand of users to work from home. It can scale up easily and turned off just as easily and quickly when the increased capacity isn't needed anymore.

About Point-to-Site VPN

A Point-to-Site (P2S) VPN gateway connection lets you create a secure connection to your virtual network from an individual client computer. A P2S connection is established by starting it from the client computer. This solution is useful for telecommuters who want to connect to Azure VNets or on-premises data centers from a remote location, such as from home or a conference. This article describes how to enable users to work remotely based on various scenarios.

The following table shows the client operating systems and the authentication options that are available to them. It would be helpful to select the authentication method based on the client OS that is already in use. For example, select OpenVPN with Certificate-based authentication if you have a mixture of client operating systems that need to connect. Also, note that point-to-site VPN is only supported on route-based VPN gateways. If you have a policy-based VPN type as your gateway, you need to delete it and deploy a route-based VPN gateway instead.

Screenshot that shows client operating systems and available authentication options.

Scenario 1 - Users need access to resources in Azure only

In this scenario, the remote users only need to access to resources that are in Azure.

Diagram that shows a point-to-site scenario for users that need access to resources in Azure only.

At a high level, the following steps are needed to enable users to connect to Azure resources securely:

  1. Create a virtual network gateway (if one doesn't exist).

  2. Configure point-to-site VPN on the gateway.

    • For certificate authentication, follow this link.
    • For OpenVPN, follow this link.
    • For Microsoft Entra authentication, follow this link.
    • For troubleshooting point-to-site connections, follow this link.
  3. Download and distribute the VPN client configuration.

  4. Distribute the certificates (if certificate authentication is selected) to the clients.

  5. Connect to Azure VPN.

Scenario 2 - Users need access to resources in Azure and/or on-premises resources

In this scenario, the remote users need to access to resources that are in Azure and in the on premises data center(s).

Diagram that shows a point-to-site scenario for users that need access to resources in Azure.

At a high level, the following steps are needed to enable users to connect to Azure resources securely:

  1. Create a virtual network gateway (if one doesn't exist).
  2. Configure point-to-site VPN on the gateway (see Scenario 1).
  3. Configure a site-to-site tunnel on the Azure virtual network gateway with BGP enabled.
  4. Configure the on-premises device to connect to Azure virtual network gateway.
  5. Download the point-to-site profile from the Azure portal and distribute to clients

To learn how to set up a site-to-site VPN tunnel, see this link.

FAQ for native Azure certificate authentication

[!INCLUDE vpn-gateway-point-to-site-faq-include]

FAQ for RADIUS authentication

[!INCLUDE vpn-gateway-point-to-site-faq-include]

Next Steps

"OpenVPN" is a trademark of OpenVPN Inc.