Forum Discussion

ebeng_278441's avatar
ebeng_278441
Icon for Altocumulus rankAltocumulus
Jan 12, 2019
Solved

SSL VPN iOS 12 connection error

All,   After a while I wanted to start to use the F5 VPN again on the iPhone. I'm 100% sure that the policy is not changed since last time, when I was using the F5-App on the iOS10.x-11.x Now I'm e...
  • ebeng_278441's avatar
    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
           }