Forum Discussion
sonu_kumar4
Jan 20, 2018Altostratus
iRule understand
Hello Folks,
Could you please explain me the following iRule :-
when CLIENT_ACCEPTED {
if {[ class match [IP::client_addr] equals private_net] } {
pool MY_Internal_Farm
...
Jan 20, 2018
Based on the client source IP address it selects which pool will be used. Apparently all clients that come from private networks will be using the MY_Internal_Farm. The private networks are listed in the private_net datagroup. All other clients will be using the MY_proxy_farm pool.
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