Skip to content

Commit b995a93

Browse files
committed
Update connect-virtual-network-gateway-vwan.md
1 parent 0387f33 commit b995a93

File tree

1 file changed

+35
-36
lines changed

1 file changed

+35
-36
lines changed

articles/virtual-wan/connect-virtual-network-gateway-vwan.md

Lines changed: 35 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -31,47 +31,46 @@ Virtual Network (for virtual network gateway)
3131

3232
## <a name="vnetgw"></a>1. Configure VPN Gateway virtual network gateway
3333

34-
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.
3535

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).
3737

38-
### <a name="active-active"></a>Active-active mode setting
38+
1. The following sections show example settings for your virtual network gateway.
3939

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.
4141

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":::
4343

44-
### <a name="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.
4545

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":::
4747

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.
4949

50-
### <a name="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":::
5551

5652
## <a name="vwansite"></a>2. Create Virtual WAN VPN sites
5753

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.
5955

60-
1. Select **+Create site**.
61-
1. On the **Create VPN sites** page, type the following values:
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:
6259

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-
* **Connect to Hubs** - Select the hub you created in the prerequisites from the dropdown. If you don't see a hub, verify that you created a site-to-site VPN gateway for your hub.
68-
1. Under **Links**, enter 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:
6966

70-
* **Provider Name** - Enter a Link name and a Provider name (any name).
71-
* **Speed** - Speed (any number).
72-
* **IP Address** - Enter IP address (same as the first public IP address shown under the (VPN Gateway) virtual network gateway properties).
73-
* **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).
74-
1. Review and select **Confirm** to create the site.
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).
72+
73+
1. Once you have finished filling out the fields, select **Review + create** to verify. Select **Create** to create the site.
7574
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.
7675
1. You now have two sites successfully provisioned.
7776

@@ -83,14 +82,13 @@ Next, connect both sites to your virtual hub.
8382

8483
1. On the **Hubs** page, click the hub that you created.
8584

86-
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)**.
8786

8887
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.
8988

90-
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**.
91-
92-
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**.
9390

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.
9492
1. At the bottom of the page, select **Connect**. It takes a short while for the hub to update with the site settings.
9593

9694
For more information, see [Connect the VPN sites to a virtual hub](virtual-wan-site-to-site-portal.md#connectsites).
@@ -125,19 +123,20 @@ In this section, you create two Azure VPN Gateway local network gateways. The co
125123

126124
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).
127125

128-
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.
126+
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.
129127
1. On the **Add connection** page, configure the following values for your connection:
130128

131129
* **Name:** Name your connection.
132130
* **Connection type:** Select **Site-to-site(IPSec)**
133131
* **Virtual network gateway:** The value is fixed because you're connecting from this gateway.
134132
* **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.
135-
* **Shared Key:** Enter a shared key.
133+
* **Shared Key:** Enter the shared key from earlier.
136134
* **IKE Protocol:** Choose the IKE protocol.
137-
1. Click **OK** to create your connection.
135+
1. Select **OK** to create your connection.
138136
1. You can view the connection in the **Connections** page of the virtual network gateway.
139137
1. Repeat the preceding steps to create a second connection. For the second connection, select the other local network gateway that you created.
140-
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.
138+
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**.
139+
1. Repeat for the second connection.
141140

142141
## <a name="test"></a>7. Test connections
143142

@@ -151,7 +150,7 @@ You can test the connectivity by creating two virtual machines, one on the side
151150
* **Hubs** - Select the hub you want to associate with this connection.
152151
* **Subscription** - Verify the subscription.
153152
* **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.
154-
1. Click **OK** to create the virtual network connection.
153+
1. Select **OK** to create the virtual network connection.
155154
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.
156155

157156
## Next steps

0 commit comments

Comments
 (0)