Re: [squid-users] Special access rights to a sub-group of users

2004-03-16 Thread Henrik Nordstrom
On Tue, 16 Mar 2004 [EMAIL PROTECTED] wrote: > Hello again, Henrik! > > acl subgroup src 120.202.200.7 > acl rionet src 120.202.200.0/255.0.0.0 > > acl morning time SMTWHFA 08:30-12:30 > acl afternoon time SMTWHFA 13:30-18:30 > > acl denied_ext url_regex \.zip$ > acl denied_ext url_regex

Re: [squid-users] Special access rights to a sub-group of users

2004-03-16 Thread Henrik Nordstrom
On Wed, 17 Mar 2004, Muthukumar wrote: > > - Original Message - > > > acl subgroup src 120.202.200.7 > > acl rionet src 120.202.200.0/255.0.0.0 > > > > Put acl like this > acl rionet src 120.202.200.0/255.0.0.0 This sis NOT a valid netmaks for this network. The above should be either 1

Re: [squid-users] Special access rights to a sub-group of users

2004-03-16 Thread Muthukumar
- Original Message - > > acl subgroup src 120.202.200.7 > acl rionet src 120.202.200.0/255.0.0.0 > Put acl like this acl rionet src 120.202.200.0/255.0.0.0 acl subgroup src 120.202.200.7/32 > acl morning time SMTWHFA 08:30-12:30 > acl afternoon time SMTWHFA 13:30-18:30 > > acl denied_ext

Re: [squid-users] Special access rights to a sub-group of users

2004-03-16 Thread fefi
Hello again, Henrik! Here is what I tried: acl subgroup src 120.202.200.7 acl rionet src 120.202.200.0/255.0.0.0 acl morning time SMTWHFA 08:30-12:30 acl afternoon time SMTWHFA 13:30-18:30 acl denied_ext url_regex \.zip$ acl denied_ext url_regex \.midi$ \.wav$ acl denied_ext url_regex \

Re: [squid-users] Special access rights to a sub-group of users

2004-03-16 Thread fefi
Hello again, Henrik! Here is what I tried: acl subgroup src 120.202.200.7 acl rionet src 120.202.200.0/255.0.0.0 acl morning time SMTWHFA 08:30-12:30 acl afternoon time SMTWHFA 13:30-18:30 acl denied_ext url_regex \.zip$ acl denied_ext url_regex \.midi$ \.wav$ acl denied_ext url_regex \

Re: [squid-users] Special access rights to a sub-group of users

2004-03-16 Thread Henrik Nordstrom
On Tue, 16 Mar 2004 [EMAIL PROTECTED] wrote: > I've made several tests with the statement orders. none of them > worked... So what have you tried? > I got the feeling that the acl statement is not understood with only the IP > address... It works.. as long as you do not use IP addresses

Re: [squid-users] Special access rights to a sub-group of users

2004-03-16 Thread fefi
Hi Henrik ! I've made several tests with the statement orders. none of them worked... I got the feeling that the acl statement is not understood with only the IP address... Thanks for any help. Regards, Fernanda On 16 Mar 2004, Henrik Nordstrom wrote: >On Mon, 15 Mar 2004 [EMAIL P

Re: [squid-users] Special access rights to a sub-group of users

2004-03-16 Thread fefi
Hi Henrik ! I've made several tests with the statement orders. none of them worked... I got the feeling that the acl statement is not understood with only the IP address... Thanks for any help. Regards, Fernanda On 16 Mar 2004, Henrik Nordstrom wrote: >On Mon, 15 Mar 2004 [EMAIL P

Re: [squid-users] Special access rights to a sub-group of users

2004-03-15 Thread Henrik Nordstrom
On Mon, 15 Mar 2004 [EMAIL PROTECTED] wrote: > Hello Christoph, > > Thanks for your reply. > > However, it still doesn't work. > > I tried to add the subnet mask by the end of the acl line as below, but then > access is given to all IPs in the network: > > acl subgroup src 120.202.200

Re: [squid-users] Special access rights to a sub-group of users

2004-03-15 Thread Muthukumar
> > acl subgroup src 120.202.200.20/255.255.255.0 > > Any other hint? > > Thanks + Regards, > > Fernanda > > === > On 14 Mar 2004, Christoph Haas wrote: > > >On Sun, Mar 14, 2004 at 03:06:54PM -0300, [EMAIL PROTECTED] wrote: > >> I have the following

Re: [squid-users] Special access rights to a sub-group of users

2004-03-15 Thread fefi
Hello Christoph, Thanks for your reply. However, it still doesn't work. I tried to add the subnet mask by the end of the acl line as below, but then access is given to all IPs in the network: acl subgroup src 120.202.200.20/255.255.255.0 Any other hint? Thanks + Regards, Fernanda

Re: [squid-users] Special access rights to a sub-group of users

2004-03-15 Thread fefi
Hello Christoph, Thanks for your reply. However, it still doesn't work. I tried to add the subnet mask by the end of the acl line as below, but then access is given to all IPs in the network: acl subgroup src 120.202.200.20/255.255.255.0 Any other hint? Thanks + Regards, Fernanda

Re: [squid-users] Special access rights to a sub-group of users

2004-03-14 Thread Henrik Nordstrom
On Sun, 14 Mar 2004, Christoph Haas wrote: > The order of the ACLs matters. Just add another ACL on top of the other > http_access definitions like this: Or more correctly the order of your http_access rules matters, the acls just need to be defined somewhere before used.. The logics of http_ac

Re: [squid-users] Special access rights to a sub-group of users

2004-03-14 Thread Christoph Haas
On Sun, Mar 14, 2004 at 03:06:54PM -0300, [EMAIL PROTECTED] wrote: > I have the following configuration: > > acl rionet src 120.202.200.0/255.0.0.0 > acl morning time SMTWHFA 08:30-12:30 > acl afternoon time SMTWHFA 13:30-18:30 > acl denied_ext url_regex \.zip$ > acl denied_ext url_regex \.mi

[squid-users] Special access rights to a sub-group of users

2004-03-14 Thread fefi
Hello Everybody ! I have the following configuration: acl rionet src 120.202.200.0/255.0.0.0 acl morning time SMTWHFA 08:30-12:30 acl afternoon time SMTWHFA 13:30-18:30 acl denied_ext url_regex \.zip$ acl denied_ext url_regex \.midi$ \.wav$ acl denied_ext url_regex \.mpe?ga$ \.mp[23]$ \.m3

[squid-users] Special access rights to a sub-group of users

2004-03-14 Thread fefi
Hello Everybody ! I have the following configuration: acl rionet src 120.202.200.0/255.0.0.0 acl morning time SMTWHFA 08:30-12:30 acl afternoon time SMTWHFA 13:30-18:30 acl denied_ext url_regex \.zip$ acl denied_ext url_regex \.midi$ \.wav$ acl denied_ext url_regex \.mpe?ga$ \.mp[23]$ \.m3