Skip to content

Commit bd1d080

Browse files
committed
format
1 parent 58287e5 commit bd1d080

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/vpn-gateway/vpn-gateway-howto-point-to-site-resource-manager-portal.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,22 +91,22 @@ The root certificate must be generated and extracted prior to creating your poin
9191

9292
[!INCLUDE [generate-client-cert](../../includes/vpn-gateway-p2s-clientcert-include.md)]
9393

94-
## Point-to-site configuration
94+
## <a name="addresspool"></a>Add the address pool
9595

9696
The **Point-to-site configuration** page contains the configuration information that's needed for the P2S VPN. Once all the P2S settings have been configured and the gateway has been updated, the Point-to-site configuration page is used to view or change P2S VPN settings.
9797

9898
1. Go to the gateway you created in the previous section.
9999
1. In the left pane, select **Point-to-site configuration**.
100-
1. Click **Configure now** to open the configuration page and continue with the next sections of this article.
101-
102-
## <a name="addresspool"></a>Add the address pool
100+
1. Click **Configure now** to open the configuration page.
103101

104102
The client address pool is a range of private IP addresses that you specify. The clients that connect over a point-to-site VPN dynamically receive an IP address from this range. Use a private IP address range that doesn't overlap with the on-premises location that you connect from, or the VNet that you want to connect to. If you configure multiple protocols and SSTP is one of the protocols, then the configured address pool is split between the configured protocols equally.
105103

106104
:::image type="content" source="./media/vpn-gateway-howto-point-to-site-resource-manager-portal/configuration-address-pool.png" alt-text="Point-to-site configuration page - address pool." lightbox="./media/vpn-gateway-howto-point-to-site-resource-manager-portal/configuration-address-pool.png":::
107105

108106
1. On the **Point-to-site configuration** page, in the **Address pool** box, add the private IP address range that you want to use. VPN clients dynamically receive an IP address from the range that you specify. The minimum subnet mask is 29 bit for active/passive and 28 bit for active/active configuration.
109107

108+
1. Next, configure tunnel and authentication type.
109+
110110
## <a name="type"></a>Specify tunnel and authentication type
111111

112112
>[!NOTE]
@@ -167,7 +167,7 @@ In this section, you upload public root certificate data to Azure. Once the publ
167167
* **Name** the certificate.
168168

169169
:::image type="content" source="./media/vpn-gateway-howto-point-to-site-resource-manager-portal/root-certificate.png" alt-text="Screenshot of certificate data field." lightbox="./media/vpn-gateway-howto-point-to-site-resource-manager-portal/root-certificate.png":::
170-
1. Additional routes are not necessary for this exercise. For more information about the custom routing feature, see [Advertise custom routes](vpn-gateway-p2s-advertise-custom-routes.md).
170+
1. Additional routes aren't necessary for this exercise. For more information about the custom routing feature, see [Advertise custom routes](vpn-gateway-p2s-advertise-custom-routes.md).
171171
1. Select **Save** at the top of the page to save all of the configuration settings.
172172

173173
:::image type="content" source="./media/vpn-gateway-howto-point-to-site-resource-manager-portal/save-configuration.png" alt-text="Screenshot of P2S configuration with Save selected." lightbox="./media/vpn-gateway-howto-point-to-site-resource-manager-portal/save-configuration.png" :::

0 commit comments

Comments
 (0)