Skip to content

Commit 187ed3f

Browse files
Merge pull request #287173 from cherylmc/vpn-client-precheck
Azure VPN Gateway - VPN Client precheck
2 parents e7b196c + 332b27f commit 187ed3f

File tree

3 files changed

+48
-0
lines changed

3 files changed

+48
-0
lines changed

articles/vpn-gateway/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,8 @@
241241
href: create-custom-policies-p2s-ps.md
242242
- name: Azure VPN Client - optional settings
243243
href: azure-vpn-client-optional-configurations.md
244+
- name: Azure VPN Client prerequisites check
245+
href: azure-vpn-client-prerequisites-check.md
244246
- name: Azure VPN Client versions
245247
href: azure-vpn-client-versions.md
246248
- name: Intune - Deploy VPN client profile
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
title: 'Azure VPN Client prerequisites check'
3+
titleSuffix: Azure VPN Gateway
4+
description: Learn how run the Azure VPN Client prerequisites test to identify missing prerequisites and mitigate them.
5+
author: cherylmc
6+
ms.service: azure-vpn-gateway
7+
ms.topic: how-to
8+
ms.date: 09/23/2024
9+
ms.author: cherylmc
10+
11+
---
12+
# Azure VPN Client prerequisites check for P2S VPN connections
13+
14+
If you're using the Azure VPN Client for Windows to connect to your point-to-site (P2S) VPN, you can run a prerequisites check to identify missing prerequisites and mitigate them. The **Run Prerequisites Test** feature checks the state of Windows services, background permissions for the client, local setting permissions, internet access, and user device time sync status. You can use this feature to do the following:
15+
16+
* Manually run a prerequisites check to identify missing prerequisites and mitigate them.
17+
* Periodically run a prerequisites check automatically.
18+
19+
The **Run Prerequisites Test** feature is available in the Azure VPN Client for Windows, version 3.4.0.0 and later. It's not available for other versions of the Azure VPN Client. For Azure VPN Client version information, see [Azure VPN Client versions](azure-vpn-client-versions.md).
20+
21+
> [!NOTE]
22+
> The prerequisites check is only available in the Azure VPN Client for Windows.
23+
24+
## Run a prerequisites check manually
25+
26+
1. Open the Azure VPN Client and select the client connection profile that you want to check.
27+
1. At the bottom of the page, click **Prerequisites** to open the prerequisites page.
28+
1. Select **Run Prerequisites Test** to run the check.
29+
1. After the prerequisites check has completed, the **Status** shows **Complete**. Review the results. If any test items don't pass, the status indicates that and prescriptive measures are provided to help you mitigate the issue.
30+
31+
:::image type="content" source="./media/azure-vpn-client-prerequisites-check/error.png" alt-text="Screenshot of prerequistes test status results." lightbox="./media/azure-vpn-client-prerequisites-check/error.png":::
32+
33+
## Disable automatic prerequisites checks
34+
35+
The **Enable Prerequisites Tests** setting lets you select to enable or disable automatic periodic prerequisites checks. This setting is enabled by default. To disable automatic prerequisite checks:
36+
37+
1. Open the Azure VPN Client.
38+
1. Click **...** at the bottom of the page and select **Settings**.
39+
1. On the Settings page, de-select **Enable Prerequisites Tests**. The setting is automatically saved. Items shown on the **Settings** page apply to all client connection profiles.
40+
41+
## Next steps
42+
43+
For more information about P2S VPN, see the following articles:
44+
45+
* [About point-to-site VPN](point-to-site-about.md)
46+
* [About point-to-site VPN routing](vpn-gateway-about-point-to-site-routing.md)
273 KB
Loading

0 commit comments

Comments
 (0)