URI ACL based on source ip address
Can someone help me with creating a rule that can filter URI access based on IP address.
Something like
I'am inspired by this solution :
http://devcentral.f5.com/Community/...fault.aspx
But I would like to normalised the Irule for using it whith some virtual server, and use a file :
I would like to build a Datagroup file like :
user_IP1:=USER_DIR1
user_IP1:=USER_DIR2
user_IP1:=USER_DIR3
user_IP2:=USER_DIR1
user_IP2:=USER_DIR2
user_IP10:=USER_DIR10 ==> There may have same IP for some URIs and same URI for some IPs
This file will be pushed by a server with ssh protocol. There will be a lot of entry...
But I don't have any idea to use this fille (build array ?, use loop foreach) ? Do you have some bigening of solution ?
Do you have other solution that wich I propose ?
Thanks a lot !