Skip to content

Commit 9ad0f92

Browse files
Merge pull request #245403 from halkazwini/vnet-vms
Virtual network: Freshness: Troubleshooting connectivity problems between Azure VMs
2 parents 5c86753 + 3155214 commit 9ad0f92

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

articles/virtual-network/virtual-network-troubleshoot-connectivity-problem-between-vms.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
---
22
title: Troubleshooting connectivity problems between Azure VMs
3-
description: Learn how to troubleshoot and resolve the connectivity problems that you might experience between Azure VMs.
3+
description: Learn how to troubleshoot and resolve the connectivity problems that you might experience between Azure virtual machines (VMs).
44
services: virtual-network
55
author: asudbring
66
manager: dcscontentpm
7-
tags: azure-resource-manager
87
ms.service: virtual-network
98
ms.topic: troubleshooting
10-
ms.workload: infrastructure-services
11-
ms.date: 10/30/2018
9+
ms.date: 07/19/2023
1210
ms.author: allensu
1311
---
1412

@@ -20,7 +18,7 @@ You might experience connectivity problems between Azure virtual machines (VMs).
2018

2119
## Symptom
2220

23-
One Azure VM cannot connect to another Azure VM.
21+
One Azure VM can't connect to another Azure VM.
2422

2523
## Troubleshooting guidance
2624

@@ -32,7 +30,7 @@ One Azure VM cannot connect to another Azure VM.
3230
6. [Check whether traffic is blocked by ACLs for the classic VM](#step-6-check-whether-traffic-is-blocked-by-acls-for-the-classic-vm)
3331
7. [Check whether the endpoint is created for the classic VM](#step-7-check-whether-the-endpoint-is-created-for-the-classic-vm)
3432
8. [Try to connect to a VM network share](#step-8-try-to-connect-to-a-vm-network-share)
35-
9. [Check Inter-Vnet connectivity](#step-9-check-inter-vnet-connectivity)
33+
9. [Check Inter-VNet connectivity](#step-9-check-inter-vnet-connectivity)
3634

3735
## Troubleshooting steps
3836

@@ -58,7 +56,7 @@ For more information, see [Add network interfaces to or remove from virtual mach
5856

5957
### Step 2: Check whether network traffic is blocked by NSG or UDR
6058

61-
Use [Network Watcher IP Flow Verify](../network-watcher/network-watcher-ip-flow-verify-overview.md) and [NSG Flow Logging](../network-watcher/network-watcher-nsg-flow-logging-overview.md) to determine whether there is a Network Security Group (NSG) or User-Defined Route (UDR) that is interfering with traffic flow.
59+
Use [Network Watcher IP Flow Verify](../network-watcher/network-watcher-ip-flow-verify-overview.md) and [Connection troubleshoot](../network-watcher/network-watcher-connectivity-overview.md) to determine whether there's a Network Security Group (NSG) or User-Defined Route (UDR) that is interfering with traffic flow.
6260

6361
### Step 3: Check whether network traffic is blocked by VM firewall
6462

@@ -82,7 +80,7 @@ netstat –ano
8280
netstat -l
8381
```
8482

85-
- Run the **telnet** command on the virtual machine itself to test the port. If the test fails, the application or service is not configured to listen on that port.
83+
- Run the **telnet** command on the virtual machine itself to test the port. If the test fails, the application or service isn't configured to listen on that port.
8684

8785
### Step 5: Check whether the problem is caused by SNAT
8886

@@ -98,11 +96,11 @@ All VMs that you create in Azure by using the classic deployment model can autom
9896

9997
### Step 8: Try to connect to a VM network share
10098

101-
If you cannot connect to a VM network share, the problem may be caused by unavailable NICs in the VM. To delete the unavailable NICs, see [How to delete the unavailable NICs](/troubleshoot/azure/virtual-machines/reset-network-interface#delete-the-unavailable-nics)
99+
If you can't connect to a VM network share, the problem may be caused by unavailable NICs in the VM. To delete the unavailable NICs, see [How to delete the unavailable NICs](/troubleshoot/azure/virtual-machines/reset-network-interface#delete-the-unavailable-nics)
102100

103-
### Step 9: Check Inter-Vnet connectivity
101+
### Step 9: Check Inter-VNet connectivity
104102

105-
Use [Network Watcher IP Flow Verify](../network-watcher/network-watcher-ip-flow-verify-overview.md) and [NSG Flow Logging](../network-watcher/network-watcher-nsg-flow-logging-overview.md) to determine whether there is a NSG or UDR that is interfering with traffic flow. You can also verify your Inter-Vnet configuration [here](https://support.microsoft.com/en-us/help/4032151/configuring-and-validating-vnet-or-vpn-connections).
103+
Use [Network Watcher IP Flow Verify](../network-watcher/network-watcher-ip-flow-verify-overview.md) and [NSG Flow Logging](../network-watcher/network-watcher-nsg-flow-logging-overview.md) to determine whether there's an NSG or UDR that is interfering with traffic flow. You can also verify your Inter-VNet configuration [here](https://support.microsoft.com/en-us/help/4032151/configuring-and-validating-vnet-or-vpn-connections).
106104

107105
### Need help? Contact support.
108106
If you still need help, [contact support](https://portal.azure.com/?#blade/Microsoft_Azure_Support/HelpAndSupportBlade) to get your issue resolved quickly.

0 commit comments

Comments
 (0)