Forum Discussion
Mathew_58740
Nimbostratus
Nov 06, 2013Irule for blocking specific traffic
HI Can we get some help to achieve the below
If the below condition matches we need to block the connection and rest all should be permited.
IP is from the following subnets
( src net...
Bhanu_9561
Cirrus
Nov 07, 2013You can do something similar to this:
when HTTP_REQUEST {
if { ([class match [IP::client_addr] equals IP_Throttle_List ]) and (HTTP::header exists "Blah Blah") } {
HTTP::close
Or TCP::close. Depends on your requirement
} else {
return
}
}
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