Forum Discussion
Nikolay_Matveev
Nimbostratus
Feb 12, 2015select a pool based on source IP and then amend headers based on selected pool
Hi,
Could you advise how I can achieve the following goal, please?
I have two web servers - external (3rd party - server1.external.com) and internal (server2.internal.com). I need to present thes...
Brad_Parker
Cirrus
Feb 12, 2015Will something like this work for your node selection?
when CLIENT_ACCEPTED {
if { [IP::addr [IP::client_addr] equals 10.0.0.0/8] } {
node server2.internal.com
}
else {
node server1.external.com
}
}
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