Skip to content

Commit d70ec93

Browse files
committed
tweak
1 parent 3348171 commit d70ec93

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/network-watcher/diagnose-communication-problem-between-networks.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ Repeat the previous steps to create the second virtual network using the followi
8888

8989
| Setting | Value |
9090
| --- | --- |
91-
| Name | **myVNet2**. |
92-
| IPv4 address space | **10.2.0.0/16**. |
93-
| Subnet name | **mySubnet**. |
94-
| Subnet address range | **10.2.0.0/24**. |
91+
| Name | **myVNet2** |
92+
| IPv4 address space | **10.2.0.0/16** |
93+
| Subnet name | **mySubnet** |
94+
| Subnet address range | **10.2.0.0/24** |
9595

9696
## Create a storage account and a container
9797

@@ -183,8 +183,8 @@ To create the second VPN gateway, repeat the previous steps you used to create t
183183

184184
After creating **VNet1GW** and **VNet2GW** virtual network gateways, you can create connections between them to allow communication over secure IPsec/IKE tunnel between **VNet1** and **VNet2** virtual networks. To create the IPsec/IKE tunnel, you create two connections:
185185

186-
- From **VNet1** to **VNet2**.
187-
- From **VNet2** to **VNet1**.
186+
- From **VNet1** to **VNet2**
187+
- From **VNet2** to **VNet1**
188188

189189
### Create first connection
190190

@@ -215,7 +215,7 @@ After creating **VNet1GW** and **VNet2GW** virtual network gateways, you can cre
215215
| --- | --- |
216216
| Name | **to-VNet1** |
217217
| Second virtual network gateway | **VNet1GW** |
218-
| Shared key (PSK) | Enter *000*. |
218+
| Shared key (PSK) | **000** |
219219

220220
> [!NOTE]
221221
> To successfully create an IPsec/IKE tunnel between two Azure VPN gateways, the connections between the gateways must use identical shared keys. In the previous steps, two different keys were used to create a problem with the gateway connections.

0 commit comments

Comments
 (0)