This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
在 Azure VMware 解决方案上配置 NetScaler VPX 独立实例
您可以在 Azure VMware 解决方案 (AVS) 上为面向互联网的应用程序配置 NetScaler VPX 独立实例。
下图显示了 Azure VMware 解决方案上的 NetScaler VPX 独立实例。客户端可以通过连接到 AVS 内 NetScaler 的虚拟 IP (VIP) 地址来访问 AVS 服务。您可以通过在 AVS 外部但在同一 Azure 虚拟网络中预配 NetScaler 负载平衡器或 Azure 负载平衡器实例来实现此目的。配置负载平衡器以访问 AVS 服务中 NetScaler VPX 实例的 VIP。
必备条件
在开始安装虚拟设备之前,请阅读以下 Azure 先决条件:
- 有关 Azure VMware 解决方案及其先决条件的更多信息,请参阅 Azure VMware 解决方案文档。
- 有关部署 Azure VMware 解决方案的更多信息,请参阅 部署 Azure VMware 解决方案私有云。
- 有关创建 Windows Jump box VM 以访问和管理 Azure VMware 解决方案的详细信息,请参阅 访问 Azure VMware 解决方案私有云。
- 在 Windows 跳转框虚拟机中,下载 NetScaler VPX 设备安装文件。
- 在虚拟机连接到的 VMware SDDC 上创建适当的 NSX-T 网段。 有关详细信息,请参阅在 Azure VMware 解决方案中添加网段
- 有关如何在 VMware 云上安装 NetScaler VPX 实例的更多信息,请参阅在 VMware 云 上安装 NetScaler VPX 实例。
使用 NetScaler 负载平衡器在 AVS 上配置 NetScaler VPX 独立实例
请按照以下步骤使用 NetScaler 负载平衡器在 AVS 上为面向互联网的应用程序配置 NetScaler VPX 独立实例。
-
在 Azure 云上部署 NetScaler VPX 实例。有关更多信息,请参阅 配置 NetScaler VPX 独立实例。
注意:
确保其部署在与 Azure VMware 云相同的虚拟网络上。
-
配置 NetScaler VPX 实例以访问部署在 AVS 上的 NetScaler VPX 的 VIP 地址。
-
添加负载平衡虚拟服务器。
add lb vserver <name> <serviceType> [<vip>] [<port>] <!--NeedCopy-->
示例:
add lb vserver lb1 HTTPS 172.31.0.6 443 <!--NeedCopy-->
-
添加一项服务,该服务可连接到部署在 AVS 上的 NetScaler VPX 的 VIP。
add service <name> <ip> <serviceType> <port> <!--NeedCopy-->
示例:
add service webserver1 192.168.4.10 HTTP 80 <!--NeedCopy-->
-
将服务绑定到负载平衡虚拟服务器。
bind lb vserver <name> <serviceName> <!--NeedCopy-->
示例:
bind lb vserver lb1 webserver1 <!--NeedCopy-->
-
使用 Azure 负载平衡器在 AVS 上配置 NetScaler VPX 独立实例
请按照以下步骤在 AVS 上为使用 Azure 负载平衡器的面向互联网的应用程序配置 NetScaler VPX 独立实例。
-
在 Azure 云上配置 Azure 负载均衡器实例。有关详细信息,请参阅有关 创建负载均衡器的 Azure 文档。
-
将部署在 AVS 上的 NetScaler VPX 实例的 VIP 地址添加到后端池中。
以下 Azure 命令将一个后端 IP 地址添加到负载平衡后端地址池中。
az network lb address-pool address add --resource-group <Azure VMC Resource Group> --lb-name <LB Name> --pool-name <Backend pool name> --vnet <Azure VMC Vnet> --name <IP Address name> --ip-address <VIP of ADC in VMC> <!--NeedCopy-->
注意:
确保 Azure 负载平衡器部署在与 Azure VMware 云相同的虚拟网络中。
共享
共享
This Preview product documentation is Cloud Software Group Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Cloud Software Group Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Cloud Software Group product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.