Forum Discussion
SSL VPN iOS 12 connection error
- Apr 16, 2019
When there is a port translation from xxxxx to yyyyy before the F5, it will always fail on the iOS12, as this will choose the port configured on the VirtualServer(yyyyy) and not the port chosen to connect to(xxxxx).
Therefor, you have 2 options: 1- keep it simple and keep the destination port and the virtualserver port THE SAME! 2- define a variable on the APM policy such that the iOS will use to connect to.
apm policy agent variable-assign /Common/variable_assign_port-pat { variables { { expression "return {xxxxx}" <--- (!) varname session.server.network.port }
When there is a port translation from xxxxx to yyyyy before the F5, it will always fail on the iOS12, as this will choose the port configured on the VirtualServer(yyyyy) and not the port chosen to connect to(xxxxx).
Therefor, you have 2 options: 1- keep it simple and keep the destination port and the virtualserver port THE SAME! 2- define a variable on the APM policy such that the iOS will use to connect to.
apm policy agent variable-assign /Common/variable_assign_port-pat {
variables {
{
expression "return {xxxxx}" <--- (!)
varname session.server.network.port
}
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com