Skip to content

Commit ed35f44

Browse files
authored
Merge pull request #206400 from cherylmc/patch-5
update H2s
2 parents ac869d0 + 33f5535 commit ed35f44

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

articles/vpn-gateway/point-to-site-how-to-radius-ps.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to connect VPN clients securely to a virtual network usin
55
author: cherylmc
66
ms.service: vpn-gateway
77
ms.topic: how-to
8-
ms.date: 06/10/2022
8+
ms.date: 07/27/2022
99
ms.author: cherylmc
1010
ms.custom: devx-track-azurepowershell
1111

@@ -228,7 +228,7 @@ New-AzVirtualNetworkGateway -Name $GWName -ResourceGroupName $RG `
228228
Set-AzVirtualNetworkGateway -VirtualNetworkGateway $actual -VpnClientAddressPool 201.169.0.0/16 -VpnClientProtocol "IkeV2" -RadiusServerList $radiusServers
229229
```
230230
231-
## 6. <a name="vpnclient"></a>Configure the VPN client
231+
## 6. <a name="vpnclient"></a>Configure the VPN client and connect
232232
233233
The VPN client profile configuration packages contain the settings that help you configure VPN client profiles for a connection to the Azure VNet.
234234
@@ -238,12 +238,7 @@ To generate a VPN client configuration package and configure a VPN client, see o
238238
* [RADIUS - password authentication for VPN clients](point-to-site-vpn-client-configuration-radius-password.md)
239239
* [RADIUS - other authentication methods for VPN clients](point-to-site-vpn-client-configuration-radius-other.md)
240240
241-
## <a name="connect"></a>7. Connect to Azure
242-
243-
Use the steps in one of the following articles to connect to Azure.
244-
245-
* [Windows native VPN client](point-to-site-vpn-client-configuration-radius-certificate.md#windows-vpn-client)
246-
* [macOS VPN client](point-to-site-vpn-client-configuration-radius-certificate.md#mac-macos-vpn-client)
241+
After you configure the VPN client, connect to Azure.
247242
248243
## <a name="verify"></a>To verify your connection
249244
@@ -279,4 +274,4 @@ For FAQ information, see the [Point-to-site - RADIUS authentication](vpn-gateway
279274
280275
## Next steps
281276
282-
Once your connection is complete, you can add virtual machines to your virtual networks. For more information, see [Virtual Machines](../index.yml). To understand more about networking and virtual machines, see [Azure and Linux VM network overview](../virtual-network/network-overview.md).
277+
Once your connection is complete, you can add virtual machines to your virtual networks. For more information, see [Virtual Machines](../index.yml). To understand more about networking and virtual machines, see [Azure and Linux VM network overview](../virtual-network/network-overview.md).

articles/vpn-gateway/point-to-site-vpn-client-configuration-radius-certificate.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,17 +76,19 @@ To retrieve previously generated client configuration files, use the following c
7676
Get-AzVpnClientConfiguration -ResourceGroupName "TestRG" -Name "VNet1GW" | fl
7777
```
7878

79-
## Windows VPN client
79+
## Windows native VPN client
80+
81+
You can use the native VPN client if you configured IKEv2 or SSTP.
8082

8183
1. Select a configuration package and install it on the client device. For a 64-bit processor architecture, choose the **VpnClientSetupAmd64** installer package. For a 32-bit processor architecture, choose the **VpnClientSetupX86** installer package. If you see a SmartScreen pop-up, select **More info** > **Run anyway**. You can also save the package to install on other client computers.
8284

8385
1. Each client requires a client certificate for authentication. Install the client certificate. For information about client certificates, see [Client certificates for point-to-site](vpn-gateway-certificates-point-to-site.md). To install a certificate that was generated, see [Install a certificate on Windows clients](point-to-site-how-to-vpn-client-install-azure-cert.md).
8486

8587
1. On the client computer, browse to **Network Settings** and select **VPN**. The VPN connection shows the name of the virtual network that it connects to.
8688

87-
## Mac (macOS) VPN client
89+
## Mac (macOS) native VPN client
8890

89-
You must create a separate profile for every Mac device that connects to the Azure virtual network. This is because these devices require the user certificate for authentication to be specified in the profile. The **Generic** folder has all the information that's required to create a profile:
91+
You must create a separate profile for every Mac device that connects to the Azure virtual network. This is because these devices require the user certificate for authentication to be specified in the profile. Additionally, you can only use the macOS native VPN client if you included the IKEv2 tunnel type in your configuration. The **Generic** folder has all the information that's required to create a profile:
9092

9193
* **VpnSettings.xml** contains important settings such as server address and tunnel type.
9294
* **VpnServerRoot.cer** contains the root certificate that's required to validate the VPN gateway during P2S connection setup.

0 commit comments

Comments
 (0)