Azure WWAN separate VPN traffic for P2S

ena dedic 36 Reputation points
2021-04-07T20:24:44.223+00:00

Hello, We are looking at options to set up multiple VPN connections ( P2S, S2S etc.) We would then like to divide all the P2S and S2S users into different blocks. So block 1 would only be able to access certain VNET and block 2 would access another VNET etc. So if we have 5 departments, they can all be routed to their resources but each department will not have access to another department's resources. Is this possible with AzureWWAN?

Azure Virtual WAN
Azure Virtual WAN
An Azure virtual networking service that provides optimized and automated branch-to-branch connectivity.
190 questions
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,415 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,204 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. SaiKishor-MSFT 17,216 Reputation points
    2021-04-08T05:00:45.007+00:00

    @ena dedic Thank you for reaching out to Microsoft Q&A.

    If I understand your requirement, you want certain group of users to access certain resources only. If working with multiple vnets works for you, the simplest option would be to create multiple vnets and have a S2S VPN to each vnet and provide access to the respective users as needed. You can also implement Azure VWAN which is a Hub and Spoke architecture, however, this setup is more transitive whereas you are looking to segregate this traffic so this is not recommended.

    When you connect VPNs to VNETs directly, traffic between vnets cannot communicate with each other by default unless necessary routes/rules are present. Hope this answers your question. Please let me know if you have any further questions and we will be glad to assist you. Thank you!

    Please let us know if you have any further questions and we will be glad to assist you further. Thank you!

    Remember:

    Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.

    Want a reminder to come back and check responses? Here is how to subscribe to a notification.

    0 comments No comments

  2. ena dedic 36 Reputation points
    2021-04-09T01:43:20.53+00:00

    Thank you for the details. We will have P2S and S2S users. So basically, we would need one unique VPN per department. If we have 50 such departments , we would need 50 unique VPN's. There is no way for all departments to use one VPN and separate pools of IPs' by department?