Skip to content

Commit 5a32c61

Browse files
authored
Merge pull request #201429 from cherylmc/lng
Update screenshots and steps
2 parents 92225c6 + 648dae6 commit 5a32c61

File tree

5 files changed

+21
-21
lines changed

5 files changed

+21
-21
lines changed
138 KB
Loading
131 KB
Loading

articles/vpn-gateway/vpn-gateway-modify-local-network-gateway-portal.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
22
title: 'Modify gateway IP address settings: Azure portal'
33
titleSuffix: Azure VPN Gateway
4-
description: Learn how to change IP address prefixes for your local network gateway using the Azure portal.
4+
description: Learn how to change IP address prefixes and configure BGP Settings for your local network gateway using the Azure portal.
55
services: vpn-gateway
66
author: cherylmc
77

88
ms.service: vpn-gateway
99
ms.topic: how-to
10-
ms.date: 10/28/2021
10+
ms.date: 06/13/2022
1111
ms.author: cherylmc
1212

1313
---
1414
# Modify local network gateway settings using the Azure portal
1515

16-
Sometimes the settings for your local network gateway AddressPrefix or GatewayIPAddress change. This article shows you how to modify your local network gateway settings. You can also modify these settings using a different method by selecting a different option from the following list:
16+
Sometimes the settings for your local network gateway AddressPrefix or GatewayIPAddress change, or you need to configure BGP settings. This article shows you how to modify your local network gateway settings. You can also modify these settings using a different method by selecting a different option from the following list:
1717

1818
> [!div class="op_single_selector"]
1919
> * [Azure portal](vpn-gateway-modify-local-network-gateway-portal.md)
@@ -27,61 +27,61 @@ Sometimes the settings for your local network gateway AddressPrefix or GatewayIP
2727
2828
## <a name="configure-lng"></a>Local network gateway configuration
2929

30-
The screenshot below shows the **Configuration** page of a local network gateway resource using public IP address endpoint:
30+
The screenshot below shows the **Configuration** page of a local network gateway resource using public IP address endpoint. **BGP Settings** is selected to reveal available settings.
3131

32-
:::image type="content" source="./media/vpn-gateway-modify-local-network-gateway-portal/settings.png" alt-text="IP address settings" lightbox="./media/vpn-gateway-modify-local-network-gateway-portal/settings-expand.png":::
32+
:::image type="content" source="./media/vpn-gateway-modify-local-network-gateway-portal/settings.png" alt-text="Screenshot of the portal page for local network gateway configuration settings." lightbox="./media/vpn-gateway-modify-local-network-gateway-portal/settings.png":::
3333

3434
This is the configuration page with an FQDN endpoint:
3535

36-
:::image type="content" source="./media/vpn-gateway-modify-local-network-gateway-portal/name.png" alt-text="FQDN settings":::
36+
:::image type="content" source="./media/vpn-gateway-modify-local-network-gateway-portal/domain-name.png" alt-text="Screenshot of the portal page for local network gateway configuration settings using F Q D N." lightbox="./media/vpn-gateway-modify-local-network-gateway-portal/domain-name.png":::
3737

3838
## <a name="ip"></a>To modify the gateway IP address or FQDN
3939

4040
> [!NOTE]
41-
> You cannot change a local network gateway between FQDN endpoint and IP address endpoint. You must delete all connections associated with this local network gateway, create a new one with the new endpoint (IP address or FQDN), then recreate the connections.
41+
> You can't change a local network gateway between FQDN endpoint and IP address endpoint. You must delete all connections associated with this local network gateway, create a new one with the new endpoint (IP address or FQDN), then recreate the connections.
4242
>
4343
4444
If the VPN device to which you want to connect has changed its public IP address, modify the local network gateway using the following steps:
4545

4646
1. On the Local Network Gateway resource, in the **Settings** section, select **Configuration**.
47-
2. In the **IP address** box, modify the IP address.
48-
3. Select **Save** to save the settings.
47+
1. In the **IP address** box, modify the IP address.
48+
1. Select **Save** to save the settings.
4949

5050
If the VPN device to which you want to connect has changed its FQDN (Fully Qualified Domain Name), modify the local network gateway using the following steps:
5151

5252
1. On the Local Network Gateway resource, in the **Settings** section, select **Configuration**.
53-
2. In the **FQDN** box, modify the domain name.
54-
3. Select **Save** to save the settings.
53+
1. In the **FQDN** box, modify the domain name.
54+
1. Select **Save** to save the settings.
5555

5656
## <a name="ipaddprefix"></a>To modify IP address prefixes
5757

5858
To add additional address prefixes:
5959

6060
1. On the Local Network Gateway resource, in the **Settings** section, select **Configuration**.
61-
2. Add the IP address space in the *Add additional address range* box.
62-
3. Select **Save** to save your settings.
61+
1. Add the IP address space in the *Add additional address range* box.
62+
1. Select **Save** to save your settings.
6363

6464
To remove address prefixes:
6565

6666
1. On the Local Network Gateway resource, in the **Settings** section, select **Configuration**.
67-
2. Select the **'...'** on the line containing the prefix you want to remove.
68-
3. Select **Remove**.
69-
4. Select **Save** to save your settings.
67+
1. Select the **'...'** on the line containing the prefix you want to remove.
68+
1. Select **Remove**.
69+
1. Select **Save** to save your settings.
7070

7171
## <a name="bgp"></a>To modify BGP settings
7272

7373
To add or update BGP settings:
7474

7575
1. On the Local Network Gateway resource, in the **Settings** section, select **Configuration**.
76-
2. Select **"Configure BGP settings"** to display or update the BGP configurations for this local network gateway
77-
3. Add or update the Autonomous system number or BGP peer IP address in the corresponding fields
78-
4. Select **Save** to save your settings.
76+
1. For **Configure BGP settings**, select **Yes** to display or update the BGP configurations for this local network gateway
77+
1. Add or update the Autonomous system number or BGP peer IP address in the corresponding fields
78+
1. Select **Save** to save your settings.
7979

8080
To remove BGP settings:
8181

8282
1. On the Local Network Gateway resource, in the **Settings** section, select **Configuration**.
83-
2. Unselect the **"Configure BGP settings"** to remove the existing BGP ASN and BGP peer IP address
84-
3. Select **Save** to save your settings.
83+
1. For **Configure BGP settings**, select **No** to remove the existing BGP ASN and BGP peer IP address.
84+
1. Select **Save** to save your settings.
8585

8686
## Next steps
8787

0 commit comments

Comments
 (0)