IPv6

Linux 虚拟桌面代理支持 IPv6,以确保与 Citrix Virtual Apps and Desktops 保持一致。在使用此功能时,请务必考虑以下事项:

  • 对于双栈环境,除非明确启用 IPv6,否则使用 IPv4。
  • 如果在 IPv4 环境中启用 IPv6,则 Linux VDA 将无法运行。

重要:

  • 整个网络环境必须是 IPv6,而不仅仅是 Linux VDA。
  • Centrify 无法在纯 IPv6 环境中正常运行。

安装 Linux VDA 时,IPv6 无需特殊设置任务。

Configure IPv6 for the Linux VDA

在更改 Linux VDA 的配置之前,请确保您的 Linux 虚拟机以前在 IPv6 网络中工作过。有两个与 IPv6 配置相关的注册表项:

"HKLM\Software\Policies\Citrix\VirtualDesktopAgent" -t "REG_DWORD" -v "OnlyUseIPv6ControllerRegistration"
"HKLM\Software\Policies\Citrix\VirtualDesktopAgent" -t "REG_DWORD" -v "ControllerRegistrationIPv6Netmask"
<!--NeedCopy-->

OnlyUseIPv6ControllerRegistration must be set to 1 to enable IPv6 on the Linux VDA:

sudo /opt/Citrix/VDA/bin/ctxreg create -k "HKLM\Software\Policies\Citrix\VirtualDesktopAgent" -t "REG_DWORD" -v "OnlyUseIPv6ControllerRegistration" -d "0x00000001" --force
<!--NeedCopy-->

If the Linux VDA has more than one network interfaces, ControllerRegistrationIPv6Netmask can be used to specify which one is used for the Linux VDA registration:

sudo /opt/Citrix/VDA/bin/ctxreg create -k "HKLM\Software\Policies\Citrix\VirtualDesktopAgent" -t "REG_SZ" -v "ControllerRegistrationIPv6Netmask " -d "{IPv6 netmask}" --force
<!--NeedCopy-->

{IPv6 netmask} 替换为实际的子网掩码(例如,2000::/64)。

For more information about IPv6 deployment in Citrix Virtual Apps and Desktops, see IPv4/IPv6 support.

故障排除

检查基本的 IPv6 网络环境,并使用 ping6 检查 AD 和 Delivery Controller™ 是否可达。

IPv6