Forum Discussion
srantos_87030
Jul 25, 2012Nimbostratus
iRule to bypass default pool
Hello,
I am using a virtual server to load-balance HTTP traffic from customers to a pool of traffic servers. I need an iRule to bypass this pool and send the HTTP requests to an Internet pro...
nathe
Jul 25, 2012Cirrocumulus
srantos,
Try adding some logging to see if this points you in the right direction, also added string tolower command to rule out uppercase / lowercase issues.
when HTTP_REQUEST {
if {[string tolower [HTTP::host]] contains "facebook"}{
log local0. "HTTP Host: [HTTP::host]"
pool isa_pool
snat automap
}
}
Hope this helps,
N
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