Forum Discussion
srandhawa_75222
Nimbostratus
Oct 13, 2013How to create iRule to grant additional access to a specific client
Hi...I have a pool which is hosting URI accessible to the general public. But I want to now grant additional access to a particular vendor to the following additional URIs
/CustomerInformationService...
What_Lies_Bene1
Cirrostratus
Oct 15, 2013I'd suggest you change the logic a little and use a data group to keep the code simple. I'd make bat1_test2 the VS default pool and use this iRule after creating a DG call 'allowed_ips' with those three addresses in it;
when CLIENT_ACCEPTED {
if { [class match [IP::client_addr] equals allowed_ips] } {
pool bat1_test1 }
}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