Forum Discussion
wilfred_pascasi
Nimbostratus
Oct 12, 2006redirect aol proxy
I would like to redirect my traffic to a specific server within my server farm. If the users (clients) are AOL (1 of the IPs from AOL proxy) I will like to forward that traffic to server 1, otherwise...
wilfred_pascasi
Nimbostratus
Oct 16, 2006Thanks. I was able to create another class as well.
rule redirect_class_rule {
if (client_addr equal one of aol or client_addr equal one of class2) {
use pool not_aol_class2_pool
}
else {
use pool test_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