Network architecture

NUR AISHAH BINTI MOHD RAHIM 20 Reputation points
2023-09-22T08:40:41.4433333+00:00

Hi, I'm in my research on networking architecture. Is there any official documentation and architecture to deploy point-to-site VPN to Azure Bastion and lastly to the server. Your concern and fast replies on this problem highly appreciated. Thank you.

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,786 questions
Azure Bastion
Azure Bastion
An Azure service that provides private and fully managed Remote Desktop Protocol (RDP) and Secure Shell (SSH) access to virtual machines.
292 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,762 questions
0 comments No comments
{count} votes

Accepted answer
  1. JimmySalian-2011 42,486 Reputation points
    2023-09-22T09:20:57.12+00:00

    Hi Nur,

    Sure you can follow this guide over here for P2P Setup - https://learn.microsoft.com/en-us/azure/bastion/connect-ip-address

    Hope this helps.

    JS

    ==

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

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. dashanan13 930 Reputation points
    2023-09-24T20:52:52.2466667+00:00

    Hei NUR AISHAH BINTI MOHD RAHIM,

    Thank you for contacting Microsoft community.

    There isn't any specific architecture related to the specific problem but it is a scenario that can be solved.

    As i gather, you need users to connect to your network via VPN to access the server. This means once user's computer is connected via VPN they will be part of the network and will be able to access the server via RDP (assuming windows server) directly with server's private IP.

    This leaves no room for a bastion as that service is used to provide RDP connection to a server through public IP of the Bastion service without exposing public IP of the server, used to access servers over internet.

    Essentially leaving you with a simple architecture.

    The architecture should be as follows.

    1. Start with a network that you want the server to be.
    2. Add a point to site VPN connection configuration to the network.
    3. Once the user is connected via VPN (P2S) they will be able to access the server via server's private IP
    4. (NO NEED for Bastion or public IP for server)

    A tutorial of sort is provided here, https://learn.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-howto-point-to-site-rm-ps

    Please accept it as answer if it helped.

    acceptasAnswer

    0 comments No comments

Your answer

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