Forum Discussion
noor_dawood_246
Nimbostratus
Jul 08, 2018Help with IRule
Hi Community,
I need your help with Irule my target is to discard accessing certain paths in a URL from the internet and allow it from internal Lan network which is obviously a private network.exampl...
Surgeon
Jul 08, 2018Ret. Employee
You can try something like
when HTTP_REQUEST {
if { [HTTP::uri] eq "admin" and not [class match [IP::client_addr] eq "private_net"] } {
drop
}
}
Where private_net datagroup with list of your internal subnets.
The action is depend your business needs. In that case bigip will drop the connection
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