Forum Discussion
pmaubo2_55685
Nimbostratus
Jan 04, 2013irule to drop all non-allowed network from going to url
Hi,
I want to drop any connection outside of a data class I created from getting to a certain URL.
So far I can drop the URL with the below irule. I just need a little help adding in...
pmaubo2_55685
Nimbostratus
Jan 04, 2013Hey, thanks Steve
when HTTP_REQUEST {
check the Class to determine if it's not allowed
if {[HTTP::uri] contains "HostInfo.aspx"} {
if { not [class match [IP::client_addr] equals allowed_networks] } {
log local0. "dropped connection"
reject }
}
}
This seems to work just fine. I put in a bogus network into my data class and it did indeed drop it when I went to the url and there does not seem to be any loops.
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