Forum Discussion
Pool port redirection
The Log file shows the traffic making it into the LTM << Sep 22 08:34:57 local/tmm3 info tmm3[6060]: Rule MMS_iRule : 10.201.61.129 sent request for xml file to pool_8080>>
But tcpdump nevers shows the traffic going out on to my members on this port.
does anyone have any suggestions?
irule snippet:
when HTTP_REQUEST {
if { [string tolower [HTTP::path]] ends_with ".xml"}{
log local0. "[IP::remote_addr] sent request for xml file to Pool_8080"
pool Pool_8080
}
if { [string tolower [HTTP::path]] ends_with ".rdf"}{
pool Pool_8080
}
- Brian_Deitch_11Historic F5 AccountWhat is your tcpdump syntax? Can you validate that the traffic is being load balanced via the server?
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 } }
- Michael_YatesNimbostratusHi kona2-9,
when HTTP_REQUEST { if { [string tolower [HTTP::path]] ends_with ".xml" } { log local0. "[IP::remote_addr]:[TCP::server_port] sent request for xml file to Pool_8080" pool Pool_8080 } if { [string tolower [HTTP::path]] ends_with ".rdf" } { pool Pool_8080 } }
Recent Discussions
Related Content
* 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