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-cli.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ az network watcher test-connectivity --source-resource '/subscriptions/abcdef01-
119
119
120
120
- Connection status is **Reachable** (destination virtual machine is reachable over port 3389).
121
121
- 66 probes were successfully sent to the destination virtual machine.
122
-
- There are two hopes in the path between the two virtual machines (no appliances or other resources in the path between the two VMs).
122
+
- There are two hops in the path between the two virtual machines (no appliances or other resources in the path between the two VMs).
123
123
124
124
- If the destination virtual machine has a network security group that's denying incoming RDP connections, you see the following results:
125
125
@@ -195,7 +195,7 @@ az network watcher test-connectivity --source-resource '/subscriptions/abcdef01-
195
195
196
196
- Connection status is **Unreachable** (destination virtual machine is unreachable over port 3389).
197
197
- 30 probes were sent and failed to reach the destination virtual machine.
198
-
- There are two hopes in the path between the two virtual machines (no appliances or other resources in the path between the two VMs).
198
+
- There are two hops in the path between the two virtual machines (no appliances or other resources in the path between the two VMs).
199
199
- Inbound connectivity to the destination virtual machine is denied by the security rule `Deny3389Inbound` in the network security group `VM2-nsg`.
200
200
201
201
**Solution**: Update the network security group on the destination virtual machine to allow inbound RDP traffic.
@@ -275,7 +275,7 @@ az network watcher test-connectivity --source-resource '/subscriptions/abcdef01-
275
275
276
276
- Connection status is **Unreachable** (destination virtual machine is unreachable over port 3389).
277
277
- 30 probes were sent and failed to reach the destination virtual machine.
278
-
- There are two hopes in the path between the two virtual machines (no appliances or other resources in the path between the two VMs).
278
+
- There are two hops in the path between the two virtual machines (no appliances or other resources in the path between the two VMs).
279
279
- Outbound connectivity from the source virtual machine is denied by the security rule `Deny3389Outbound` in the network security group `VM1-nsg`.
280
280
281
281
**Solution**: Update the network security group on the source virtual machine to allow outbound RDP traffic.
@@ -349,7 +349,7 @@ az network watcher test-connectivity --source-resource '/subscriptions/abcdef01-
349
349
350
350
- Connection status is **Unreachable** (destination virtual machine is unreachable over port 3389).
351
351
- 30 probes were sent and failed to reach the destination virtual machine.
352
-
- There are two hopes in the path between the two virtual machines (no appliances or other resources in the path between the two VMs).
352
+
- There are two hops in the path between the two virtual machines (no appliances or other resources in the path between the two VMs).
353
353
- Port 3389 isn't reachable on the destination virtual machine (the output has `NoListenerOnDestination` and `GuestFirewall` errors on the destination virtual machine).
354
354
355
355
**Solution**: Configure the operating system on the destination virtual machine to accept inbound RDP traffic.
0 commit comments