agent59624285 escreveu:
> Hi
>
> I'm trying to create a delay pool such that a specific group of IP's which
> attempt to access specific URLS get their bandwidth capped.
>
> So far ive manged to do this globally using:
>
> acl slow_domains dstdomain .facebook.com .bebo.com
>
> delay_pools 1
> delay_class 1 1
> delay_access 1 allow slow_domains
> delay_parameters 1 6000/6000
>
> But I now want this to happen only for specific client IP's
> I guess its a quesion of combining acls but not sure how to do it..?
>
>
acl slow_domains ....
acl bastards src 192.168.1.2 192.168.1.15
...
delay_access 1 allow slow_domains bastards
.....
-- Atenciosamente / Sincerily, Leonardo Rodrigues Solutti Tecnologia http://www.solutti.com.br Minha armadilha de SPAM, NÃO mandem email gertrudes_at_solutti.com.br My SPAMTRAP, do not email itReceived on Wed Feb 11 2009 - 17:02:09 MST
This archive was generated by hypermail 2.2.0 : Wed Feb 11 2009 - 12:00:01 MST