Skip to content

Commit 784c756

Browse files
committed
format correction
1 parent 16a9a18 commit 784c756

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

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

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ In this section, you test the remote desktop port (RDP) connectivity from one vi
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).
7979
- 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).
80-
**Solution**: update the network security group on the destination virtual machine to allow inbound RDP traffic.
80+
81+
**Solution**: Update the network security group on the destination virtual machine to allow inbound RDP traffic.
8182

8283
- If the source virtual machine has a network security group denying RDP connections to the destination, you see the following results:
8384

@@ -88,7 +89,8 @@ In this section, you test the remote desktop port (RDP) connectivity from one vi
8889
- Inbound connectivity to the destination virtual machine is allowed. Select **See details** to see the security rules that are allowing the inbound communication to the destination virtual machine.
8990
- Azure default system route is used to route traffic between the two virtual machines (Route table ID: System route).
9091
- Port 3389 is reachable on the destination virtual machine.
91-
**Solution**: update the network security group on the source virtual machine to allow outbound RDP traffic.
92+
93+
**Solution**: Update the network security group on the source virtual machine to allow outbound RDP traffic.
9294

9395
- If the operating system on the destination virtual machine doesn't accept incoming connections on port 3389, you see the following results:
9496

@@ -99,7 +101,8 @@ In this section, you test the remote desktop port (RDP) connectivity from one vi
99101
- Inbound connectivity to the destination virtual machine is allowed. Select **See details** to see the security rules that are allowing the inbound communication to the destination virtual machine.
100102
- Azure default system route is used to route traffic between the two virtual machines (Route table ID: System route).
101103
- Port 3389 isn't reachable on the destination virtual machine (port 3389 on the operating system isn't accepting incoming RDP connections).
102-
**Solution**: configure the operating system on the destination virtual machine to accept inbound RDP traffic.
104+
105+
**Solution**: Configure the operating system on the destination virtual machine to accept inbound RDP traffic.
103106

104107
1. Select **Export to CSV** to download the test results in csv format.
105108

@@ -141,6 +144,8 @@ In this section, you test connectivity between a virtual machine and a web addre
141144

142145
30 probes were sent and failed to reach `www.bing.com`. Select **See details** to see the next hop details and the cause of the error.
143146

147+
**Solution**: Update the network security group on the source virtual machine to allow outbound traffic to `www.bing.com`.
148+
144149
1. Select **Export to CSV** to download the test results in csv format.
145150

146151
## Test connectivity to an IP address
@@ -184,7 +189,8 @@ In this section, you test connectivity between a virtual machine and an IP addre
184189
- 30 probes were sent and failed to reach the destination virtual machine. Select **See details** to see the next hop details.
185190
- 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.
186191
- Azure default system route is used to route traffic to the IP address, which is in the same virtual network or a peered virtual network. (Route table ID: System route and Next hop type: Virtual Network).
187-
**Solution**: start the destination virtual machine.
192+
193+
**Solution**: Start the destination virtual machine.
188194

189195
- 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:
190196

@@ -193,6 +199,7 @@ In this section, you test connectivity between a virtual machine and an IP addre
193199
- 30 probes were sent and failed to reach the destination virtual machine. Select **See details** to see the next hop details.
194200
- Outbound connectivity from the source virtual machine is denied. Select **See details** to see security rule that is denying the outbound communication from the source virtual machine.
195201
- Next hop type is *None* because there isn't a route to the IP address.
202+
196203
**Solution**: Associate a route table with a correct route to the subnet of the source virtual machine.
197204

198205
1. Select **Export to CSV** to download the test results in csv format.

0 commit comments

Comments
 (0)