You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/vpn-gateway/work-remotely-support.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: 'Remote work with P2S: Azure VPN Gateway'
3
-
description: This page describes how you can leverage Azure Bastion to enable working remotely due to the COVID-19 pandemic.
3
+
description: This page describes how you can leverage VPN Gateway to enable working remotely due to the COVID-19 pandemic.
4
4
services: vpn-gateway
5
5
author: anzaman
6
6
@@ -20,34 +20,34 @@ This article describes the options that are available to organizations to set up
20
20
21
21
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 is not needed anymore.
22
22
23
-
## About Point-to-Site VPN
23
+
## <aname="p2s"></a>About Point-to-Site VPN
24
24
25
25
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.
26
26
27
27
The table below 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, please note that point-to-site VPN is only supported on route-based VPN gateways.
At a high level, the following steps are needed to enable users to connect to Azure resources securely:
38
38
39
-
1. Create a Virtual Network Gateway (if one does not exist).
39
+
1. Create a virtual network gateway (if one does not exist).
40
40
2. Configure point-to-site VPN on the gateway.
41
41
42
42
* For certificate authentication, follow [this link](vpn-gateway-howto-point-to-site-resource-manager-portal.md#creategw).
43
43
* For OpenVPN, follow [this link](vpn-gateway-howto-openvpn.md).
44
44
* For Azure AD authentication, follow [this link](openvpn-azure-ad-tenant.md).
45
45
* For troubleshooting point-to-site connections, follow [this link](vpn-gateway-troubleshoot-vpn-point-to-site-connection-problems.md).
46
-
3. Download and distribute the VPN client configuration
46
+
3. Download and distribute the VPN client configuration.
47
47
4. Distribute the certificates (if certificate authentication is selected) to the clients.
48
48
5. Connect to Azure VPN.
49
49
50
-
## Scenario 2 - Users need access to resources in Azure and/or on-prem resources
50
+
## <aname="scenario2"></a>Scenario 2 - Users need access to resources in Azure and/or on-prem resources
51
51
52
52
In this scenario, the remote users need to access to resources that are in Azure and in the on premises data center(s).
53
53
@@ -56,12 +56,12 @@ In this scenario, the remote users need to access to resources that are in Azure
56
56
At a high level, the following steps are needed to enable users to connect to Azure resources securely:
57
57
58
58
1. Create a virtual network gateway (if one does not exist).
59
-
2. Configure point-to-site VPN on the gateway (see Scenario 1 above).
59
+
2. Configure point-to-site VPN on the gateway (see [Scenario 1](#scenario1)).
60
60
3. Configure a site-to-site tunnel on the Azure virtual network gateway with BGP enabled.
61
61
4. Configure the on-premises device to connect to Azure virtual network gateway.
62
62
5. Download the point-to-site profile from the Azure portal and distribute to clients
63
63
64
-
[Follow this link to learn how to setup a site-to-site VPN tunnel](https://docs.microsoft.com/azure/vpn-gateway/vpn-gateway-howto-site-to-site-resource-manager-portal)
64
+
To learn how to set up a site-to-site VPN tunnel, see [this link](vpn-gateway-howto-site-to-site-resource-manager-portal.md).
65
65
66
66
## <aname="faqcert"></a>FAQ for native Azure certificate authentication
0 commit comments