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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -350,7 +350,7 @@ az network watcher test-connectivity --source-resource '/subscriptions/abcdef01-
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
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).
353
-
- Port 3389 isn't reachable on the destination virtual machine. The output has `NoListenerOnDestination` and `GuestFirewall` errors on the destination virtual machine.
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.
- Connection status is **Unreachable** (`10.10.10.10` is unreachable over port 3389).
722
722
- 30 probes were sent and failed to reach `10.10.10.10`.
723
-
- No route in the routing table of the source virtual machine to `10.10.10.10`. The output has `RouteMissing` error on the source virtual machine.
723
+
- No route in the routing table of the source virtual machine to `10.10.10.10` (the output has `RouteMissing` error on the source virtual machine).
724
724
- Next hop type is *None* because there's no route to `10.10.10.10`.
725
725
- Outbound connectivity from the source virtual machine is denied by the security rule `DefaultRule_DenyAllOutBound` in the network security group `VM1-nsg`.
0 commit comments