简体   繁体   English

虚拟公共IP地址

[英]Virtual Public IP address

Right now, i am working on setting a docker on azure. 现在,我正在将Azure设置为docker。 There i stumbled on Static Virtual Public IP Address . 我偶然发现了静态虚拟公共IP地址 I read about it but i still have some doubts. 我读了有关它,但我仍然有一些疑问。

  1. How is Static Virtual Public IP Address different from the Static Public IP Address ? 静态虚拟公共IP地址静态公共IP地址有何不同?
  2. If i give port access to that particular Static Virtual Public IP Address , will it work fine as in case of Static Public IP Address ? 如果我允许端口访问该特定的静态虚拟公共IP地址 ,是否可以像使用静态公共IP地址一样正常工作?

Context : I have to access the docker using a window client in a company environment where port access can be provided to a particular IP address. 上下文 :我必须在公司环境中使用窗口客户端访问docker,在公司环境中可以为特定IP地址提供端口访问。

MSN Tutorial says: MSN教程说:

Use of reserved IP 预留IP的使用

You want to ensure that outbound traffic from Azure uses a predictable IP address. 您要确保来自Azure的出站流量使用可预测的IP地址。 You may have your on-premises firewall configured to allow only traffic from specific IP addresses. 您可能已将本地防火墙配置为仅允许来自特定IP地址的流量。 By reserving an IP, you will know the source IP address and won't have to update your firewall rules due to an IP change. 通过保留IP,您将知道源IP地址,并且由于IP更改而不必更新防火墙规则。

Conclusion: It will work. 结论:它将起作用。

Azure has two deployment models: Classic and ARM (Azure Resource Manager) Note that ARM is the newer and recommended option. Azure有两个部署模型:经典部署和ARM(Azure资源管理器)请注意,ARM是较新的推荐选项。 IP addresses work differently in these models so its a good idea understand these better specifically in the context of what you are looking for which are public static (or reserved) IPs : IP地址在这些模型中的工作方式不同,因此最好在您要查找的是公共静态(或保留)IP的上下文中更好地理解这些地址:

  1. IP addresses in Classic include VIP (Virtual IP) and ILPIP (Instance Level Public IP) which is what I believe you are referring to. 我相信您所指的是Classic中的IP地址包括VIP(虚拟IP)和ILPIP(实例级公共IP)。
  2. IP addresses in ARM work differently. ARM中的IP地址工作方式不同。

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

相关问题 保留公共虚拟IP地址? - Retain Public Virtual IP Address? Azure虚拟机公用IP地址是static吗? - Is the Azure virtual machine public IP address static? 多个具有相同公共IP地址的Azure虚拟机 - Several azure virtual machines with the same public ip address Azure 虚拟网络网关-动态公共 IP 地址变更 - Azure Virtual Network Gateway - Dynamic Public IP Address Changes Azure模板为每个虚拟机创建公共静态IP地址 - Azure template to create public static IP address for each virtual machine 在云服务中看不到公共虚拟IP(VIP)地址 - PUBLIC VIRTUAL IP (VIP) ADDRESS is not visible in cloud service 如何在没有 PUBLIC VIRTUAL IP (VIP) 地址的情况下在 Microsoft Azure 中创建虚拟机? - How to create a Virtual Machine in Microsoft Azure without PUBLIC VIRTUAL IP (VIP) address? Azure VM:创建VHD URI后,已删除公共IP地址,虚拟网络/子网和DNS名称 - Azure VM: After creating VHD URI, Public IP address, Virtual network/subnet and DNS name got deleted 如何使用 Azure CLI 命令获取虚拟机的公共 IP 地址 - How to get public ip address for virtual-machine using Azure CLI command 无法在 Azure 中使用 Python SDK 获取虚拟机规模集的公共 IP 地址 - Not able to fetch public IP address of virtual machine scale set with Python SDK in Azure
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM