Skip to content

Commit d106e1e

Browse files
committed
freshness
1 parent fb69d58 commit d106e1e

File tree

9 files changed

+26
-29
lines changed

9 files changed

+26
-29
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

articles/vpn-gateway/vpn-gateway-howto-always-on-device-tunnel.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to use gateways with Windows 10 or later Always On to est
55
author: cherylmc
66
ms.service: azure-vpn-gateway
77
ms.topic: how-to
8-
ms.date: 07/28/2023
8+
ms.date: 12/13/2024
99
ms.author: cherylmc
1010

1111
---
@@ -27,7 +27,9 @@ Configure the VPN gateway to use IKEv2 and certificate-based authentication usin
2727

2828
To remove the profile, run the following command:
2929

30-
![Screenshot shows a PowerShell window that runs the command Remove-VpnConnection -Name MachineCertTest.](./media/vpn-gateway-howto-always-on-device-tunnel/cleanup.png)
30+
```azurepowershell-interactive
31+
Remove-VpnConnection -Name MachineCertTest
32+
```
3133

3234
## Next steps
3335

articles/vpn-gateway/vpn-gateway-howto-aws-bgp.md

Lines changed: 21 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: cherylmc
66
ms.author: cherylmc
77
ms.service: azure-vpn-gateway
88
ms.topic: tutorial
9-
ms.date: 10/15/2024
9+
ms.date: 12/13/2024
1010

1111
---
1212

@@ -49,9 +49,9 @@ You can use the following values for your BGP APIPA configuration throughout the
4949
| **AWS Tunnel 1 to Azure Instance 1** | 169.254.21.6 | 169.254.21.5 | 169.254.21.4/30 |
5050
| **AWS Tunnel 2 to Azure Instance 1** | 169.254.22.6 | 169.254.22.5 | 169.254.22.4/30 |
5151

52-
You can also set up your own custom APIPA addresses. AWS requires a /30 **Inside IPv4 CIDR** in the APIPA range of **169.254.0.0/16** for each tunnel. This CIDR must also be in the Azure-reserved APIPA range for VPN, which is from **169.254.21.0** to **169.254.22.255**. AWS will use the first IP address of your /30 inside CIDR and Azure will use the second. This means you need to reserve space for two IP addresses in your AWS /30 CIDR.
52+
You can also set up your own custom APIPA addresses. AWS requires a /30 **Inside IPv4 CIDR** in the APIPA range of **169.254.0.0/16** for each tunnel. This CIDR must also be in the Azure-reserved APIPA range for VPN, which is from **169.254.21.0** to **169.254.22.255**. AWS uses the first IP address of your /30 inside CIDR and Azure uses the second. This means you need to reserve space for two IP addresses in your AWS /30 CIDR.
5353

54-
For example, if you set your AWS **Inside IPv4 CIDR** to be **169.254.21.0/30**, AWS will use the BGP IP address **169.254.21.1** and Azure will use the IP address **169.254.21.2**.
54+
For example, if you set your AWS **Inside IPv4 CIDR** to be **169.254.21.0/30**, AWS uses the BGP IP address **169.254.21.1** and Azure uses the IP address **169.254.21.2**.
5555

5656
> [!IMPORTANT]
5757
> * Your APIPA addresses must not overlap between the on-premises VPN devices and all connected Azure VPN gateways.
@@ -65,7 +65,9 @@ You must have both an Azure account and AWS account with an active subscription.
6565

6666
### Create a VNet
6767

68-
Create a virtual network with the following values. You can refer to the steps in the [Site-to-site Tutorial](tutorial-site-to-site-portal.md).
68+
Create a virtual network. You can refer to the [Site-to-site Tutorial](tutorial-site-to-site-portal.md) for steps.
69+
70+
For this exercise, we use the following example values:
6971

7072
* **Subscription**: If you have more than one subscription, verify that you're using the correct one.
7173
* **Resource group**: TestRG1
@@ -77,7 +79,9 @@ Create a virtual network with the following values. You can refer to the steps i
7779

7880
### Create an active-active VPN gateway with BGP
7981

80-
Create a VPN gateway using the following values:
82+
In this section, you create active-active VPN gateway. You can refer to the [Site-to-site Tutorial](tutorial-site-to-site-portal.md) for steps.
83+
84+
For this exercise, we use the following example values:
8185

8286
* **Name**: VNet1GW
8387
* **Region**: East US
@@ -94,29 +98,24 @@ Create a VPN gateway using the following values:
9498
* **SECOND PUBLIC IP ADDRESS**: Create new
9599
* **Public IP address 2 name**: VNet1GWpip2
96100
* **Availability zone**: Zone-redundant
97-
* **Configure BGP**: Enabled
98-
* **Autonomous system number (ASN)**: 65000
99-
* **Custom Azure APIPA BGP IP address**: 169.254.21.2, 169.254.22.2
100-
* **Second Custom Azure APIPA BGP IP address**: 169.254.21.6, 169.254.22.6
101+
* **BGP values**: When you configure BGP, pay attention to the following settings:
102+
103+
* Select **Enabled** for **Configure BGP** to show the BGP configuration section.
104+
* Fill in a **ASN (Autonomous System Number)**. This ASN must be different than the ASN used by AWS.
101105

102-
1. In the Azure portal, navigate to the **Virtual network gateway** resource from the Marketplace, and select **Create**.
103-
1. Fill in the parameters as shown in the following examples.
106+
* **Example:** 65000
104107

