Forum Discussion
Vince_Beltz_959
Nimbostratus
Aug 02, 2010iRule Bypass?
We have a GTM passing traffic down to a pair of LTMs, both of which host a VIP with this very simple rule applied:
when HTTP_REQUEST priority 500 {
if { ( [HTTP::uri] contains "stringa" or [HTTP::uri] contains "stringb" ) } {
TCP::close
event disable all
}
}
If we tcpdump incoming traffic to the pool servers behind the VIP, we still see a trickle of http requests containing the blocked strings. If we *remove* the iRule, we see a surge in the requests, so we know that it is having an effect, just not 100% blocking. What threshold, if any, does an LTM have where it stops trying to apply an iRule and just passes traffic through? There are no other VIPs pointed at the server pools in question, and trying to figure out why this simple block is "leaking" is driving us nuts. Whenever we test by sending a request to the VIP with the block strings, our connection is properly dropped, but we're still seeing *something* get through. Reluctant to turn on logging, as this is Prod traffic and hardware.
- Vince_Beltz_959
Nimbostratus
Addendum: - Vince_Beltz_959
Nimbostratus
http::uri includes http::query, yes? That seems to have been the case in our testing, but we're grasping at straws for an explanation.
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