Forum Discussion
Sam10
Oct 16, 2019Altostratus
client connection persistence
We have 2 source and i am trying to force each source to 1 node behind the lbs. Below irule is not working as expected I see a reset from f5 no traffic passing to the pool member when CLIENT_A...
Hi Sam10,
Can you try this?
when CLIENT_ACCEPTED {
if { ([IP::client_addr] equals "192.168.1.2") && ([LB::status pool qa_443 member 10.12.4.252 443] eq "up") } {
pool qa_443 member 10.12.4.252 443
}
elseif { ([IP::client_addr] equals "192.168.1.3") && ([LB::status pool qa_443 member 10.12.4.253 443] eq "up") } {
pool qa_443 member 10.12.4.253 443
}
else {
pool default_pool
}
}
boneyard
Nov 02, 2019MVP
did that work Sam10?
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