无法通过对等 VNET 访问 Azure 应用程序网关
Can't Access Azure Application Gateway through peered VNET
我在 Azure 中有两个对等 VNET,其中之一还有一个应用程序网关。我在两个 VNET 中都有几个 VM,我想通过其私有 IP(已设置)从 VM 访问应用程序网关。这适用于网关所在的 VNET,但我无法从其他对等网络访问它。我可以通过它们的私有 IP 毫无问题地访问网络之间的所有虚拟机。我可以缺少什么? (我对网络不是很熟悉,所以它可能是一些基本的东西......)。
感谢您的任何建议!
您可以检查两个对等虚拟网络是否位于不同的区域。
如果您使用的是全球 Vnet 对等互连(Vnet 与 Vnet 区域不同),则存在一些限制,即您无法使用全球 Vnet 对等互连与另一个区域的负载均衡器的 VIP 进行通信。应用程序网关实际上是一个七层负载均衡器。
Resources in one virtual network cannot communicate with the IP
address of an Azure internal load balancer in the peered virtual
network. The load balancer and the resources that communicate with it
must be in the same virtual network.
我在 Azure 中有两个对等 VNET,其中之一还有一个应用程序网关。我在两个 VNET 中都有几个 VM,我想通过其私有 IP(已设置)从 VM 访问应用程序网关。这适用于网关所在的 VNET,但我无法从其他对等网络访问它。我可以通过它们的私有 IP 毫无问题地访问网络之间的所有虚拟机。我可以缺少什么? (我对网络不是很熟悉,所以它可能是一些基本的东西......)。 感谢您的任何建议!
您可以检查两个对等虚拟网络是否位于不同的区域。
如果您使用的是全球 Vnet 对等互连(Vnet 与 Vnet 区域不同),则存在一些限制,即您无法使用全球 Vnet 对等互连与另一个区域的负载均衡器的 VIP 进行通信。应用程序网关实际上是一个七层负载均衡器。
Resources in one virtual network cannot communicate with the IP address of an Azure internal load balancer in the peered virtual network. The load balancer and the resources that communicate with it must be in the same virtual network.