Forum Discussion
MW1
Cirrus
Jul 01, 2014Can anyone explain the behaviour of this irule
All,
I am trying to understand the behaviour of the below irule. It was meant to block access to the down.php URI, except from the two src ip ranges stated, however it blocks access from any locat...
nitass
Employee
Jul 01, 2014can you try this?
when HTTP_REQUEST {
log local0. " Request in [IP::client_addr] [HTTP::host][HTTP::uri]"
if { [HTTP::uri] contains "/down.php" } {
if { ![IP::addr [IP::remote_addr] equals 75.66.12.0/255.255.255.0] and \
![IP::addr [IP::remote_addr] equals 15.150.0.0/255.255.0.0] } {
log local0. " Blocked access [IP::client_addr] [HTTP::host][HTTP::uri]"
drop the request
discard
}
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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