Skip to content

Commit 6a04743

Browse files
authored
Merge pull request #167119 from cherylmc/qf
update
2 parents 595ad19 + aae4988 commit 6a04743

File tree

4 files changed

+17
-11
lines changed

4 files changed

+17
-11
lines changed
55 KB
Loading

articles/vpn-gateway/vpn-gateway-howto-openvpn-clients.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: cherylmc
77

88
ms.service: vpn-gateway
99
ms.topic: how-to
10-
ms.date: 04/29/2021
10+
ms.date: 07/27/2021
1111
ms.author: cherylmc
1212

1313
---
@@ -19,6 +19,12 @@ This article helps you configure **OpenVPN ® Protocol** clients.
1919

2020
Verify that you have completed the steps to configure OpenVPN for your VPN gateway. For details, see [Configure OpenVPN for Azure VPN Gateway](vpn-gateway-howto-openvpn.md).
2121

22+
## VPN client configuration files
23+
24+
You can generate and download the VPN client configuration files from the portal, or by using PowerShell. Either method returns the same zip file. Unzip the file to view the OpenVPN folder.
25+
26+
:::image type="content" source="./media/howto-openvpn-clients/download.png" alt-text="Screenshot of Download VPN client highlighted." :::
27+
2228
[!INCLUDE [configuration steps](../../includes/vpn-gateway-vwan-config-openvpn-clients.md)]
2329

2430
## Next steps

articles/vpn-gateway/vpn-gateway-howto-openvpn.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: cherylmc
77

88
ms.service: vpn-gateway
99
ms.topic: how-to
10-
ms.date: 02/05/2021
10+
ms.date: 07/28/2021
1111
ms.author: cherylmc
1212

1313
---
@@ -17,13 +17,13 @@ This article helps you set up **OpenVPN® Protocol** on Azure VPN Gateway. You c
1717

1818
## Prerequisites
1919

20-
* The article assumes that you already have a working point-to-site environment. If you don't, create one using one of the following methods.
20+
* The article assumes that you already have a working point-to-site environment. If you don't, create one using one of the following methods. When creating your gateway, note that the **Basic** SKU does not support the OpenVPN tunnel type.
2121

2222
* [Portal - Create point-to-site](vpn-gateway-howto-point-to-site-resource-manager-portal.md)
2323

2424
* [PowerShell - Create point-to-site](vpn-gateway-howto-point-to-site-rm-ps.md)
2525

26-
* Verify that your VPN gateway does not use the Basic SKU. The Basic SKU is not supported for OpenVPN.
26+
* If you already have a VPN gateway, verify that it does not use the **Basic** SKU. The Basic SKU is not supported for OpenVPN. For more information about SKUs, see [VPN Gateway configuration settings](vpn-gateway-about-vpn-gateway-settings.md). To resize a Basic SKU, see [Resize a legacy gateway](vpn-gateway-about-skus-legacy.md#resource-manager).
2727

2828
## Portal
2929

@@ -35,10 +35,10 @@ This article helps you set up **OpenVPN® Protocol** on Azure VPN Gateway. You c
3535

3636
## PowerShell
3737

38-
1. Enable OpenVPN on your gateway using the following example:
38+
1. Enable OpenVPN on your gateway using the following example, adjusting the values as necessary.
3939

4040
```azurepowershell-interactive
41-
$gw = Get-AzVirtualNetworkGateway -ResourceGroupName $rgname -name $name
41+
$gw = Get-AzVirtualNetworkGateway -ResourceGroupName TestRG1 -name VNet1GW
4242
Set-AzVirtualNetworkGateway -VirtualNetworkGateway $gw -VpnClientProtocol OpenVPN
4343
```
4444
1. Continue with **Next steps**.

includes/vpn-gateway-vwan-config-openvpn-clients.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
author: cherylmc
66
ms.service: vpn-gateway
77
ms.topic: include
8-
ms.date: 05/26/2021
8+
ms.date: 07/27/2021
99
ms.author: cherylmc
1010
ms.custom: include file
1111

@@ -14,9 +14,9 @@
1414
## <a name="windows"></a>Windows clients
1515

1616
1. Download and install the OpenVPN client (version 2.4 or higher) from the official [OpenVPN website](https://openvpn.net/index.php/open-source/downloads.html).
17-
2. Download the VPN profile for the gateway. This can be done from the Point-to-site configuration tab in the Azure portal, or 'New-AzVpnClientConfiguration' in PowerShell.
17+
2. Download the VPN client profile package from the Azure portal, or use the 'New-AzVpnClientConfiguration' cmdlet in PowerShell.
1818
3. Unzip the profile. Next, open the *vpnconfig.ovpn* configuration file from the OpenVPN folder using Notepad.
19-
4. Export the point-to-site client certificate you created and uploaded to your P2S configuration on the gateway. Use the following article links:
19+
4. Export the point-to-site client certificate you created and uploaded. Use the following article links:
2020

2121
* [VPN Gateway](../articles/vpn-gateway/vpn-gateway-certificates-point-to-site.md#clientexport) instructions
2222

@@ -53,7 +53,7 @@
5353
## <a name="mac"></a>Mac clients
5454

5555
1. Download and install an OpenVPN client, such as [TunnelBlick](https://tunnelblick.net/downloads.html).
56-
2. Download the VPN profile for the gateway. This can be done from the point-to-site configuration tab in the Azure portal, or by using 'New-AzVpnClientConfiguration' in PowerShell.
56+
2. Download the VPN client profile package from the Azure portal, or use the 'New-AzVpnClientConfiguration' cmdlet in PowerShell.
5757
3. Unzip the profile. Open the vpnconfig.ovpn configuration file from the OpenVPN folder in a text editor.
5858
4. Fill in the P2S client certificate section with the P2S client certificate public key in base64. In a PEM formatted certificate, you can open the .cer file and copy over the base64 key between the certificate headers. Use the following article links for information about how to export a certificate to get the encoded public key:
5959

@@ -72,7 +72,7 @@
7272
## <a name="iOS"></a>iOS clients
7373
7474
1. Install the OpenVPN client (version 2.4 or higher) from the App store.
75-
2. Download the VPN profile for the gateway. This can be done from the point-to-site configuration tab in the Azure portal, or by using 'New-AzVpnClientConfiguration' in PowerShell.
75+
2. Download the VPN client profile package from the Azure portal, or use the 'New-AzVpnClientConfiguration' cmdlet in PowerShell.
7676
3. Unzip the profile. Open the vpnconfig.ovpn configuration file from the OpenVPN folder in a text editor.
7777
4. Fill in the P2S client certificate section with the P2S client certificate public key in base64. In a PEM formatted certificate, you can open the .cer file and copy over the base64 key between the certificate headers. Use the following article links for information about how to export a certificate to get the encoded public key:
7878

0 commit comments

Comments
 (0)