Skip to content

Commit 306c545

Browse files
authored
Merge pull request #106561 from cherylmc/client
update screenshots
2 parents 8ae6307 + 5e0b68e commit 306c545

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed
86.7 KB
Loading

articles/vpn-gateway/point-to-site-vpn-client-configuration-azure-cert.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ services: vpn-gateway
66
author: cherylmc
77
ms.service: vpn-gateway
88
ms.topic: article
9-
ms.date: 01/15/2020
9+
ms.date: 03/04/2020
1010
ms.author: cherylmc
1111
---
1212

1313
# Create and install VPN client configuration files for native Azure certificate authentication P2S configurations
1414

15-
VPN client configuration files are contained in a zip file. Configuration files provide the settings required for a native Windows, Mac IKEv2 VPN, or Linux clients to connect to a VNet over Point-to-Site connections that use native Azure certificate authentication.
15+
VPN client configuration files are contained in a zip file. Configuration files provide the settings required for a native Windows, Mac IKEv2 VPN, or Linux clients to connect to a virtual network over Point-to-Site connections that use native Azure certificate authentication.
1616

17-
Client configuration files are specific to the VPN configuration for the VNet. If there are any changes to the Point-to-Site VPN configuration after you generate the VPN client configuration files, such as the VPN protocol type or authentication type, be sure to generate new VPN client configuration files for your user devices.
17+
Client configuration files are specific to the VPN configuration for the virtual network. If there are any changes to the Point-to-Site VPN configuration after you generate the VPN client configuration files, such as the VPN protocol type or authentication type, be sure to generate new VPN client configuration files for your user devices.
1818

1919
* For more information about Point-to-Site connections, see [About Point-to-Site VPN](point-to-site-about.md).
2020
* For OpenVPN instructions, see [Configure OpenVPN for P2S](vpn-gateway-howto-openvpn.md) and [Configure OpenVPN clients](vpn-gateway-howto-openvpn-clients.md).
@@ -36,6 +36,8 @@ You can generate client configuration files using PowerShell, or by using the Az
3636

3737
1. In the Azure portal, navigate to the virtual network gateway for the virtual network that you want to connect to.
3838
2. On the virtual network gateway page, click **Point-to-site configuration**.
39+
40+
![download client portal](./media/point-to-site-vpn-client-configuration-azure-cert/client-configuration-portal.png)
3941
3. At the top of the Point-to-site configuration page, click **Download VPN client**. It takes a few minutes for the client configuration package to generate.
4042
4. Your browser indicates that a client configuration zip file is available. It is named the same name as your gateway. Unzip the file to view the folders.
4143

@@ -85,7 +87,7 @@ Use the following steps to configure the native VPN client on Mac for certificat
8587
>
8688
8789
2. Verify that you have installed a client certificate that was issued by the root certificate that you uploaded to Azure when you configured you P2S settings. This is different from the VPNServerRoot that you installed in the previous step. The client certificate is used for authentication and is required. For more information about generating certificates, see [Generate Certificates](vpn-gateway-howto-point-to-site-resource-manager-portal.md#generatecert). For information about how to install a client certificate, see [Install a client certificate](point-to-site-how-to-vpn-client-install-azure-cert.md).
88-
3. Open the **Network** dialog under **Network Preferences** and click **'+'** to create a new VPN client connection profile for a P2S connection to the Azure VNet.
90+
3. Open the **Network** dialog under **Network Preferences** and click **'+'** to create a new VPN client connection profile for a P2S connection to the Azure virtual network.
8991

9092
The **Interface** value is 'VPN' and **VPN Type** value is 'IKEv2'. Specify a name for the profile in the **Service Name** field, then click **Create** to create the VPN client connection profile.
9193

@@ -110,7 +112,7 @@ Use the following steps to configure the native VPN client on Mac for certificat
110112
8. In the **Local ID** field, specify the name of the certificate (from Step 6). In this example, it is "ikev2Client.com". Then, click **Apply** button to save the changes.
111113

112114
![apply](./media/point-to-site-vpn-client-configuration-azure-cert/applyconnect.png)
113-
9. On the **Network** dialog, click **Apply** to save all changes. Then, click **Connect** to start the P2S connection to the Azure VNet.
115+
9. On the **Network** dialog, click **Apply** to save all changes. Then, click **Connect** to start the P2S connection to the Azure virtual network.
114116

115117
## <a name="linuxgui"></a>Linux (strongSwan GUI)
116118

@@ -133,7 +135,7 @@ The following instructions were created on Ubuntu 18.0.4. Ubuntu 16.0.10 does no
133135
```
134136
sudo apt install network-manager-strongswan
135137
```
136-
2. Select **Settings** , then select **Network**.
138+
2. Select **Settings**, then select **Network**.
137139

138140
![edit connections](./media/point-to-site-vpn-client-configuration-azure-cert/editconnections.png)
139141
3. Click the **+** button to create a new connection.

0 commit comments

Comments
 (0)