[squid-users] delay_pools with dst access list type not work?

2005-04-19 Thread Sergey Chistyakov
Hello SQUID users, I am trying to configure my cache for next thing: All downloads from nets of our city are unlimited. All another downloads mast be limited by delay pool. ### acl all src 0.0.0.0/0.0.0.0 acl localnet1 src 192.168.1.0/25

Re: [squid-users] delay_pools with dst access list type not work?

2005-04-19 Thread Henrik Nordstrom
On Wed, 20 Apr 2005, Sergey Chistyakov wrote: I am trying to configure my cache for next thing: All downloads from nets of our city are unlimited. All another downloads mast be limited by delay pool. As i read many tims - it is must work. Where is mistake? Your configuration looks syntactically co

Re: [squid-users] delay_pools with dst access list type not work?

2005-04-26 Thread Sergey Chistyakov
Hello Sergey, Wednesday, April 20, 2005, 12:57:09 PM, you wrote: SC> Hello SQUID users, SC> I am trying to configure my cache for next thing: SC> All downloads from nets of our city are unlimited. SC> All another downloads mast be limited by delay pool. SC> #

Re[2]: [squid-users] delay_pools with dst access list type not work?

2005-04-20 Thread Sergey Chistyakov
HN> Squid needs to do a DNS lookup to get the destination IP address from the HN> host name in the request. I add this line befor all http_access: http_access deny city_nets !all it is not help with pools, any way pool not working =( All requests hits the pool... -- Best regards, Serge

Re[2]: [squid-users] delay_pools with dst access list type not work?

2005-04-20 Thread Henrik Nordstrom
On Wed, 20 Apr 2005, Sergey Chistyakov wrote: http_access deny city_nets !all it is not help with pools, any way pool not working =( All requests hits the pool... What does all your delay_access rules look like? Any output of "squid -k parse"? Regards Henrik

Re[3]: [squid-users] delay_pools with dst access list type not work?

2005-04-20 Thread Sergey Chistyakov
Hello Henrik, Wednesday, April 20, 2005, 3:17:52 PM, you wrote: HN> On Wed, 20 Apr 2005, Sergey Chistyakov wrote: >> http_access deny city_nets !all >> >> it is not help with pools, >> any way pool not working =( >> All requests hits the pool... HN> What does all your delay_access rules look li

Re[4]: [squid-users] delay_pools with dst access list type not work?

2005-04-20 Thread Sergey Chistyakov
SC> sorry - my type error >> requests NO hits the pool SC> i use cachemgr.cgi for looking how is using the pool i trying different delay_access, and result is: if i try delay_access allow localnet1 city_nets delay_access deny all no any requests hits in this delay (but if i understand such acce

Re[4]: [squid-users] delay_pools with dst access list type not work?

2005-04-20 Thread Henrik Nordstrom
On Wed, 20 Apr 2005, Sergey Chistyakov wrote: delay_access allow localnet1 city_nets delay_access deny all no any requests hits in this delay And how is city_nets defined? Regards Henrik

Re[5]: [squid-users] delay_pools with dst access list type not work?

2005-04-20 Thread Sergey Chistyakov
Hello Henrik, Thursday, April 21, 2005, 4:13:12 AM, you wrote: HN> On Wed, 20 Apr 2005, Sergey Chistyakov wrote: >> delay_access allow localnet1 city_nets >> delay_access deny all >> >> no any requests hits in this delay HN> And how is city_nets defined? HN> Regards HN> Henrik acl city_nets