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
@@ -62,13 +62,13 @@ In this section, you test the remote desktop port (RDP) connectivity from one vi
62
62
63
63
:::image type="content" source="./media/connection-troubleshoot-portal/connectivity-allowed.png" alt-text="Screenshot that shows connection troubleshoot results after testing the connection between two virtual machines that are communicating with no issues.":::
64
64
65
-
- 66 probes were successfully sent with average latency of 2 ms. Select **See details** to see the next hop details.
65
+
- 66 probes were successfully sent to the destination virtual machine. Select **See details** to see the next hop details.
66
66
- 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.
67
67
- Inbound connectivity to the destination virtual machine is allowed. Select **See details** to see the security rules that are allowing the inbound communication to the destination virtual machine.
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 connection, you see the following results:
71
+
- If the destination virtual machine has a network security group blocking 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
@@ -79,7 +79,7 @@ In this section, you test the remote desktop port (RDP) connectivity from one vi
79
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).
80
80
**Solution**: update the network security group on the destination virtual machine to allow inbound RDP traffic.
81
81
82
-
- If the source virtual machine has a network security group denying RDP connection to the destination, you see the following results:
82
+
- If the source virtual machine has a network security group denying RDP connections to the destination, you see the following results:
83
83
84
84
:::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.":::
85
85
@@ -133,7 +133,7 @@ In this section, you test connectivity between a virtual machine and a web addre
133
133
134
134
:::image type="content" source="./media/connection-troubleshoot-portal/test-connectivity-bing-reachable.png" alt-text="Screenshot that shows connection troubleshoot results after testing the connection with Microsoft Bing website.":::
135
135
136
-
Connectivity test is successful with 66 probes sent with an average latency of 3 ms.
136
+
66 probes were successfully sent to `www.bing.com`. Select **See details** to see the next hop details.
137
137
138
138
- If `www.bing.com` is unreachable from the source virtual machine due to a security rule, you see the following results:
0 commit comments