Forum Discussion
cant access to management interface after vpn using apm established
This is actually a well-intentioned security feature, but you can get around it with the following trick:
-
Create a simple LTM virtual server - you can bind this to the VPN connectivity profile "VLAN" or to an internal VLAN (do NOT bind this to an external VLAN)
-
Apply a simple client SSL profile to the VIP
-
Apply a simple server SSL profile to the VIP
-
Apply the following iRule to the VIP:
when CLIENT_ACCEPTED { node 127.0.0.1 443 }
Depending on platform version you may need to use an internal VLAN self-IP instead of 127.0.0.1.
- JimmyFeb 27, 2023Nimbostratus
From v15.1/16.1 a db value needs to be changed in order to use this iRule. Details here: https://my.f5.com/manage/s/article/K05413010
- imabbas_90Oct 12, 2023Altocumulus
Hello Mate thanks i was also facing same issue. After connecting to the VPN cant connect to the SAME F5 device.
After creating the Virtual server with the MGMT IP of F5 and allowing All VLAN and tunnels then created Irule
when CLIENT_ACCEPTED { node 127.0.0.1 443}
then created one more VIP for port 22
when CLIENT_ACCEPTED { node 127.0.0.1 22 }
it's working now.
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