Skip to content

Commit a07e419

Browse files
authored
Merge pull request #107993 from cherylmc/always
Update vpn-gateway articles to virtual wan
2 parents e8c7a11 + 4ef33d2 commit a07e419

File tree

7 files changed

+98
-14
lines changed

7 files changed

+98
-14
lines changed

articles/virtual-wan/TOC.yml

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,26 +52,28 @@
5252
href: virtual-wan-site-to-site-portal.md
5353
- name: User VPN (point-to-site)
5454
items:
55-
- name: Create User VPN (point-to-site) connections
55+
- name: Create a User VPN connection
5656
href: virtual-wan-point-to-site-portal.md
57-
- name: Configure certificates for User VPN
57+
- name: Configure certificates
5858
href: certificates-point-to-site.md
59-
- name: Configure Azure AD tenant for User VPN
59+
- name: Configure Azure AD tenant
6060
href: openvpn-azure-ad-tenant.md
61-
- name: Configure Always On VPN user tunnel
62-
href: ../vpn-gateway/vpn-gateway-howto-always-on-user-tunnel.md?toc=%2fazure%2fvirtual-wan%2ftoc.json
63-
- name: Configure Always On VPN device tunnel
64-
href: ../vpn-gateway/vpn-gateway-howto-always-on-device-tunnel.md?toc=%2fazure%2fvirtual-wan%2ftoc.json
61+
- name: Download a VPN profile
62+
href: ../vpn-gateway/about-vpn-profile-download.md?toc=%2fazure%2fvirtual-wan%2ftoc.json
63+
- name: Download global and hub-based profiles
64+
href: global-hub-profile.md
6565
- name: Configure OpenVPN clients
6666
href: ../vpn-gateway/vpn-gateway-howto-openvpn-clients.md?toc=%2fazure%2fvirtual-wan%2ftoc.json
67-
- name: Enable Multi-Factor Authentication(MFA) for User VPN
67+
- name: Configure Always On VPN user tunnel
68+
href: howto-always-on-user-tunnel.md
69+
- name: Configure Always On VPN device tunnel
70+
href: howto-always-on-device-tunnel.md
71+
- name: Enable Multi-Factor Authentication(MFA)
6872
href: openvpn-azure-ad-mfa.md
69-
- name: Configure Azure AD authentication for User VPN
73+
- name: Configure Azure AD authentication
7074
href: virtual-wan-point-to-site-azure-ad.md
71-
- name: Configure Multi-application Azure AD authentication for User VPN
75+
- name: Configure Multi-application Azure AD authentication
7276
href: openvpn-azure-ad-tenant-multi-app.md
73-
- name: Download global and hub-based User VPN profiles
74-
href: global-hub-profile.md
7577
- name: Configure routing
7678
items:
7779
- name: Route traffic from a virtual hub to an NVA
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: 'Configure an Always-On VPN tunnel'
3+
titleSuffix: Azure Virtual WAN
4+
description: Steps to configure Always On VPN device tunnel for Virtual WAN
5+
services: virtual-wan
6+
author: cherylmc
7+
8+
ms.service: virtual-wan
9+
ms.topic: conceptual
10+
ms.date: 03/13/2020
11+
ms.author: cherylmc
12+
13+
---
14+
# Configure an Always On VPN device tunnel for Virtual WAN
15+
16+
[!INCLUDE [intro](../../includes/vpn-gateway-vwan-always-on-intro.md)]
17+
18+
## Prerequisites
19+
20+
You must create a point-to-site configuration and edit the virtual hub assignment. See the following sections for instructions:
21+
22+
* [Create a P2S configuration](virtual-wan-point-to-site-portal.md#p2sconfig)
23+
* [Edit the hub assignment](virtual-wan-point-to-site-portal.md#edit)
24+
25+
## Configure the device tunnel
26+
27+
[!INCLUDE [device tunnel](../../includes/vpn-gateway-vwan-always-on-device.md)]
28+
29+
## To remove a profile
30+
31+
To remove the profile, run the following command:
32+
33+
![Cleanup](./media/howto-always-on-device-tunnel/cleanup.png)
34+
35+
## Next steps
36+
37+
For more information about Virtual WAN, see the [FAQ](virtual-wan-faq.md).
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
title: 'Configure an Always-On VPN user tunnel'
3+
titleSuffix: Azure Virtual WAN
4+
description: This article describes how to configure an Always On VPN user tunnel for your Virtual WAN
5+
services: vpn-gateway
6+
author: cherylmc
7+
8+
ms.service: vpn-gateway
9+
ms.topic: conceptual
10+
ms.date: 03/13/2020
11+
ms.author: cherylmc
12+
13+
---
14+
# Configure an Always On VPN user tunnel for Virtual WAN
15+
16+
[!INCLUDE [intro](../../includes/vpn-gateway-vwan-always-on-intro.md)]
17+
18+
## Prerequisites
19+
20+
You must create a point-to-site configuration and edit the virtual hub assignment. See the following sections for instructions:
21+
22+
* [Create a P2S configuration](virtual-wan-point-to-site-portal.md#p2sconfig)
23+
* [Edit the hub assignment](virtual-wan-point-to-site-portal.md#edit)
24+
25+
## Configure a user tunnel
26+
27+
[!INCLUDE [user tunnel](../../includes/vpn-gateway-vwan-always-on-user.md)]
28+
29+
## To remove a profile
30+
31+
To remove a profile, use the following steps:
32+
33+
1. Run the following command:
34+
35+
```powershell
36+
C:\> Remove-VpnConnection UserTest
37+
```
38+
39+
1. Disconnect the connection, and clear the **Connect automatically** check box.
40+
41+
![Cleanup](./media/howto-always-on-user-tunnel/disconnect.jpg)
42+
43+
## Next steps
44+
45+
For more information about Virtual WAN, see the [FAQ](virtual-wan-faq.md).
12.2 KB
Loading
61.1 KB
Loading

articles/vpn-gateway/vpn-gateway-howto-always-on-user-tunnel.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ ms.author: cherylmc
1919

2020
Use the instructions in the [Configure a Point-to-Site VPN connection](vpn-gateway-howto-point-to-site-resource-manager-portal.md) article to configure the VPN gateway to use IKEv2 and certificate-based authentication.
2121

22+
## Configure a user tunnel
23+
2224
[!INCLUDE [user configuration](../../includes/vpn-gateway-vwan-always-on-user.md)]
2325

2426
## To remove a profile

includes/vpn-gateway-vwan-always-on-user.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
---
1414

1515

16-
## Configure a user tunnel
17-
1816
1. Install client certificates on the Windows 10 client, as shown in this [point-to-site VPN client](../articles/vpn-gateway/point-to-site-how-to-vpn-client-install-azure-cert.md) article. The certificate must be in the current user store.
1917

2018
1. Configure the Always On VPN client through PowerShell, Configuration Manager, or Intune by following the instructions in [Configure Windows 10 client Always On VPN connections](https://docs.microsoft.com/windows-server/remote/remote-access/vpn/always-on-vpn/deploy/vpn-deploy-client-vpn-connections).

0 commit comments

Comments
 (0)