Forum Discussion
kona2-9_51980
Sep 22, 2011Nimbostratus
Pool port redirection
Currently we have an iRule that is receiving traffic on port 80 when http is hit we are to redirect to pool . The Log file shows the traffic making it into the LTM << Sep 22 08:34:57 loc...
Brian_Deitch_11
Sep 22, 2011Historic F5 Account
What is your tcpdump syntax? Can you validate that the traffic is being load balanced via the server?
This might work a little bit better for you.
when HTTP_REQUEST {
if { [string tolower [HTTP::uri]] ends_with ".xml" } {
log local0. "[IP::remote_addr] sent request for xml file to Pool_8080"
log local0. "[HTTP::uri] was presented to the VIP
pool Pool_8080
} elseif { [string tolower [HTTP::uri]] ends_with ".rdf" } {
pool Pool_8080
}
}
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