Forum Discussion
Dicky_Moe_13167
Feb 19, 2014Nimbostratus
source address & source port persistence
Hi !
I have a virtual server that has a pool of 3 Citrix Secure Gateway servers. The VIP is FASTL4, with source address persistence and least conections LB. I would like to implment an irule that p...
Andrey_Terentye
Feb 19, 2014Historic F5 Account
It looks like:
- There should not be a problem with backends (Gateways) doing SSL offload as you're persisting on TCP level
- The following example suggests that you first need to do "persist add uie": https://devcentral.f5.com/wiki/iRules.ProxyAuth.ashx
Thus the iRule transforms into:
when CLIENT_ACCEPTED {
set client_ip_port "[IP::client_addr]:[TCP::client_port]"
persist uie $client_ip_port
}
when SERVER_CONNECTED {
persist add uie $client_ip_port 3600
}
Recent Discussions
Related Content
DevCentral Quicklinks
* 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
Discover DevCentral Connects