Forum Discussion
L__G_
Altostratus
Sep 28, 2017Irules restrict access to an URI for only several IPs
Hello,
Could you help me with this irule and data-group (LTM : 10.2.3) ?
I want to restrict access to an URI (containing "TEST") for only few IPs. But it doesn't work. I catch the string "TEST" i...
Lee_Sutcliffe
Nacreous
Sep 28, 2017Try removing the /32 from the datagroup as this isn't included in the request from the client and changing the type to string:
ltm data-group TEST_AllowedAddresses {
partition IN-PARTITION
records {
10.20.30.1%1 { }
10.30.40.1%1 { }
10.20.30.2%1 { }
10.20.40.5%1 { }
}
type string
}
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
