Forum Discussion
johns
Employee
Jul 11, 2006Persistence using Source IP and PORT
I have a requirement where clients log into a terminal server farm and initiate https requests to VIP on BIG-IP, and need to persist users based on their source IP and PORT. Currently, it is not possible to off load SSL to BIG-IP and using the Source IP option, there is a fare amount of "clumping".
Is there any plan to add SourcePort (with SourceIP) as a parameter to persistence method, or would it be possible by parsing IP header? (using Universal Persistence)
Thanks.
John
Hi Joey,
since v10, I wouldn't recommend to use
anymore.persist UIE "[IP::client_addr]:[TCP::remote_port]"
Using a CARP based algorythm for this specific scenario would be far more elegant now, since CARP doesn't need to store a session table record for each single client_ip:port combination and doesn't have to remember any timeouts.
when CLIENT_ACCEPTED { persist carp "[IP::client_addr]:[TCP::remote_port]" pool xyz_pool }
Cheers, Kai
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