Skip to content

Commit d793f11

Browse files
committed
correction
1 parent 7591786 commit d793f11

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ az network watcher test-connectivity --source-resource '/subscriptions/abcdef01-
119119

120120
- Connection status is **Reachable** (destination virtual machine is reachable over port 3389).
121121
- 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).
123123

124124
- If the destination virtual machine has a network security group that's denying incoming RDP connections, you see the following results:
125125

@@ -195,7 +195,7 @@ az network watcher test-connectivity --source-resource '/subscriptions/abcdef01-
195195

196196
- Connection status is **Unreachable** (destination virtual machine is unreachable over port 3389).
197197
- 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).
199199
- Inbound connectivity to the destination virtual machine is denied by the security rule `Deny3389Inbound` in the network security group `VM2-nsg`.
200200

201201
**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-
275275

276276
- Connection status is **Unreachable** (destination virtual machine is unreachable over port 3389).
277277
- 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).
279279
- Outbound connectivity from the source virtual machine is denied by the security rule `Deny3389Outbound` in the network security group `VM1-nsg`.
280280

281281
**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-
349349

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.
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).
353353
- 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.
@@ -573,7 +573,7 @@ az network watcher test-connectivity --resource-group 'myResourceGroup' --source
573573

574574
- Connection status is **Reachable** (`10.10.10.10` is reachable over port 3389).
575575
- 66 probes were successfully sent to `10.10.10.10` with average latency of 2 ms.
576-
- There are two hopes in the path between the two virtual machines (no appliances or other resources in the path between the two VMs).
576+
- There are two hops in the path between the two virtual machines (no appliances or other resources in the path between the two VMs).
577577

578578
- If the IP address is unreachable because the destination virtual machine isn't running, you see the following results:
579579

0 commit comments

Comments
 (0)