Skip to content

Commit ca1e589

Browse files
Merge pull request #259802 from halkazwini/nw-vng
Update screenshot and steps to update PSK
2 parents 7b1cf2b + a170359 commit ca1e589

File tree

2 files changed

+22
-5
lines changed

2 files changed

+22
-5
lines changed

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

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: halkazwini
66
ms.author: halkazwini
77
ms.service: network-watcher
88
ms.topic: tutorial
9-
ms.date: 09/28/2023
9+
ms.date: 11/29/2023
1010

1111
#CustomerIntent: As a network administrator, I want to determine why resources in a virtual network can't communicate with resources in a different virtual network over a VPN connection.
1212
---
@@ -132,16 +132,32 @@ After creating **VNet1GW** and **VNet2GW** virtual network gateways, you can cre
132132

133133
1. Select **+ Add** to create a connection from **VNet1** to **VNet2**.
134134

135-
1. In **Add connection**, enter or select the following values:
135+
1. In **Create connection**, enter or select the following values in the **Basics** tab:
136136

137137
| Setting | Value |
138138
| --- | --- |
139-
| Name | Enter ***to-VNet2***. |
139+
| **Project details** | |
140+
| Subscription | Select your Azure subscription. |
141+
| Resource Group | Select **myResourceGroup**. |
142+
| **Instance details** | |
140143
| Connection type | Select **VNet-to-VNet**. |
144+
| Name | Enter ***to-VNet2***. |
145+
| Region | Select **East US**. |
146+
147+
1. Select the **Settings** tab or select **Next: Settings** button.
148+
149+
1. In **Settings** tab, enter or select the following values:
150+
151+
| Setting | Value |
152+
| --- | --- |
153+
| **Virtual network gateway** | |
154+
| First virtual network gateway | Select **VNet1GW**. |
141155
| Second virtual network gateway | Select **VNet2GW**. |
142156
| Shared key (PSK) | Enter ***123***. |
143157

144-
1. Select **OK**.
158+
1. Select **Review + create**.
159+
160+
1. Review the settings, and then select **Create**.
145161

146162
### Create second connection
147163

@@ -152,6 +168,7 @@ After creating **VNet1GW** and **VNet2GW** virtual network gateways, you can cre
152168
| Setting | Value |
153169
| --- | --- |
154170
| Name | **to-VNet1** |
171+
| First virtual network gateway | **VNet2GW** |
155172
| Second virtual network gateway | **VNet1GW** |
156173
| Shared key (PSK) | **000** |
157174

@@ -199,7 +216,7 @@ Fix the problem by correcting the key on **to-VNet1** connection to match the ke
199216

200217
1. Go to **to-VNet1** connection.
201218

202-
1. Under **Settings**, select **Shared key**.
219+
1. Under **Settings**, select **Authentication Type**.
203220

204221
1. In **Shared key (PSK)**, enter ***123*** and then select **Save**.
205222

5.6 KB
Loading

0 commit comments

Comments
 (0)