03-08-2006 03:28 PM
Hi, There:
I have two URLs on the same server same port,
/test1/
/test2/
I want to give all users access /test2, but I only want to give user at network range 10.0.0.0 255.0.0.0 to access /test1, how should I do that?
Thx
03-08-2006 05:49 PM
it looks like I am missing something here
acl 10
clause 10 permit any 10.0.0.0 255.0.0.0 dest content mine/test1
clause 20 permit any 10.0.0.0 255.0.0.0 dest content mine/test2
clause 30 permit any 10.0.0.0 255.0.0.0 dest any
clause 40 deny any any dest content mine/test1
clause 50 permit any any dest content mine/test2
03-09-2006 09:36 AM
never tested this.
But if your acl above does not work, what you can try is create a fake server or a server with a denied access message.
Then replace your clause 40 with
clause 40 permit any any dest content mine/test1 prefer fake_server.
Gilles.
03-09-2006 10:24 AM
Hi, Gilles:
from previous ACL, all users on 10.0.0 network could access everything, but other user could not access test1 and test2, is there anyway to work around this?
thx,
03-09-2006 12:11 PM
BTW, I use one-armed configuration, if I do not use ACL, is there any other solutions?
thanks
03-09-2006 11:14 PM
I figured it out.
thx,
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide