Last Modified: Jan 20, 2023
Affected Product:
See more info
BIG-IP APM
Known Affected Versions:
13.1.0, 13.1.0.1, 13.1.0.2, 13.1.0.3, 13.1.0.4, 13.1.0.5, 13.1.0.6, 13.1.0.7, 13.1.0.8, 13.1.1, 13.1.1.2, 13.1.1.3, 13.1.1.4, 13.1.1.5, 13.1.3, 13.1.3.1, 13.1.3.2, 13.1.3.3, 13.1.3.4, 13.1.3.5, 13.1.3.6, 13.1.4, 13.1.4.1, 13.1.5, 13.1.5.1, 14.0.0, 14.0.0.1, 14.0.0.2, 14.0.0.3, 14.0.0.4, 14.0.0.5, 14.0.1, 14.0.1.1, 14.1.0, 14.1.0.1, 14.1.0.2, 14.1.0.3, 14.1.0.5, 14.1.0.6, 14.1.2, 14.1.2.1, 14.1.2.2, 14.1.2.3, 14.1.2.4, 14.1.2.5, 14.1.2.6, 14.1.2.7, 14.1.2.8, 14.1.3, 14.1.3.1, 14.1.4, 14.1.4.1, 14.1.4.2, 14.1.4.3, 14.1.4.4, 14.1.4.5, 14.1.4.6, 14.1.5, 14.1.5.1, 14.1.5.2, 14.1.5.3, 15.0.0, 15.0.1, 15.0.1.1, 15.0.1.2, 15.0.1.3, 15.0.1.4
Opened: Aug 16, 2018
Severity: 3-Major
VMware Horizon Blast transport is not supported for IPv6 targets (remote desktops/apps) by APM.
Connection to remote desktop/app cannot be established via APM.
VMware Horizon Blast transport target (remote desktop/app) is configured with IPv6 address.
1. Disable 'HTTP(S) Secure Tunnel' setting on Connection Server. Alternately, it can be configured with IPv6 address, instead of FQDN. 2. Set pae-PreferDNS setting to 1 for Connection Server to prefer DNS names, as described here: https://docs.vmware.com/en/VMware-Horizon-7/7.1/com.vmware.horizon-view.installation.doc/GUID-8E7FBB9D-F2DB-4787-B11B-7506126DEB7F.html 3. Apply following iRule to APM VS: when HTTP_REQUEST { if { [info exists tmm_apm_view_desktop_host_port] } { set tmm_apm_view_blast_host_port $tmm_apm_view_desktop_host_port unset tmm_apm_view_desktop_host_port } if { [info exists tmm_apm_view_blast_host_port] } { if { [regexp {^([\da-f.:%]+):(\d+)$} $tmm_apm_view_blast_host_port -> dst_host dst_port] } { unset tmm_apm_view_blast_host_port node $dst_host $dst_port } } }
None