Forum Discussion
adrian_171483
Cirrus
Jul 15, 2016manual ip persistence
We have an issue where a two tier F5 (DMZ / APP) has a set of web servers that forwards connections to the APP layer which uses Ip persistence. the DMZ is cookie based for connections coming in and ...
Vijay_E
Cirrus
Jul 15, 2016Have you tried "Least Connections (Member)" as the LB algorithm ?
If you explored playing around with LB algorithm, then you can try this - create 2 pools: POOL_APP_1 POOL_APP_2
Use an iRule that will send traffic from DMZ_Server_1-IP to POOL_APP_1 and the other DMZ server to POOL_APP_2
when HTTP_REQUEST {
if { [IP::client_addr] eq } {
pool POOL_APP_1
} else {
pool POOL_APP_2
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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