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/connection-troubleshoot-portal.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,19 +68,19 @@ In this section, you test the remote desktop port (RDP) connectivity from one vi
68
68
- Azure default system route is used to route traffic between the two virtual machines (Route table ID: System route).
69
69
- Port 3389 is reachable on the destination virtual machine.
70
70
71
-
- If the destination virtual machine has a network security group blocking incoming RDP connections, you see the following results:
71
+
- If the destination virtual machine has a network security group that's denying incoming RDP connections, you see the following results:
72
72
73
73
:::image type="content" source="./media/connection-troubleshoot-portal/connectivity-denied-destination.png" alt-text="Screenshot that shows connection troubleshoot results after testing the connection to a virtual machine that has a denying inbound security rule.":::
74
74
75
75
- 30 probes were sent and failed to reach the destination virtual machine. Select **See details** to see the next hop details.
76
76
- Outbound connectivity from the source virtual machine is allowed. Select **See details** to see the security rules that are allowing the outbound communication from the source virtual machine.
77
77
- Inbound connectivity to the destination virtual machine is denied. Select **See details** to see the security rule that is denying the inbound communication to the destination virtual machine.
78
78
- Azure default system route is used to route traffic between the two virtual machines (Route table ID: System route).
79
-
- Port 3389 isn't reachable on the destination virtual machine (port 3389 is unreachable because of the security rule that is denying the inbound communication to the destination port).
79
+
- Port 3389 is unreachable on the destination virtual machine because of the security rule that is denying inbound communication to the destination port.
80
80
81
81
**Solution**: Update the network security group on the destination virtual machine to allow inbound RDP traffic.
82
82
83
-
- If the source virtual machine has a network security group denying RDP connections to the destination, you see the following results:
83
+
- If the source virtual machine has a network security group that's denying RDP connections to the destination, you see the following results:
84
84
85
85
:::image type="content" source="./media/connection-troubleshoot-portal/connectivity-denied-source.png" alt-text="Screenshot that shows connection troubleshoot results after testing the connection from a virtual machine that has a denying outbound security rule.":::
86
86
@@ -192,7 +192,7 @@ In this section, you test connectivity between a virtual machine and an IP addre
192
192
193
193
**Solution**: Start the destination virtual machine.
194
194
195
-
- If there's no route to the IP address in the routing table of the source virtual machine (because the IP address isn't in the address space of the VM's virtual network or its peered virtual networks for example), you see the following results:
195
+
- If there's no route to the IP address in the routing table of the source virtual machine (for example, the IP address isn't in the address space of the VM's virtual network or its peered virtual networks), you see the following results:
196
196
197
197
:::image type="content" source="./media/connection-troubleshoot-portal/ip-unreachable-route-table.png" alt-text="Screenshot that shows connection troubleshoot results after testing the connection to unreachable IP address with no route in the routing table.":::
0 commit comments