Forum Discussion
fgiang_29519
Nimbostratus
Jun 05, 2017IRule to forward to a specific member of a pool based on the request IP
I saw a number of solutions using two pools in the forum to solve the issue below. I am wondering if we can have an IRule to achieve the same thing with a single pool.
So it's like this:
suppose...
Samir_Jha_52506
Noctilucent
Jun 06, 2017We haven't see
pool poolTest EXCEPT NODE 10.10.10.2:80 event[EXCEPT] in pool. I will suggest you to created two pool & forward request.
when HTTP_REQUEST {
if { [IP::addr [IP::client_addr] equals x.x.x.x/32] } {
pool pool_1 }
else { pool pool_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
