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
Copy file name to clipboardExpand all lines: articles/vpn-gateway/vpn-gateway-modify-local-network-gateway-portal.md
+21-21Lines changed: 21 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
1
---
2
2
title: 'Modify gateway IP address settings: Azure portal'
3
3
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.
5
5
services: vpn-gateway
6
6
author: cherylmc
7
7
8
8
ms.service: vpn-gateway
9
9
ms.topic: how-to
10
-
ms.date: 10/28/2021
10
+
ms.date: 06/13/2022
11
11
ms.author: cherylmc
12
12
13
13
---
14
14
# Modify local network gateway settings using the Azure portal
15
15
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:
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.
:::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":::
33
33
34
34
This is the configuration page with an FQDN endpoint:
:::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":::
37
37
38
38
## <aname="ip"></a>To modify the gateway IP address or FQDN
39
39
40
40
> [!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.
42
42
>
43
43
44
44
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:
45
45
46
46
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.
49
49
50
50
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:
51
51
52
52
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.
55
55
56
56
## <aname="ipaddprefix"></a>To modify IP address prefixes
57
57
58
58
To add additional address prefixes:
59
59
60
60
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.
63
63
64
64
To remove address prefixes:
65
65
66
66
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.
70
70
71
71
## <aname="bgp"></a>To modify BGP settings
72
72
73
73
To add or update BGP settings:
74
74
75
75
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.
79
79
80
80
To remove BGP settings:
81
81
82
82
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.
0 commit comments