|
2 | 2 | author: cherylmc
|
3 | 3 | ms.service: vpn-gateway
|
4 | 4 | ms.topic: include
|
5 |
| - ms.date: 09/14/2022 |
| 5 | + ms.date: 06/26/2023 |
6 | 6 | ms.author: cherylmc
|
7 | 7 | ---
|
8 | 8 | 1. Go to your virtual network. On your VNet page, select **Connected devices** on the left. Locate your VPN gateway and click to open it.
|
9 |
| -1. On the page for the gateway, select **Connections**. At the top of the Connections page, select **+Add** to open the **Add connection** page. |
| 9 | +1. On the page for the gateway, select **Connections**. |
| 10 | +1. At the top of the Connections page, select **+Add** to open the **Create connection** page. |
10 | 11 |
|
11 |
| - :::image type="content" source="./media/vpn-gateway-add-site-to-site-connection-portal-include/connection.png" alt-text="Screenshot of Add Connection page." lightbox="./media/vpn-gateway-add-site-to-site-connection-portal-include/connection.png" ::: |
12 |
| -1. On the **Add connection** page, configure the values for your connection. |
| 12 | + :::image type="content" source="./media/vpn-gateway-add-site-to-site-connection-portal-include/add-connection.png" alt-text="Graphic shows a screenshot of the Basics page." lightbox="./media/vpn-gateway-add-site-to-site-connection-portal-include/add-connection.png"::: |
| 13 | +1. On the Create connection **Basics** page, configure the values for your connection. |
| 14 | + * For **Project details**, select the subscription and the Resource group where your resources are located. |
| 15 | + * For **Instance details**, configure the following settings: |
13 | 16 |
|
14 |
| - * **Name:** Name your connection. |
15 |
| - * **Connection type:** Select **Site-to-site (IPSec)**. |
16 |
| - * **Virtual network gateway:** The value is fixed because you're connecting from this gateway. |
17 |
| - * **Local network gateway:** Select **Choose a local network gateway** and select the local network gateway that you want to use. |
18 |
| - * **Shared Key:** the value here must match the value that you're using for your local on-premises VPN device. The example uses 'abc123', but you can (and should) use something more complex. It's important that the value you specify here is the same value that you specify when configuring your VPN device. |
19 |
| - * Leave **Use Azure Private IP Address** unchecked. |
20 |
| - * Leave **Enable BGP** unchecked. |
21 |
| - * Select **IKEv2**. |
| 17 | + * **Connection type:** Select **Site-to-site (IPSec)**. |
| 18 | + * **Name:** Name your connection. |
| 19 | + * **Region:** Select the region for this connection. |
| 20 | +1. Select **Settings** to navigate to the settings page. |
| 21 | + |
| 22 | + :::image type="content" source="./media/vpn-gateway-add-site-to-site-connection-portal-include/settings-page.png" alt-text="Graphic shows a screenshot of the Settings page." lightbox="./media/vpn-gateway-add-site-to-site-connection-portal-include/settings-page.png"::: |
22 | 23 |
|
23 |
| -1. Select **OK** to create your connection. You'll see *Creating Connection* flash on the screen. |
24 |
| -1. You can view the connection in the **Connections** page of the virtual network gateway. The Status will go from *Unknown* to *Connecting*, and then to *Succeeded*. |
| 24 | + * **Virtual network gateway:** Select the virtual network gateway from the dropdown. |
| 25 | + * **Local network gateway:** Select the local network gateway from the dropdown. |
| 26 | + * **Shared Key:** the value here must match the value that you're using for your local on-premises VPN device. |
| 27 | + * Select **IKEv2**. |
| 28 | + * Leave **Use Azure Private IP Address** deselected. |
| 29 | + * Leave **Enable BGP** deselected. |
| 30 | + * Leave **FastPath** deselected. |
| 31 | + * **IPse/IKE policy:** Default. |
| 32 | + * **Use policy based traffic selector:** Disable. |
| 33 | + * **DPD timeout in seconds:** 45 |
| 34 | + * **Connection Mode:** leave as Default. |
| 35 | +1. For **NAT Rules Associations**, leave both Ingress and Egress as **0 selected**. |
| 36 | +1. Select **Review + create** to validate your connection settings. |
| 37 | +1. Select **Create** to create the connection. |
| 38 | +1. Once the deployment is complete, you can view the connection in the **Connections** page of the virtual network gateway. The Status goes from *Unknown* to *Connecting*, and then to *Succeeded*. |
0 commit comments