Forum Discussion
Except member in the pool for load balance
- Nov 18, 2019
If you have to test something, do not put that member as part of original pool.
But rather, create another pool for testing and use datagroup for whitelisting your IP, so that only you can access it.
Other should be landing to the original pool where 3 members alone are put.
when CLIENT_ACCEPTED { if { [class match [IP::client_addr] equals your_DGL] } { pool testing_pool_name } else { pool original_pool } }
Thank you for answer
because i have to use member 1 to test other systems but with the same URL.
And connect to only the IP group
If you have to test something, do not put that member as part of original pool.
But rather, create another pool for testing and use datagroup for whitelisting your IP, so that only you can access it.
Other should be landing to the original pool where 3 members alone are put.
when CLIENT_ACCEPTED {
if { [class match [IP::client_addr] equals your_DGL] } {
pool testing_pool_name
} else {
pool original_pool
}
}Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* 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
