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!
配置 DNS64
在 NetScaler 设备上为有状态的 NAT64 配置创建所需的实体涉及以下过程:
- 添加 DNS 服务。DNS 服务是 DNS 服务器的逻辑表示形式,NetScaler 设备用作 DNS 代理服务器。有关设置服务的可选参数的详细信息,请参阅 负载平衡。
- 添加 DNS64 操作和 DNS64 策略,然后将 DNS64 操作绑定到 DNS64 策略。DNS64 策略根据相关 DNS64 操作中的设置,指定与 DNS64 处理的流量匹配的条件。DNS64 操作指定强制性的 DNS64 前缀以及可选的排除规则和映射规则设置。
- 创建 DNS 负载平衡虚拟服务器,并将 DNS 服务和 DNS64 策略绑定到它。DNS 负载平衡虚拟服务器充当绑定的 DNS 服务代表的 DNS 服务器的 DNS 代理服务器。到达虚拟服务器的流量与针对 DNS64 处理的绑定 DNS64 策略进行匹配。有关设置负载平衡虚拟服务器的可选参数的详细信息,请参阅 负载平衡。
注意
命令行界面有用于这两项任务的单独命令,但 GUI 将它们合并到一个对话框中。
- 启用 DNS 记录的缓存。启用 NetScaler 设备的全局参数以缓存通过 DNS 代理操作获得的 DNS 记录。有关启用 DNS 记录缓存的更多信息,请参阅 启用 DNS 记录缓存。
使用命令行界面创建 DNS 类型的服务
在命令提示符下,键入:
add service <name> <IP> <serviceType> <port> …
<!--NeedCopy-->
使用命令行界面创建 DNS64 操作
在命令提示符下,键入:
add dns action64 <actionName> -Prefix <ipv6_addr|*> [-mappedRule <expression>] [-excludeRule <expression>]
<!--NeedCopy-->
使用命令行界面创建 DNS64 策略
在命令提示符下,键入:
add dns policy64 <name> -rule <expression> -action <string>
<!--NeedCopy-->
使用命令行界面创建 DNS 负载平衡虚拟服务器
在命令提示符下,键入:
add lb vserver <name> DNS <IPAddress> <port> -dns64 (ENABLED | DISABLED) [-bypassAAAA ( YES | NO)] …
<!--NeedCopy-->
使用命令行界面将 DNS 服务和 DNS64 策略绑定到 DNS 负载平衡虚拟服务器
在命令提示符下,键入:
bind lb vserver <name> <serviceName> ...
bind lb vserver <name> -policyName <string> -priority <positive_integer> ...
<!--NeedCopy-->
示例配置:
add service SVC-DNS-1 203.0.113.50 DNS 53
Done
add service SVC-DNS-2 203.0.113.60 DNS 53
Done
add dns Action64 DNS64-Action-1 -Prefix 2001:DB8:300::/96
Done
add dns Policy64 DNS64-Policy-1 -rule "CLIENT.IPv6.SRC.IN_SUBNET(2001:DB8:5001::/64)" -action DNS64-Action-1
Done
add lb vserver LBVS-DNS64-1 DNS 2001:DB8:9999::99 53 -dns64 ENABLED
Done
bind lb vserver LBVS-DNS64-1 SVC-DNS-1
Done
bind lb vserver LBVS-DNS64-1 SVC-DNS-2
Done
bind lb vserver LBVS-DNS64-1 -policyname DNS64-Policy-1 -priority 2
Done
<!--NeedCopy-->
共享
共享
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.