You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/network-watcher/network-watcher-diagnose-on-premises-connectivity.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,14 @@ ms.author: halkazwini
6
6
author: halkazwini
7
7
ms.service: azure-network-watcher
8
8
ms.topic: how-to
9
-
ms.date: 02/09/2024
9
+
ms.date: 03/25/2025
10
10
11
11
#CustomerIntent: As an Azure administrator, I want to learn how to use VPN troubleshoot so I can troubleshoot my VPN virtual network gateways and their connections whenever resources in a virtual network can't communicate with on-premises resources over a VPN connection.
12
12
---
13
13
14
14
# Diagnose on-premises VPN connectivity with Azure
15
15
16
-
In this article, you learn how to use Azure Network Watcher VPN troubleshoot capability to diagnose and troubleshoot your VPN gateway and its connection to your on-premises VPN device. For a list of validated VPN devices and their configuration guides, see [VPN devices](../vpn-gateway/vpn-gateway-about-vpn-devices.md?toc=/azure/network-watcher/toc.json#devicetable).
16
+
In this article, you learn how to use Azure Network Watcher VPN troubleshoot capability to diagnose and troubleshoot your VPN gateway and its connection to your on-premises VPN device.
17
17
18
18
VPN troubleshoot allows you to quickly diagnose issues with your gateway and connections. It checks for common issues and returns a list of diagnostic logs that can be used to further troubleshoot the issue. The logs are stored in a storage account that you specify.
19
19
@@ -50,7 +50,7 @@ Use the VPN troubleshoot capability of Network Watcher to diagnose and troublesh
50
50
51
51
> [!NOTE]
52
52
> - In some cases, only a subset of the log files is generated.
53
-
> -For newer gateway versions, the IKEErrors.txt, Scrubbed-wfpdiag.txt and wfpdiag.txt.sum have been replaced by an IkeLogs.txt file that contains the whole IKE activity including any errors.
53
+
> -Newer gateway versions use IkeLogs.txt file instead of IKEErrors.txt, Scrubbed-wfpdiag.txt, and wfpdiag.txt.sum. IkeLogs.txt contains the entire IKE activity, including any errors.
54
54
55
55
A common misconfiguration error is due to using incorrect shared keys where you can check the IKEErrors.txt to see the following error message:
56
56
@@ -69,7 +69,5 @@ For a detailed list of fault types that Network Watcher can diagnose and their l
69
69
70
70
## Next step
71
71
72
-
Learn how to monitor VPN gateways using Azure Automation:
73
-
74
72
> [!div class="nextstepaction"]
75
-
> [Monitor VPN gateways using VPN troubleshoot and Azure automation](network-watcher-monitor-with-azure-automation.md)
73
+
> [Diagnose a communication problem between virtual networks](diagnose-communication-problem-between-networks.md)
0 commit comments