Skip to content

Commit 2fd59e3

Browse files
committed
tweaks
1 parent b858a43 commit 2fd59e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/network-watcher/connection-troubleshoot-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ az network watcher test-connectivity --source-resource '/subscriptions/abcdef01-
350350
- Connection status is **Unreachable** (destination virtual machine is unreachable over port 3389).
351351
- 30 probes were sent and failed to reach the destination virtual machine.
352352
- 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).
354354

355355
**Solution**: Configure the operating system on the destination virtual machine to accept inbound RDP traffic.
356356

@@ -720,7 +720,7 @@ az network watcher test-connectivity --resource-group 'myResourceGroup' --source
720720

721721
- Connection status is **Unreachable** (`10.10.10.10` is unreachable over port 3389).
722722
- 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).
724724
- Next hop type is *None* because there's no route to `10.10.10.10`.
725725
- Outbound connectivity from the source virtual machine is denied by the security rule `DefaultRule_DenyAllOutBound` in the network security group `VM1-nsg`.
726726

0 commit comments

Comments
 (0)