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
Create a **VPN Gateway** virtual network gateway in active-active mode for your virtual network. When you create the gateway, you can either use existing public IP addresses for the two instances of the gateway, or you can create new public IPs. You'll use these public IPs when setting up the Virtual WAN sites. For more information about active-active VPN gateways and configuration steps, see [Configure active-active VPN gateways](../vpn-gateway/vpn-gateway-activeactive-rm-powershell.md#aagateway).
34
+
In this section you create a VPN Gateway virtual network gateway in active-active mode for your virtual network. When you create the gateway, you can either use existing public IP addresses for the two instances of the gateway, or you can create new public IPs. You'll use these public IPs when setting up the Virtual WAN sites.
35
35
36
-
The following sections show example settings for your gateway.
36
+
1. Create a **VPN Gateway** virtual network gateway in active-active mode for your virtual network. For more information about active-active VPN gateways and configuration steps, see [Configure active-active VPN gateways](../vpn-gateway/vpn-gateway-activeactive-rm-powershell.md#aagateway).
1. The following sections show example settings for your virtual network gateway.
39
39
40
-
On the Virtual network gateway **Configuration** page, make sure **active-active** mode is enabled.
40
+
***Active-active mode setting** - On the virtual network gateway **Configuration** page, make sure **active-active** mode is enabled.
41
41
42
-
:::image type="content" source="./media/connect-virtual-network-gateway-vwan/active.png" alt-text="Screenshot showing a virtual network gateway with active-active mode enabled." lightbox="./media/connect-virtual-network-gateway-vwan/active.png":::
42
+
:::image type="content" source="./media/connect-virtual-network-gateway-vwan/active.png" alt-text="Screenshot showing a virtual network gateway with active-active mode enabled." lightbox="./media/connect-virtual-network-gateway-vwan/active.png":::
43
43
44
-
### <aname="BGP"></a>BGP setting
44
+
***BGP setting** - On the virtual network gateway **Configuration** page, you can (optionally) select **Configure BGP ASN**. If you configure BGP, change the ASN from the default value shown in the portal. For this configuration, the BGP ASN can't be 65515. 65515 will be used by Azure Virtual WAN.
45
45
46
-
On the virtual network gateway **Configuration** page, you can (optionally) select **Configure BGP ASN**. If you configure BGP, change the ASN from the default value shown in the portal. For this configuration, the BGP ASN can't be 65515. 65515 will be used by Azure Virtual WAN.
46
+
:::image type="content" source="./media/connect-virtual-network-gateway-vwan/bgp.png" alt-text="Screenshot shows a virtual network gateway Configuration page with Configure BGP ASN selected." lightbox="./media/connect-virtual-network-gateway-vwan/bgp.png":::
47
47
48
-
:::image type="content" source="./media/connect-virtual-network-gateway-vwan/bgp.png" alt-text="Screenshot shows a virtual network gateway Configuration page with Configure BGP ASN selected." lightbox="./media/connect-virtual-network-gateway-vwan/bgp.png":::
48
+
***Public IP addresses** - Once the gateway is created, go to the **Properties** page. The properties and configuration settings will be similar to the following example. Notice the two public IP addresses that are used for the gateway.
49
49
50
-
### <aname="pip"></a>Public IP addresses
51
-
52
-
Once the gateway is created, go to the **Properties** page. The properties and configuration settings will be similar to the following example. Notice the two public IP addresses that are used for the gateway.
53
-
54
-
:::image type="content" source="./media/connect-virtual-network-gateway-vwan/public-ip.png" alt-text="Screenshot shows a virtual network gateway Properties page with properties selected." lightbox="./media/connect-virtual-network-gateway-vwan/public-ip.png":::
50
+
:::image type="content" source="./media/connect-virtual-network-gateway-vwan/public-ip.png" alt-text="Screenshot shows a virtual network gateway Properties page with properties selected." lightbox="./media/connect-virtual-network-gateway-vwan/public-ip.png":::
55
51
56
52
## <aname="vwansite"></a>2. Create Virtual WAN VPN sites
57
53
58
-
To create Virtual WAN VPN sites, navigate to your virtual WAN and, under **Connectivity**, select **VPN sites**. In this section, you'll create two Virtual WAN VPN sites that correspond to the virtual network gateways you created in the previous section.
54
+
In this section, you'll create two Virtual WAN VPN sites that correspond to the virtual network gateways you created in the previous section.
55
+
56
+
1. On your **Virtual WAN** page, go to **VPN sites**.
57
+
1. On the **VPN sites** page, select **+Create site**.
58
+
1. On the **Create VPN Site** page, on the **Basics** tab, complete the following fields:
59
59
60
-
1. Select **+Create site**.
61
-
1. On the **Create VPN sites** page, type the following values:
60
+
***Region**: The same region as the Azure VPN Gateway virtual network gateway.
61
+
***Name**: Example: Site1
62
+
***Device vendor**: The name of the VPN device vendor (for example: Citrix, Cisco, Barracuda). Adding the device vendor can help the Azure Team better understand your environment in order to add additional optimization possibilities in the future, or to help you troubleshoot.
63
+
***Private address space**: Enter a value, or leave blank when BGP is enabled.
64
+
1. Select **Next: Links>** to advance to the **Links** page.
65
+
1. On the **Links** page, complete the following fields:
62
66
63
-
***Region** - The same region as the Azure VPN Gateway virtual network gateway.
64
-
***Device vendor** - Enter the device vendor (any name).
65
-
***Private address space** - Enter a value, or leave blank when BGP is enabled.
66
-
***Border Gateway Protocol** - Set to **Enable** if the Azure VPN Gateway virtual network gateway has BGP enabled.
67
-
1. Under **Links**, enter the following values:
67
+
***Link Name**: A name you want to provide for the physical link at the VPN Site. Example: Link1.
68
+
***Link speed**: This is the speed of the VPN device at the branch location. Example: 50, which means 50 Mbps is the speed of the VPN device at the branch site.
69
+
***Link provider name**: The name of the physical link at the VPN Site. Example: ATT, Verizon.
70
+
***Link IP Address** - Enter the IP address. For this configuration, it's the same as the first public IP address shown under the (VPN Gateway) virtual network gateway properties.
71
+
***BGP Address** and **ASN** - These must be the same as one of the BGP peer IP addresses, and ASN from the VPN Gateway virtual network gateway that you configured in [Step 1](#vnetgw).
68
72
69
-
***Provider Name** - Enter a Link name and a Provider name (any name).
70
-
***Speed** - Speed (any number).
71
-
***IP Address** - Enter IP address (same as the first public IP address shown under the (VPN Gateway) virtual network gateway properties).
72
-
***BGP Address** and **ASN** - BGP address and ASN. These must be the same as one of the BGP peer IP addresses, and ASN from the VPN Gateway virtual network gateway that you configured in [Step 1](#vnetgw).
73
-
1. Review and select **Confirm** to create the site.
73
+
1. Once you have finished filling out the fields, select **Review + create** to verify. Select **Create** to create the site.
74
74
1. Repeat the previous steps to create the second site to match with the second instance of the VPN Gateway virtual network gateway. You'll keep the same settings, except using second public IP address and second BGP peer IP address from VPN Gateway configuration.
75
75
1. You now have two sites successfully provisioned.
76
76
77
77
## <aname="connect-sites"></a>3. Connect sites to the virtual hub
78
78
79
-
Next, connect both sites to your virtual hub.
79
+
Next, connect both sites to your virtual hub using the following steps. For more information about connecting sites, see [Connect VPN sites to a virtual hub](virtual-wan-site-to-site-portal.md#connectsites).
80
80
81
81
1. On your Virtual WAN page, go to **Hubs**.
82
82
83
83
1. On the **Hubs** page, click the hub that you created.
84
84
85
-
1. On the page for the hub that you created, in the left pane, click**VPN (Site to site)**.
85
+
1. On the page for the hub that you created, in the left pane, select**VPN (Site to site)**.
86
86
87
87
1. On the **VPN (Site to site)** page, you should see your sites. If you don't, you may need to click the **Hub association:x** bubble to clear the filters and view your site.
88
88
89
-
1. Select the checkbox next to the name of each site that you want to connect (don't click the site name directly), then click **Connect VPN sites**.
90
-
91
-
1. On the **Connect sites** page, configure the settings.
89
+
1. Select the checkbox next to the name of both sites (don't click the site name directly), then click **Connect VPN sites**.
92
90
91
+
1. On the **Connect sites** page, configure the settings. Make sure to note the **Pre-shared key** value that you use. It will be used again later in the exercise when you create your connections.
93
92
1. At the bottom of the page, select **Connect**. It takes a short while for the hub to update with the site settings.
94
93
95
-
For more information, see [Connect the VPN sites to a virtual hub](virtual-wan-site-to-site-portal.md#connectsites).
96
-
97
94
## <aname="downloadconfig"></a>4. Download the VPN configuration files
98
95
99
96
In this section, you download the VPN configuration file for the sites that you created in the previous section.
@@ -124,19 +121,20 @@ In this section, you create two Azure VPN Gateway local network gateways. The co
124
121
125
122
In this section, you create a connection between the VPN Gateway local network gateways and virtual network gateway. For steps on how to create a VPN Gateway connection, see [Configure a connection](../vpn-gateway/tutorial-site-to-site-portal.md#CreateConnection).
126
123
127
-
1. In the portal, navigate to your virtual network gateway and click**Connections**. At the top of the Connections page, click**+Add** to open the **Add connection** page.
124
+
1. In the portal, go to your virtual network gateway and select**Connections**. At the top of the Connections page, select**+Add** to open the **Add connection** page.
128
125
1. On the **Add connection** page, configure the following values for your connection:
***Virtual network gateway:** The value is fixed because you're connecting from this gateway.
133
130
***Local network gateway:** This connection will connect the virtual network gateway to the local network gateway. Choose one of the local network gateways that you created earlier.
134
-
***Shared Key:** Enter a shared key.
131
+
***Shared Key:** Enter the shared key from earlier.
135
132
***IKE Protocol:** Choose the IKE protocol.
136
-
1.Click**OK** to create your connection.
133
+
1.Select**OK** to create your connection.
137
134
1. You can view the connection in the **Connections** page of the virtual network gateway.
138
135
1. Repeat the preceding steps to create a second connection. For the second connection, select the other local network gateway that you created.
139
-
1. If the connections are over BGP, after you've created your connections, navigate to a connection and select **Configuration**. On the **Configuration** page, for **BGP**, select **Enabled**. Then, click **Save**. Repeat for the second connection.
136
+
1. If the connections are over BGP, after you've created your connections, go to a connection and select **Configuration**. On the **Configuration** page, for **BGP**, select **Enabled**. Then, select **Save**.
137
+
1. Repeat for the second connection.
140
138
141
139
## <aname="test"></a>7. Test connections
142
140
@@ -150,7 +148,7 @@ You can test the connectivity by creating two virtual machines, one on the side
150
148
***Hubs** - Select the hub you want to associate with this connection.
151
149
***Subscription** - Verify the subscription.
152
150
***Virtual network** - Select the virtual network you want to connect to this hub. The virtual network can't have an already existing virtual network gateway.
153
-
1.Click**OK** to create the virtual network connection.
151
+
1.Select**OK** to create the virtual network connection.
154
152
1. Connectivity is now set between the VMs. You should be able to ping one VM from the other, unless there are any firewalls or other policies blocking the communication.
0 commit comments