You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/network-watcher/diagnose-communication-problem-between-networks.md
+22-5Lines changed: 22 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: halkazwini
6
6
ms.author: halkazwini
7
7
ms.service: network-watcher
8
8
ms.topic: tutorial
9
-
ms.date: 09/28/2023
9
+
ms.date: 11/29/2023
10
10
11
11
#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.
12
12
---
@@ -132,16 +132,32 @@ After creating **VNet1GW** and **VNet2GW** virtual network gateways, you can cre
132
132
133
133
1. Select **+ Add** to create a connection from **VNet1** to **VNet2**.
134
134
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:
136
136
137
137
| Setting | Value |
138
138
| --- | --- |
139
-
| Name | Enter ***to-VNet2***. |
139
+
|**Project details**||
140
+
| Subscription | Select your Azure subscription. |
141
+
| Resource Group | Select **myResourceGroup**. |
142
+
|**Instance details**||
140
143
| 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**. |
141
155
| Second virtual network gateway | Select **VNet2GW**. |
142
156
| Shared key (PSK) | Enter ***123***. |
143
157
144
-
1. Select **OK**.
158
+
1. Select **Review + create**.
159
+
160
+
1. Review the settings, and then select **Create**.
145
161
146
162
### Create second connection
147
163
@@ -152,6 +168,7 @@ After creating **VNet1GW** and **VNet2GW** virtual network gateways, you can cre
152
168
| Setting | Value |
153
169
| --- | --- |
154
170
| Name |**to-VNet1**|
171
+
| First virtual network gateway |**VNet2GW**|
155
172
| Second virtual network gateway |**VNet1GW**|
156
173
| Shared key (PSK) |**000**|
157
174
@@ -199,7 +216,7 @@ Fix the problem by correcting the key on **to-VNet1** connection to match the ke
199
216
200
217
1. Go to **to-VNet1** connection.
201
218
202
-
1. Under **Settings**, select **Shared key**.
219
+
1. Under **Settings**, select **Authentication Type**.
203
220
204
221
1. In **Shared key (PSK)**, enter ***123*** and then select **Save**.
0 commit comments