105-
:::image type="content" source="./media/vpn-gateway-howto-aws-bgp/gateway-basics.png" alt-text="Screenshot shows top part of the virtual network gateway screen." lightbox="./media/vpn-gateway-howto-aws-bgp/gateway-basics.png" :::
106-
107-
1. Configure both Public IP addresses and enable active-active mode. The public IP address objects created here are associated to the VPN gateway. The public IP address is dynamically assigned to the object when the VPN gateway is created.
108+
* Add two addresses to **Custom Azure APIPA BGP IP address**. Include the IP addresses for **AWS Tunnel 1 to Azure Instance 0** and **AWS Tunnel 2 to Azure Instance 0** from the [APIPA configuration you chose](#apipa-config). The second input will only appear after you add your first APIPA BGP IP address.
108109

109-
:::image type="content" source="./media/vpn-gateway-howto-aws-bgp/public-ip.png" alt-text="Screenshot shows PIP setting." lightbox="./media/vpn-gateway-howto-aws-bgp/public-ip.png" :::
110+
* **Example:** 169.254.21.2, 169.254.22.2
110111

111-
1. Configure BGP.
112+
* Add two addresses to **Second Custom Azure APIPA BGP IP address**. Include the IP addresses for **AWS Tunnel 1 to Azure Instance 1** and **AWS Tunnel 2 to Azure Instance 1** from the [APIPA configuration you chose](#apipa-config). The second input will only appear after you add your first APIPA BGP IP address.
112113

113-
:::image type="content" source="./media/vpn-gateway-howto-aws-bgp/create-gw-bgp.png" alt-text="Screenshot shows BGP setting." lightbox="./media/vpn-gateway-howto-aws-bgp/create-gw-bgp.png" :::
114+
* **Example:** 169.254.21.6, 169.254.22.6
114115

115-
* Select **Enabled** for **Configure BGP** to show the BGP configuration section.
116-
* Fill in a **ASN (Autonomous System Number)**. This ASN must be different than the ASN used by AWS.
117-
* Add two addresses to **Custom Azure APIPA BGP IP address**. Include the IP addresses for **AWS Tunnel 1 to Azure Instance 0** and **AWS Tunnel 2 to Azure Instance 0** from the [APIPA configuration you chose](#apipa-config). The second input will only appear after you add your first APIPA BGP IP address.
118-
* Add two addresses to **Second Custom Azure APIPA BGP IP address**. Include the IP addresses for **AWS Tunnel 1 to Azure Instance 1** and **AWS Tunnel 2 to Azure Instance 1** from the [APIPA configuration you chose](#apipa-config). The second input will only appear after you add your first APIPA BGP IP address.
119-
1. Select **Review + create** to run validation. Once validation passes, select **Create** to deploy the VPN gateway. Creating a gateway can often take 45 minutes or more, depending on the selected gateway SKU. You can see the deployment status on the Overview page for your gateway.
116+
Select **Review + create** to run validation. Once validation passes, select **Create** to deploy the VPN gateway. Creating a gateway can often take 45 minutes or more, depending on the selected gateway SKU. You can see the deployment status on the **Overview** page for your gateway.
117+
118+
To view the public IP addresses that are assigned to your gateway, go to your virtual network gateway in the portal and navigate to **Settings -> Properties**.
120119

121120
## <a name ="part-2"></a> Part 2: Connect to your VPN gateway from AWS
122121

@@ -220,16 +219,12 @@ Repeat these instructions to create each local network gateway.
220219
1. Leave **IP Address** as the value for **Endpoint**.
221220
1. For **IP Address**, enter the **Outside IP Address** (from AWS) for the tunnel you're creating.
222221
1. Leave **Address Space** as blank and select **Advanced**.
223-
224-
:::image type="content" source="./media/vpn-gateway-howto-aws-bgp/create-lng.png" alt-text="Screenshot shows local network gateway basics page." :::
225222
1. On the **Advanced** tab, configure the following settings:
226223

227224
* Select **Yes** for **Configure BGP settings**.
228225
* For **Autonomous system number (ASN)**, enter the ASN for your AWS Virtual Private Network. Use the ASN **64512** if you left your ASN as the AWS default value.
229226
* For **BGP peer IP address**, enter the AWS BGP Peer IP Address based on the [APIPA configuration you chose](#apipa-config).
230227

231-
:::image type="content" source="./media/vpn-gateway-howto-aws-bgp/lng-bgp.png" alt-text="Screenshot shows values for your local network gateway BGP settings." :::
232-
233228
### <a name ="create-azure-connections"></a> Create connections
234229

235230
Repeat these steps to create each of the required connections.

articles/vpn-gateway/vpn-gateway-troubleshoot-site-to-site-disconnected-intermittently.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You might experience the problem that a new or existing Microsoft Azure Site-to-
2222
Check the type of Azure virtual network gateway:
2323

2424
1. Go to [Azure portal](https://portal.azure.com).
25-
2. Check the **Overview** page of the virtual network gateway for the type information.
25+
2. Check the **Overview** page of the virtual network gateway to verify the **Type**. Example: Route-based.
2626

2727
![The overview of the gateway](media/vpn-gateway-troubleshoot-site-to-site-disconnected-intermittently/gatewayoverview.png)
2828

0 commit comments

Comments
 (0)