Forum Discussion
client connection persistence using an irule
I am working on an application setup. All the connections to the VS are from a reverse proxy and the client connection need to a persistence session.
reverse proxy will fwd client ip in the header , i need to use that client IP and setup a persistence session, How can i achieve this.
6 Replies
- SteveD1979
Cirrostratus
The monitor is failing but I'm not really worried about that. I don'5t know what it is but the applications are failing. All except for the last one I i configure.
app 1 VS IP 10.1.1.1
app 2 VS IP 10.1.1.2
app 3 VS IP 10.1.1.3
so on for the next 5
They all share 1 pool which is a Windows server with IIS installed and web applications working and the same client SSL cert with each FQDN for each VS IP in the SAN. The server side SSL cert is unique with each apps FQDN in the server name field and this command run for each VIP.
tmsh modify ltm virtual <virtual server> serverssl-use-sni enabled
If you can provide a topology, your existing configuration, and then the failing configuration I might be able to assist you further but I'm have a difficult time understanding the issue here and where the failure is occurring without this information.
- SteveD1979
Cirrostratus
I'm not sure what else you're asking for. There are 8 apps all hosted on one Windows IIS server. Each of those 8 apps has it's own unique VIP on the F5 with it's own unique IP address. The VIPs all share the same client side SSL profile. The server side SSL profile i'm updating to include the FQDN for each separate application in the server name field and giving each VIP it's own.