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 poss...
Kai_Wilke
MVP
Dec 28, 2015Hi Joey,
since v10, I wouldn't recommend to use
persist UIE "[IP::client_addr]:[TCP::remote_port]"
anymore.
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