Forum Discussion
bbensten_8485
Nimbostratus
Jun 26, 2014Using a Data Group for white listing IPs
We are trying to use a Data Group for the first time and we are having issues. Can someone please look at this simple example and tell us where we have missed something? It will not accept the Irul...
- Jun 26, 2014
Are you running v11? If so, try this:
when HTTP_REQUEST { if { [string tolower [HTTP::path]] contains “/blah” } { if { ! [class match [IP::client_addr] equals allowed_IPs]} { discard } } }
Cory_50405
Noctilucent
Jun 26, 2014Are you running v11? If so, try this:
when HTTP_REQUEST {
if { [string tolower [HTTP::path]] contains “/blah” } {
if { ! [class match [IP::client_addr] equals allowed_IPs]} {
discard
}
}
}
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