Share via

I need help setting up a VPN gateway for an existing Virtual Network

Terry Phillips 21 Reputation points
2026-05-15T16:20:45.3933333+00:00

I am trying to set up a VPN gateway so that developers can remotely access certain VMs in Azure. I am confused about the exact steps to do this with our existing network.

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.


Answer accepted by question author

Andreas Baumgarten 132K Reputation points MVP Volunteer Moderator
2026-05-15T19:09:53.0233333+00:00

Hi @Terry Phillips ,

it is possible to increase the IP Address space of the Virtual Network from /24 to /16.

If your Virtual Network is 10.0.0.0/24 with a related subnet of 10.0.0.0/24 you can extend the IP Address space of the Virtual Network to 10.0.0/16.

User's image

This way you are able to create the GatewaySubnet with for instance 10.0.1.0/27.

User's image


(If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

Regards

Andreas Baumgarten

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Andreas Baumgarten 132K Reputation points MVP Volunteer Moderator
    2026-05-15T16:43:34.5233333+00:00

    Hi @Terry Phillips ,

    if there is an existing virtual network in your Azure environment please take a look here:

    Tutorial: Create and manage a VPN gateway using the Azure portal

    More information regarding the Point-To-Site VPN connections you will find here: About Point-to-Site VPN


    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards

    Andreas Baumgarten

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.