is it possible Multiple s2s with s2s connections with each vnet?

Khushboo Kumari 107 Reputation points
2023-08-25T10:32:29.85+00:00

Hi,

I want to know, if we have one on-prem connected to two azure vnet through the s2s. Is it possible to make the s2s connection in between two azure vnet ? and if one s2s down or disconnected , lets suppose on-prem to NE cloud is down on that case, is the resources of NE Cloud reach to the on-prem through the sa-cloud?

User's image

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,795 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,775 questions
{count} votes

1 answer

Sort by: Most helpful
  1. GitaraniSharma-MSFT 50,096 Reputation points Microsoft Employee Moderator
    2023-08-25T15:15:17.0433333+00:00

    Hello @Khushboo Kumari ,

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

    I understand that you would like to know if it is possible to make a site-to-site VPN connection between two Azure Vnets which are already connected to on-premises via S2S VPN.

    Yes, it is possible to make a site-to-site VPN connection between two Azure Vnets which are already connected to on-premises via S2S VPN.

    If you're working with a complicated network configuration, you may prefer to connect your VNets by using a Site-to-Site connection instead. When you follow the Site-to-Site IPsec steps, you create and configure the local network gateways manually. The local network gateway for each VNet treats the other VNet as a local site. These steps allow you to specify additional address spaces for the local network gateway to route traffic. If the address space for a VNet changes, you must manually update the corresponding local network gateway.

    Refer: https://learn.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-howto-vnet-vnet-resource-manager-portal#site-to-site-ipsec

    Now, coming to your second question of VPN failover:

    If one s2s is down or disconnected, let's suppose on-prem to NE cloud is down, in that case, will the resources of NE Cloud reach to the on-prem through the SA cloud?

    Yes, it is possible in the below 2 cases:

    1. If the local network gateway on NE cloud Vnet connecting to SA cloud have the on-premises network address range as well, then resources of NE Cloud can reach to the on-premises through the SA cloud.
    2. Enable BGP on all connections, which can help in automatic route propagation. Refer: https://learn.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-bgp-overview

    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.


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.