Azure VPN configuration and adress pool

Machist 66 Reputation points
2022-03-24T11:43:54.883+00:00

Our organization will take Azure in use.
We have now 11 employee

We need test/debug environment (windows terminal server + IIS + SQL).

So if I follow this guide: https://learn.microsoft.com/en-us/answers/questions/772937/how-to-set-up-an-azure-vpn-gateway-from-a-remote-u.html

Microsoft 365 users -> are in Azure AD (we already have Microsoft 365 subscription)

I create new VNET 10.0.0.0/24 (company name-vnet)

I create new Virtual network gateway and point-to-site configuration
vpn type: Route-based and it uses company name-vnet

point-to-site configuration
Adress pool: 10.1.0.0/24
Tunnel type: Open VPN
Authentication: Azure Active Directory

Does this sound reasonable?

Azure VPN Gateway
Azure VPN Gateway
An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
1,461 questions
0 comments No comments
{count} votes

Accepted answer
  1. GitaraniSharma-MSFT 49,401 Reputation points Microsoft Employee
    2022-03-24T12:22:04.703+00:00

    Hello @Machist ,

    Welcome to Microsoft Q&A Platform. Thank you for reaching out & hope you are doing well.

    I understand you would like to setup Azure P2S VPN with Azure AD authentication & OpenVPN protocol and would like to confirm your VPN configuration & address pool requirement.

    Yes, your understanding is correct. You can use an address pool of 10.1.0.0/24 as long as it does not overlap with the connecting Vnet (which it does not in case of 10.0.0.0/24) and your local network.
    You can refer the below doc section for explanation on VPN address pool:
    https://learn.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-howto-point-to-site-resource-manager-portal#addresspool

    And you can setup your point to site VPN configuration following the steps explained in the below post:
    https://learn.microsoft.com/en-us/answers/questions/772937/how-to-set-up-an-azure-vpn-gateway-from-a-remote-u.html

    Kindly let us know if the above helps or you need further assistance on this issue.

    ----------------------------------------------------------------------------------------------------------------

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.


0 additional answers

Sort by: Most helpful