- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有两个关于 azure 和 IPv6 的问题。据我所知,您可以将私有(private) IPv6 分配给虚拟机,然后使用公共(public) IPv6 将它们连接到负载平衡,但是无论如何都可以将 IPv6 与 Azure 中的其他资源一起使用,例如云服务、虚拟网络、应用程序网关、NSG、 VPN 网关、应用服务、SQL 数据库和 SQL DWH?
此外,我看到它说您无法将虚拟机升级到 IPv6,您需要创建新虚拟机。这是否意味着您只需重新制作在 IPv6 支持发布之前创建的虚拟机?或者这是否意味着您必须重新制作每一个并非专门使用 IPv6 功能创建的虚拟机?
最佳答案
is there anyway to use IPv6 with other resources in Azure, such as, cloud services, virtual networks, Application gateway, NSG, VPN Gateway, App Services, SQL databases, and SQL DWH?
不幸的是,我们现在无法在没有LB的情况下使用IPv6,因为公共(public)IPv6地址无法分配给虚拟机,它们只能可以分配给负载平衡器。
虚拟机的 IPv6 地址是私有(private)的,IPv6 Internet 客户端无法直接与虚拟机的 IPv6 地址进行通信,面向互联网的负载均衡器使用以下命令将 IPv6 包路由到虚拟机的私有(private) IPv6 地址:网络地址转换(NAT)。
Does that mean that you would only have to remake VMs that were created before the time in which IPv6 support was released? Or does it mean you have to remake every VM that wasnt created specifically with the feature of IPv6?
不,如果我们想使用 IPv6,我们应该部署 LB 和新的虚拟机,因为我们无法将其他虚拟机添加到用于 LB 的可用性集中。所以您不得升级现有虚拟机以使用 IPv6 地址。您必须部署新的虚拟机。
关于azure - 除了负载均衡器之外,对 Azure 的 IPv6 支持,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42408812/
我是一名优秀的程序员,十分优秀!