Forum Discussion
Amit_Shah_6642
Nov 11, 2013Nimbostratus
Allow traffic from specific IP to Specific URI
On our website we want to allow only few IPs on a specific URI. I write below iRULE, it is blocking all the traffic to go to that URI instead of the one I define in Pool. Thank you for help in advanc...
Kevin_Stewart
Nov 11, 2013Employee
We'll have to assume then that you're running a 9.x F5 version. The class command was introduced in v10.0.
So try this:
when HTTP_REQUEST {
if { ( [HTTP::uri] contains "/abc/xyzServlet" ) and not ( [matchclass [IP::client_addr] equals AddressAllowedPool ] ) } {
reject
} else {
pool Pool_servers
}
}
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