简体   繁体   English

是否可以使用站点到站点 (VPN) 连接来连接两个 Azure VNet?

[英]Is it possible to connect two Azure VNets using site-to-site (VPN) connection?

According Azure document, site-to-site(VPN) connection is used to connect Azure VNet to an on-prem network, VNet-to-VNet connection is used to connect two Azure VNets, I wonder if it is possible to connect two Azure VNets using site-to-site(VPN) connection?根据 Azure 文档,站点到站点(VPN)连接用于将 Azure VNet 连接到本地网络,VNet 到 VNet 连接用于连接两个 Azure VNet,我想知道是否可以连接两个 Azure使用站点到站点 (VPN) 连接的 VNet?

The reason we want this is that we need to support the ability for customer to connect their network to our Azure VNet, if the above option is possible we just need to support site-to-site(VPN), otherwise, we'll have to support both connection type.我们想要这样做的原因是我们需要支持客户将他们的网络连接到我们的 Azure VNet 的能力,如果上述选项是可能的,我们只需要支持站点到站点(VPN),否则,我们将有支持两种连接类型。

https://docs.microsoft.com/en-us/azure/vpn-gateway/tutorial-site-to-site-portal https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-howto-vnet-vnet-resource-manager-portal https://docs.microsoft.com/en-us/azure/vpn-gateway/tutorial-site-to-site-portal https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn -gateway-howto-vnet-vnet-resource-manager-portal

This is possible.这个有可能。 You can connect 2 Azure VNETS using a S2S VPN, VNET to VNET connection (which is just a azure managed S2S VPN), or VNET Peering . 您可以使用 S2S VPN、VNET 到 VNET 连接(这只是一个 Azure 托管的 S2S VPN)或 VNET 对等连接来连接 2 个 Azure VNETS It is a best practice to use VNET to VNET connections for Azure VNETs, and then S2S for other connections.最佳做法是对 Azure VNET 使用 VNET 到 VNET 连接,然后对其他连接使用 S2S。

Please let me know if you have any other questions.如果您有任何其他问题,请告诉我。

Yes , Its possible to Connect to Vnets using S2S VPN connection.是的,可以使用 S2S VPN 连接连接到 Vnet。

You could make a S2S connection between 2 Vnets with 2 VPN gateways or deploy a VPN software device in one Vnet and VPN gateway in another.您可以使用 2 个 VPN 网关在 2 个 Vnet 之间建立 S2S 连接,或者在一个 Vnet 中部署 VPN 软件设备,在另一个 Vnet 中部署 VPN 网关。

Reference:参考:

Connect Vnet to Vnet usins S2S VPN 使用 S2S VPN 将 Vnet 连接到 Vnet

About Highly Available gateway configurations - Azure VPN Gateway | 关于高可用网关配置 - Azure VPN 网关 | Microsoft Docs 微软文档

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Azure上的站点到站点VPN - Site-to-site VPN on Azure 使用 Oracle OCI 的 Azure 站点到站点 VPN - Azure Site-To-Site VPN with Oracle OCI 具有基于策略的站点到站点连接的同一网络上的Azure指向站点VPN - Azure Point to Site VPN on Same Network that is having Policy based Site-to-Site connection 可以在VNET中的Web应用程序+ Azure VM与本地VLAN之间进行站点到站点VPN吗? - Site-to-Site VPN between Web App + Azure VM within VNET & on-prem VLAN possible? 识别通过资源管理器配置的 Azure 站点到站点 v2 VPN 隧道的连接状态 - Identifying Connection State of Azure Site-to-Site v2 VPN tunnels provisioned via Resource Manager 为什么我的 Windows Server 2019 和 Azure 之间的站点到站点 VPN 连接突然无法路由? - Why is my Site-to-Site VPN Connection Between Windows Server 2019 and Azure suddenly not routing? 不同Azure站点之间的站点到站点VPN? - Site-To-Site VPN between different Azure sites? Windows Azure和Amazon AWS之间的站点到站点VPN - site-to-site VPN between Windows Azure and Amazon AWS VPN Azure站点到站点上没有数据进出隧道传输 - No data in or out on VPN Azure Site-to-Site to tunnel fortigate Azure 点到站点 VPN - 无法连接到对等 VNet 中的虚拟机 - Azure Point-to-Site VPN - cannot connect to virtual machines in peered VNets
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM