Skip to content

Commit f248713

Browse files
committed
tweaks
1 parent 784c756 commit f248713

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,19 +68,19 @@ In this section, you test the remote desktop port (RDP) connectivity from one vi
6868
- Azure default system route is used to route traffic between the two virtual machines (Route table ID: System route).
6969
- Port 3389 is reachable on the destination virtual machine.
7070

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

7373
:::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.":::
7474

7575
- 30 probes were sent and failed to reach the destination virtual machine. Select **See details** to see the next hop details.
7676
- 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.
7777
- Inbound connectivity to the destination virtual machine is denied. Select **See details** to see the security rule that is denying the inbound communication to the destination virtual machine.
7878
- Azure default system route is used to route traffic between the two virtual machines (Route table ID: System route).
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).
79+
- Port 3389 is unreachable on the destination virtual machine because of the security rule that is denying inbound communication to the destination port.
8080

8181
**Solution**: Update the network security group on the destination virtual machine to allow inbound RDP traffic.
8282

83-
- If the source virtual machine has a network security group denying RDP connections to the destination, you see the following results:
83+
- If the source virtual machine has a network security group that's denying RDP connections to the destination, you see the following results:
8484

8585
:::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.":::
8686

@@ -192,7 +192,7 @@ In this section, you test connectivity between a virtual machine and an IP addre
192192

193193
**Solution**: Start the destination virtual machine.
194194

195-
- If there's no route to the IP address in the routing table of the source virtual machine (because the IP address isn't in the address space of the VM's virtual network or its peered virtual networks for example), you see the following results:
195+
- If there's no route to the IP address in the routing table of the source virtual machine (for example, the IP address isn't in the address space of the VM's virtual network or its peered virtual networks), you see the following results:
196196

197197
:::image type="content" source="./media/connection-troubleshoot-portal/ip-unreachable-route-table.png" alt-text="Screenshot that shows connection troubleshoot results after testing the connection to unreachable IP address with no route in the routing table.":::
198198

0 commit comments

Comments
 (0)