Skip to content

Commit 4169c74

Browse files
Merge pull request #294083 from cherylmc/Delete-openvpn
Delete old OpenVPN article
2 parents 72c9f15 + a390fff commit 4169c74

9 files changed

+46
-43
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5184,6 +5184,11 @@
51845184
"redirect_url": "/azure/virtual-wan/global-hub-profile",
51855185
"redirect_document_id": false
51865186
},
5187+
{
5188+
"source_path_from_root": "/articles/virtual-wan/howto-openvpn-clients.md",
5189+
"redirect_url": "/azure/virtual-wan/point-to-site-vpn-client-certificate-windows-openvpn-client-version-3",
5190+
"redirect_document_id": false
5191+
},
51875192
{
51885193
"source_path_from_root": "/articles/virtual-wan/logs-metrics.md",
51895194
"redirect_url": "/azure/virtual-wan/monitor-virtual-wan",

articles/virtual-wan/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,6 @@
262262
href: vpn-profile-intune.md
263263
- name: Azure VPN client optional settings
264264
href: azure-vpn-client-optional-configurations-windows.md
265-
- name: OpenVPN client software configuration
266-
href: howto-openvpn-clients.md
267265
- name: Configure Always On tunnels
268266
items:
269267
- name: User tunnel

articles/virtual-wan/about-vpn-profile-download.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: cherylmc
66

77
ms.service: azure-virtual-wan
88
ms.topic: how-to
9-
ms.date: 08/24/2023
9+
ms.date: 02/04/2025
1010
ms.author: cherylmc
1111

1212
---
@@ -20,7 +20,11 @@ You can use the steps in the [Download profiles](global-hub-profile.md) article
2020

2121
[!INCLUDE [client profiles](../../includes/vpn-gateway-vwan-vpn-profile-download.md)]
2222

23-
* The **OpenVPN folder** contains the *ovpn* profile that needs to be modified to include the key and the certificate. For more information, see [Configure OpenVPN clients](../virtual-wan/howto-openvpn-clients.md#windows).
23+
* The **OpenVPN folder** contains the *ovpn* profile that needs to be modified to include the key and the certificate.
24+
25+
For information about how to configure a VPN client, select the article from the following table that corresponds to you P2S gateway configuration and client.
26+
27+
[!INCLUDE [P2S client configuration articles](../../includes/virtual-wan-vpn-client-install-articles.md)]
2428

2529
## Next steps
2630

articles/virtual-wan/howto-openvpn-clients.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

articles/virtual-wan/point-to-site-vpn-client-certificate-windows-openvpn-client-version-3.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,21 @@ description: Learn how to configure VPN clients for P2S User VPN configurations
55
author: cherylmc
66
ms.service: azure-virtual-wan
77
ms.topic: how-to
8-
ms.date: 01/28/2025
8+
ms.date: 02/04/2025
99
ms.author: cherylmc
1010
---
1111

1212
# Configure OpenVPN Connect 3.x clients for P2S User VPN certificate authentication connections - Windows
1313

14-
If your point-to-site (P2S) VPN gateway is configured to use OpenVPN and certificate authentication, you can connect to your virtual network using the OpenVPN Client. This article walks you through the steps to configure the **OpenVPN Connect client 3.x** and connect to your virtual network. There are some configuration differences between the [OpenVPN 2.x](point-to-site-vpn-client-certificate-windows-openvpn-client-version-2.md) client and the OpenVPN Connect 3.x client. This article focuses on the OpenVPN Connect 3.x client.
14+
If your point-to-site (P2S) VPN gateway is configured to use OpenVPN and certificate authentication, you can connect to your virtual network using the OpenVPN Client. This article walks you through the steps to configure the **OpenVPN Connect client 3.x** and connect to your virtual network. There are some configuration differences between the [OpenVPN 2.x](point-to-site-vpn-client-certificate-windows-openvpn-client-version-2.md) client and the OpenVPN Connect 3.x client.
1515

1616
> [!NOTE]
1717
> The OpenVPN client is independently managed and not under Microsoft's control. This means Microsoft doesn't oversee its code, builds, roadmap, or legal aspects. Should customers encounter any bugs or issues with the OpenVPN client, they should directly contact OpenVPN Inc. support. The guidelines in this article are provided 'as is' and haven't been validated by OpenVPN Inc. They're intended to assist customers who are already familiar with the client and wish to use it to connect to the Azure VPN gateway in a User VPN point-to-site VPN setup.
1818
19+
For other VPN client configuration articles, see the following table:
20+
21+
[!INCLUDE [P2S client configuration articles](../../includes/virtual-wan-vpn-client-install-articles.md)]
22+
1923
## Before you begin
2024

2125
Before beginning, make sure you've configured a virtual WAN according to the steps in the [Create User VPN point-to-site connections](virtual-wan-point-to-site-portal.md) article. Your User VPN configuration must use certificate authentication.

articles/virtual-wan/vpn-client-certificate-windows.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to configure VPN clients on Windows computers for User VP
55
author: cherylmc
66
ms.service: azure-virtual-wan
77
ms.topic: how-to
8-
ms.date: 01/28/2025
8+
ms.date: 02/04/2025
99
ms.author: cherylmc
1010
---
1111

@@ -15,7 +15,9 @@ This article helps you configure Virtual WAN User VPN clients on a Windows opera
1515

1616
The VPN client configuration files that you generate are specific to the P2S User VPN gateway configuration. If there are any changes to the P2S VPN configuration after you generate the files, such as changes to the VPN protocol type or authentication type, you need to generate new VPN client configuration files and apply the new configuration to all of the VPN clients that you want to connect.
1717

18-
This article applies to Windows operating system clients. For macOS/iOS IKEv2 steps, use [this section](../vpn-gateway/point-to-site-vpn-client-cert-mac.md) of the VPN Gateway article. For Microsoft Entra authentication steps, see [Configure a VPN client for P2S connections that use Microsoft Entra authentication](openvpn-azure-ad-client.md).
18+
This article applies to Windows operating system clients. For more information about other VPN client configuration articles, see the following table:
19+
20+
[!INCLUDE [P2S client configuration articles](../../includes/virtual-wan-vpn-client-install-articles.md)]
1921

2022
## <a name="generate"></a>Before you begin
2123

includes/virtual-wan-p2s-configure-clients-include.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ The following steps are for Windows. For macOS, see [Configure P2S User VPN clie
2424

2525
In the User VPN configuration, if you specified the OpenVPN tunnel type, you can download and configure the Azure VPN Client or, in some cases, you can use OpenVPN client software. For steps, use the link that corresponds to your configuration.
2626

27-
* [Microsoft Entra ID authentication - Azure VPN client - Windows](../articles/virtual-wan/openvpn-azure-ad-client.md)
28-
* [Microsoft Entra ID authentication - Azure VPN client - macOS](../articles/virtual-wan/openvpn-azure-ad-client-mac.md)
29-
* Configure OpenVPN client software
30-
* [OpenVPN client 2.x - Windows](../articles/virtual-wan/point-to-site-vpn-client-certificate-windows-openvpn-client-version-2.md)
31-
* [OpenVPN client 3.x - Windows](../articles/virtual-wan/point-to-site-vpn-client-certificate-windows-openvpn-client-version-3.md)
32-
* [OpenVPN client - macOS](../articles/virtual-wan/point-to-site-vpn-client-certificate-openvpn-mac.md)
33-
* [OpenVPN client - Linux](../articles/vpn-gateway/point-to-site-vpn-client-certificate-openvpn-linux.md)
27+
**Client configuration**
28+
29+
[!INCLUDE [P2S client configuration articles](virtual-wan-vpn-client-install-articles.md)]
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
author: cherylmc
3+
ms.author: cherylmc
4+
ms.date: 02/04/2025
5+
ms.service: azure-virtual-wan
6+
ms.topic: include
7+
---
8+
9+
| Authentication method | Tunnel type | Client OS | VPN client |
10+
|---|---|---|---|
11+
| Certificate | IKEv2, SSTP | Windows |[Native VPN client](../articles/virtual-wan/vpn-client-certificate-windows.md) |
12+
| | IKEv2| macOS|[Native VPN client](../articles/virtual-wan/point-to-site-vpn-client-cert-mac.md) |
13+
| |IKEv2 |Linux | [strongSwan ](../articles/vpn-gateway/point-to-site-vpn-client-certificate-ike-linux.md)|
14+
| | OpenVPN | Windows | [Azure VPN client](../articles/virtual-wan/vpn-client-certificate-windows.md)<br>[OpenVPN client version 2.x](../articles/virtual-wan/point-to-site-vpn-client-certificate-windows-openvpn-client-version-2.md)<br>[OpenVPN client version 3.x](../articles/virtual-wan/point-to-site-vpn-client-certificate-windows-openvpn-client-version-3.md) |
15+
| | OpenVPN | macOS | [OpenVPN client](../articles/virtual-wan/point-to-site-vpn-client-certificate-openvpn-mac.md) |
16+
| | OpenVPN | iOS | [OpenVPN client](../articles/virtual-wan/point-to-site-vpn-client-certificate-openvpn-ios.md) |
17+
| | OpenVPN |Linux | [Azure VPN client](../articles/vpn-gateway/point-to-site-certificate-client-linux-azure-vpn-client.md)<br>[OpenVPN client](../articles/vpn-gateway/point-to-site-vpn-client-certificate-openvpn-linux.md)|
18+
| Microsoft Entra ID | OpenVPN | Windows | [Azure VPN client](../articles/virtual-wan/openvpn-azure-ad-client.md) |
19+
| | OpenVPN | macOS | [Azure VPN client](../articles/virtual-wan/openvpn-azure-ad-client-mac.md) |
20+
| | OpenVPN| Linux |[Azure VPN client](../articles/vpn-gateway/point-to-site-entra-vpn-client-linux.md) |

includes/vpn-gateway-vwan-vpn-profile-download.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Extract the zip file. The file contains the following folders:
2020
* Generic
2121
* OpenVPN (If you have enabled the OpenVPN with **Azure certificate** or **RADIUS authentication** settings on the gateway). Select the appropriate article that corresponds to your configuration to create a tenant.
2222

23-
* [VPN Gateway- Create a tenant](../articles/vpn-gateway/openvpn-azure-ad-tenant.md).
24-
* [Virtual WAN - Create a tenant](../articles/virtual-wan/openvpn-azure-ad-tenant.md).
23+
* [VPN Gateway- Create a tenant](../articles/vpn-gateway/openvpn-azure-ad-tenant.md)
24+
* [Virtual WAN - Create a tenant](../articles/virtual-wan/openvpn-azure-ad-tenant.md)
2525

2626
## Retrieve information
2727

0 commit comments

Comments
 (0)