简体   繁体   English

有什么方法可以让 Azure 负载均衡器与只有私有 IP 地址的虚拟机对话?

[英]Is there any way that Azure Loadbalancer talks to Virtual Machines which only have private IP address?

Need to configure a Azure Loadbalancer for VM's in VNet with only private IP's, but without VM's having public IP we cannot map to the loadbalancer.需要为 VNet 中的虚拟机配置一个 Azure 负载均衡器,只有私有 IP,但如果虚拟机没有公共 IP,我们不能 map 到负载均衡器。 Why so?为什么这样?

Certainly, you can target VMs with only private IPs and without public IPs to the backend pool of Azure load balancer.当然,您可以将仅具有私有 IP 而没有公共 IP 的 VM 定位到 Azure 负载均衡器的后端池。 If so, you could access the backend VMs via the load balancer public IP address.如果是这样,您可以通过负载均衡器公共 IP 地址访问后端虚拟机。

For example, you can create a Standard Load Balancer as the internal or public load balancer.例如,您可以创建标准负载均衡器作为内部或公共负载均衡器。 Standard Load Balancer is fully integrated with the scope of a virtual network.标准负载均衡器与虚拟网络的 scope 完全集成。 It supports the VMs with standard SKU public IP or without public IP in a VNet as the backend resources.它支持 VNet 中具有标准 SKU 公共 IP 或没有公共 IP 的 VM 作为后端资源。

Quickstart: Create a Standard Load Balancer to load balance VMs using the Azure portal 快速入门:使用 Azure 门户创建标准负载均衡器以对虚拟机进行负载均衡

暂无
暂无

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

相关问题 有没有办法在 azure 的虚拟专用网络中为私人地址提供域名? - is there a way to have domain name for private address in virtual private network in azure? Azure虚拟机(ARM)| 应用程序网关| 私人IP | DNS - Azure Virtual Machines(ARM) | Application Gateway | Private ip | DNS 多个具有相同公共IP地址的Azure虚拟机 - Several azure virtual machines with the same public ip address 有没有办法让azure VM保持相同的IP地址? - Is there any way to have azure VM keep the same IP address? 有什么方法可以确保任何一项Azure服务计划在一项Azure订阅中具有唯一的静态出站IP地址? - Is any way to ensure any azure service plan have an unique static outbound IP address in one azure subscription? 是否有任何python API可以获取Azure中虚拟机的IP地址(内部或外部) - Is there any python API which can get the IP address (internal or external) of Virtual machine in Azure 是否可以使用私有IP地址将Express路由与Azure功能或服务结构集成在一起? - Is there any way to integrate Express route with Azure function or service fabric using private IP Address? 有没有办法在我的 azure 虚拟机上允许从域名入站而不是 IP 地址? - Is there any way to allow-list inbound from domain name instead of IP address on my azure virtual machine? HAProxy-LB IP地址未委托给虚拟机 - HAProxy - LB IP address is not delegated to virtual machines 如何为Azure虚拟机保留静态IP? - How to reserve a static IP for Azure Virtual Machines?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM