Re: [squid-users] ACLs

2009-04-02 Thread Amos Jeffries
Merdouille wrote: Hi i use a transparent squid proxy and i want : - access as manager with squidclient from localhost only == http_access allow manager localhost - allow only computer from localhost to go every where == http_access allow locahost These ACL you ask about are the bas

Re: [squid-users] ACLs

2009-04-02 Thread Merdouille
I used : http_access allow manager localhost http_access allow localnet PROTO METHOD http_access deny all !port I try to add deny_info options : deny_infoTCP_RESET !manager !localhost deny_infoTCP_RESET !localnet deny_infoTCP_RESET !

Re: [squid-users] ACLs

2009-04-03 Thread Amos Jeffries
Merdouille wrote: I used : http_access allow manager localhost http_access allow localnet PROTO METHOD http_access deny all !port I try to add deny_info options : deny_infoTCP_RESET !manager !localhost deny_infoTCP_RESET !localnet deny_info

Re: [squid-users] ACLs

2009-04-03 Thread Merdouille
I know its a strange config! We have few webserver with hudge charge and those server needs files from others compagnies. This squid instance will cache those files. For TCP_RESET, it maybe a bad for our server! But it'll be usefull for others instances of squid i need. I write init.d scripts t

Re: [squid-users] ACLs

2009-04-07 Thread Matus UHLAR - fantomas
On 02.04.09 03:00, Merdouille wrote: > i use a transparent squid proxy and i want : > - access as manager with squidclient from localhost only > - allow only computer from localhost to go every where > > My ACLs : > #== ACL > # nom type > acl all

Re: [squid-users]ACLS

2003-07-25 Thread Frank Chibesakunda
hello, I have implemented ACL's to restrict some users from browsing at specified timesguess what some users are changing their IP addresses and browse... Is they way squid can handle this? Frank

Re: [squid-users]ACLS

2003-07-25 Thread adrian.wells
t;[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 25, 2003 9:58 AM Subject: Re: [squid-users]ACLS > > hello, > > I have implemented ACL's to restrict some users from browsing at specified > timesguess what some users are changing their IP addresses a

Re: [squid-users]ACLS

2003-07-25 Thread Antony Stone
t; > Kind regards > Adrian > - Original Message - > From: Frank Chibesakunda <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, July 25, 2003 9:58 AM > Subject: Re: [squid-users]ACLS > > > hello, > > > > I have implemented ACL'

RE: [squid-users]ACLS

2003-07-25 Thread Adam Aube
You asked this question earlier; you don't need to post it again. Adam --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.237 / Virus Database: 115 - Release Date: 3/7/2001

RE: [squid-users]ACLS

2003-07-25 Thread Adam Aube
> I have implemented ACL's to restrict some users from browsing > at specified timesguess what some users are changing > their IP addresses and browse... Is they way squid can handle > this? You could try using authentication, and then use the username instead of the IP address as the basis f

Re: [squid-users]ACLS

2003-07-25 Thread Henrik Nordstrom
fre 2003-07-25 klockan 13.55 skrev Frank Chibesakunda: > hello, > > I have implemented ACL's to restrict some users from browsing at specified > timesguess what some users are changing their IP addresses and > browse... > Is they way squid can handle this? Yes, by using authentication ra

Re: [squid-users] ACLs

2003-07-31 Thread Henrik Nordstrom
On Thursday 31 July 2003 21.08, Fernando Maior wrote: > acl blacklist url_regex -i "/etc/squid/block/blacklist1" > acl blacklist url_regex -i "/etc/squid/block/blacklist2" > > Does squid search each file, in the order above, > trying to match the request? Or it reads the files > once at startup an

Re: [squid-users] ACLS

2005-01-30 Thread Henrik Nordstrom
On Thu, 27 Jan 2005, Ricardo [iso-8859-1] López Urrutia wrote: Does anyone mind sharing his/her squid.conf when using squid_ldap_auth auth program?, I'm kind of stuck in how to connect with my AD and the acl's needed to talk with the AD. There is working examples for AD in the squid_ldap_a

RE: [squid-users] ACLs

2005-08-16 Thread John Rooney
No That will allow access for the 192.168.0.x network. 192.168.0.0 / 16 will work for the class B -Original Message- From: Josep Girbés [mailto:[EMAIL PROTECTED] Sent: Wednesday, 17 August 2005 10:24 a.m. To: squid-users@squid-cache.org Subject: [squid-users] ACLs Hi, If I want to def

Re: [squid-users] ACLs

2005-08-16 Thread squidrunner support
> If I want to define an ACL to permit access to all > users of > 192.168.X.X 255.255.255.0 > > > http_access allow myclients > Yes. IF you want to control machines with ip-address from 192.168.0.1 to 192.168.0.255. acl myclients src 192.168.0.0/24 http_access allow myclients

Re: [squid-users] ACLs

2005-08-17 Thread Josep Girbés
When I said 192.168.X.X. I want to say to control machines with ip-address from 192.168.0.1 to 192.168.255.254. I am grateful to Diego Woitasen say to me: acl myclients src 192.168.0.0/16 or 255.255.0.0 http_access allow myclients Is it correct? Thanks.

Re: [squid-users] acls

2004-02-24 Thread Henrik Nordstrom
On Tue, 24 Feb 2004, galle wrote: > Hi all !! > How can i know which ACL is allowing or denying access to a site > (whitout increasing the log level and looking for it in the cache.log) Not easy, but you could use deny_info returning different messages depending on the acl. > Is there any com

Re: [squid-users] ACLs Implementation help

2010-11-11 Thread Amos Jeffries
yay! :) On 11/11/10 23:39, Edmonds Namasenda wrote: Much appreciated for the previous help. Some more clarification on the in-line requests below. On Wed, Nov 10, 2010 at 2:38 PM, Amos Jeffries wrote: On 09/11/10 20:25, Edmonds Namasenda wrote: Dear all. Using openSuse 11.2 and Squid 3.0 St

Re: [squid-users] ACLs Implementation help

2010-11-11 Thread Edmonds Namasenda
Yeah, I guess I am getting there. Please look in-line... >> >> How do I enforce password authentication ONLY ONCE for users to > > What do you mean by "ONLY ONCE"? A user can be authenticated or not, there is > no multiple about it. No continuous authentication required with every URL accessed or

Re: [squid-users] ACLs Implementation help

2010-11-11 Thread Amos Jeffries
On 12/11/10 01:22, Edmonds Namasenda wrote: Yeah, I guess I am getting there. Please look in-line... How do I enforce password authentication ONLY ONCE for users to What do you mean by "ONLY ONCE"? A user can be authenticated or not, there is no multiple about it. No continuous authenticat

Re: [squid-users] ACLs Implementation help

2010-11-11 Thread Edmonds Namasenda
Thank you all. On Thu, Nov 11, 2010 at 4:19 PM, Amos Jeffries wrote: > On 12/11/10 01:22, Edmonds Namasenda wrote: >> >> No continuous authentication required with every URL accessed or >> re-directions once the first log-in is accepted. > > Understood. That is not possible. > > HTTP is by design

Re: [squid-users] ACLs Implementation help

2010-11-11 Thread Amos Jeffries
On 12/11/10 04:08, Edmonds Namasenda wrote: Thank you all. On Thu, Nov 11, 2010 at 4:19 PM, Amos Jeffries wrote: On 12/11/10 01:22, Edmonds Namasenda wrote: No continuous authentication required with every URL accessed or re-directions once the first log-in is accepted. Understood. That is

Re: [squid-users] ACLs Implementation help

2010-11-11 Thread Edmonds Namasenda
Amos, thank you for the responses always. On Thu, Nov 11, 2010 at 6:56 PM, Amos Jeffries wrote: > > On 12/11/10 04:08, Edmonds Namasenda wrote: >> I believe I am a better squid administrator than when I joined. Throw me a >> bone! >> > > Switch "users" with "browsers" and you have it right. The

Re: [squid-users] ACLs Implementation help

2010-11-11 Thread Amos Jeffries
On 12/11/10 18:18, Edmonds Namasenda wrote: Amos, thank you for the responses always. On Thu, Nov 11, 2010 at 6:56 PM, Amos Jeffries wrote: On 12/11/10 04:08, Edmonds Namasenda wrote: I believe I am a better squid administrator than when I joined. Throw me a bone! Switch "users" with "b

Re: [squid-users] ACLs Implementation help

2010-11-11 Thread Amos Jeffries
FWIW: this is all covered in details in the wiki: http://wiki.squid-cache.org/Features/Authentication Amos -- Please be using Current Stable Squid 2.7.STABLE9 or 3.1.9 Beta testers wanted for 3.2.0.3

Re: [squid-users] ACLs in ldap

2008-01-17 Thread Amos Jeffries
[EMAIL PROTECTED] wrote: Or any other external source for that matter. i'm looking for the ability to *define* ACLs dynamically, not just statically reference a dynamic list of urls (for example). This is to allow on-the-fly creation of groups, and new policies that apply to those groups, witho

Re: [squid-users] ACLs and localhost

2008-03-23 Thread Amos Jeffries
paul cooper wrote: 4 users , 1 machine, with squid running and a GUI Im having problems getting the time-based ACLs sorted. To test it ive added a sat/sun ACL which should allow access between 08:00 and 10:00 Your time ACL appears to be working. It's your usage of http_access thats screwi

Re: [squid-users] ACLs and localhost

2008-03-24 Thread paul cooper
there is something in all this i really am not understanding.Sorry to be so stupid. AIUI now, it looks at the ACLs and processes them until it finds one that matches, and then it stops matching them and allows access. It will only deny a page when its has processed all the ACLS and NOT found a ma

Re: [squid-users] ACLs and localhost

2008-03-25 Thread Amos Jeffries
paul cooper wrote: there is something in all this i really am not understanding.Sorry to be so stupid. AIUI now, it looks at the ACLs and processes them until it finds one that matches, and then it stops matching them and allows access. It will only deny a page when its has processed all the ACL

Re: [squid-users] ACLs and localhost

2008-03-25 Thread paul cooper
so is what i want to do actually possible ? unixlogin emma logged into VT7 unixlogin andrew -> VT8 web page request from either -> squid requests login if its emma & !testing -> access denied if its emma & testing -> access allowed switch to VT8 ( andrews desktop) web page request -> squid re

Re: [squid-users] ACLs and localhost

2008-03-25 Thread Dieter Bloms
Hi, On Tue, Mar 25, paul cooper wrote: > so is this login stored in the cache somewhere ? > I need to flush the cache when i change user ? squid caches the authentication results, I think the default is 2h. Please have a look for the keywords in your default squid.conf: "max_user_ip" and "crede

Re: [squid-users] ACLs and localhost

2008-03-25 Thread Amos Jeffries
paul cooper wrote: so is what i want to do actually possible ? If I understand your intentions correctly yes it is: http_access deny !Safe_ports http_access emma weekends http_access andrew http_access deny non-safe port access denied emma only logging in on weekends, not accepted ot

Re: [squid-users] ACLs and localhost

2008-03-27 Thread Henrik Nordstrom
On Tue, 2008-03-25 at 15:07 +, paul cooper wrote: > so is what i want to do actually possible ? > > unixlogin emma logged into VT7 > unixlogin andrew -> VT8 > > web page request from either -> squid requests login For trusted stations you can make use of the ident service to tell Squid whi

Re: [squid-users] ACLs and localhost

2008-03-31 Thread paul cooper
this is my config hepworth squid # grep ^acl /etc/squid/squid.conf acl all src 0.0.0.0/0.0.0.0 acl SSL_ports port 443 acl Safe_ports port 80 # http acl Safe_ports port 901 # SWAT acl purge method PURGE acl CONNECT method CONNECT acl andrew proxy_auth acl emma proxy_auth acl QUERY urlpath_r

Re: [squid-users] ACLs and localhost

2008-03-31 Thread Henrik Nordstrom
mån 2008-03-31 klockan 22:13 +0100 skrev paul cooper: > this is my config > hepworth squid # grep ^acl /etc/squid/squid.conf > acl all src 0.0.0.0/0.0.0.0 > acl SSL_ports port 443 > acl Safe_ports port 80 # http > > acl Safe_ports port 901 # SWAT > acl purge method PURGE > acl CONNECT met

RE: [squid-users] ACLs and squidGuard!?

2004-07-12 Thread Angela Burrell
Squidguard, as far as i know, still being updated, but there is no mailing list for it. I use squidGuard and I like it. Squid ACLs might be fine for you, it depends on what your needs are. Do you want to filter out certain types of sites? Like gambling, auctions, porn? Do you have a computer use p

Re: [squid-users] ACLs and squidGuard!?

2004-07-12 Thread Boniforti Flavio
Angela Burrell ha scritto: Squidguard, as far as i know, still being updated, but there is no mailing list for it. I use squidGuard and I like it. Squid ACLs might be fine for you, it depends on what your needs are. I was actually thinking to place the RegEx filters (with which I use to filter ou

RE: [squid-users] ACLs and squidGuard!?

2004-07-12 Thread Mike Rambo
On Mon, 2004-07-12 at 10:59, Angela Burrell wrote: > Squidguard, as far as i know, still being updated, but there is no mailing > list for it. There have been no formal updates since Dec 2001. There may be lots of informal patches out there though. List is very low volume. List and archives are a

RE: [squid-users] ACLs and squidGuard!?

2004-07-12 Thread Angela Burrell
for the date it was last updated. --Angela -Original Message- From: Boniforti Flavio [mailto:[EMAIL PROTECTED] Sent: July 12, 2004 11:14 AM To: Angela Burrell Cc: squid users Subject: Re: [squid-users] ACLs and squidGuard!? Angela Burrell ha scritto: > Squidguard, as far as i know, s

Re: [squid-users] ACLs and squidGuard!?

2004-07-25 Thread Henrik Nordstrom
On Mon, 12 Jul 2004, Boniforti Flavio wrote: > I was actually thinking to place the RegEx filters (with which I use to > filter out multimedia/streaming content) in squid.conf, instead of using > them with squidguard... What do you think of this? I mean: I actually > should allow *some* people

Re: [squid-users] ACLs + Some Questions

2004-04-14 Thread Henrik Nordstrom
On Tue, 13 Apr 2004, Santiago Montalvan wrote: > I am running Squid 2.5 STABLE3 on a RedHat 7.3 machine w/ a 400Mhz AMD K6-2, > 128MB of RAM, and a 15.7GB HD. That said I believe I can move on and > address some of the questions I have. > > 1) I would like to change the error messages to show th

Re: [squid-users] ACLs with authenticated users

2012-02-02 Thread Amos Jeffries
On 3/02/2012 7:41 a.m., Wladner Klimach wrote: Hi everyone! I need my squid to deal with some users in a different way. I'm running kerberos authetication scheme, so only authenticated users can access the cache. How could I make an ACL to group some authenticated users in order to deny or allow

Re: [squid-users] ACLs and http_access deny problem

2003-05-27 Thread Henrik Nordstrom
On Wednesday 28 May 2003 04.57, Josh Dixon wrote: > I have a strange situation, where the acls are working as designed, > and the http_access rules are denying and allowing as requested, > but instead of displaying an error page to the browser, it prompts > the user for their username & password.

Re: [squid-users] ACLs and http_access deny problem

2003-05-27 Thread Josh Dixon
Hi Henrik, Thanks for your info. I just tried moving The http_access order around a bit with no luck. I've actually had this working correctly previously, and when a user is authenticated, the error page is displayed, and the user is not asked for authentication. If the user cancels the authenti

Re: [squid-users] ACLs in a text file

2005-02-20 Thread Joost de Heer
[EMAIL PROTECTED] said: > > If I place my ACL definitions in a text file, and add URLs to the file > during working hours, > is it sufficient to just save the file for the new URLs to be allowed, or > is it necessary to > do something like rotating logs or restarting Squid? sbin/squid -k reconfigu

Re: [squid-users] ACLs in a text file

2005-02-21 Thread James Gray
On Sun, 20 Feb 2005 07:18 am, [EMAIL PROTECTED] wrote: > If I place my ACL definitions in a text file, and add URLs to the file > during working hours, is it sufficient to just save the file for the new > URLs to be allowed, or is it necessary to do something like rotating logs > or restarting Squi

Re: [squid-users] ACLs in a text file

2005-02-21 Thread Henrik Nordstrom
On Tue, 22 Feb 2005, James Gray wrote: Henrik: is there a major difference between sending a HUP signal or using "-k reconfigure" ??? None really. With -k you don't need to figure out which pid to send the signal to as Squid does this for you.. Regards Henrik

Re: [squid-users] ACLs and User allow lists

2004-01-19 Thread Henrik Nordstrom
On Mon, 19 Jan 2004, Sylvester Manx wrote: > 1. How can I design ACLs that allow users within > these two groups to be recognized by squid and You have two options a) Define the groups explicitly by listing the user names in proxy_auth acls, either directly in squid.conf or in an included fla

Re: [squid-users] acls for deny facebook to one ip.

2011-04-13 Thread Chad Naugle
Correct, just when you need to restrict a particular IP, you need a second ACL to match it, and stack the "http_access deny" line. ie: acl denied_ip src 192.168.5.60 http_access deny denied1 denied_ip FYI, Facebook added another domain recently, so you may want to add it. I don't recall what it

Re: [squid-users] acls for deny facebook to one ip.

2011-04-13 Thread Amos Jeffries
On Wed, 13 Apr 2011 10:37:12 -0300, Soporte Técnico wrote: Hi, i´m a basic (basic basic as gwbasic) configurator of squid, and I need to deny facebook to some users on my network. I think deny1.txt (content) .facebook.com .fbcdn.net acl denied1 dstdomain “/usr/local/etc/squid/deny1.txt” how

Re: [squid-users] ACLs help "DENIED, because it matched 'ldapauth'"

2011-05-19 Thread Amos Jeffries
On 20/05/11 01:27, David Touzeau wrote: Hi all... I need help... I would like to understand why squid refuse the SSL upload command using 'ldapauth' here it is the debug events : 2011/05/19 12:39:17.931| httpParseInit: Request buffer is CONNECT lennyleonard.wetransfer.com:443 HTTP/1.0 Host: len

Re: [squid-users] ACLs to direct request to proper parent?

2007-10-22 Thread Amos Jeffries
> I've recently installed a Squid 2.6STABLE16 system in a country that > requires all web browsing to go through a government-specified proxy > server. The Government runs a non-transparent proxy setup that must be > explicitly listed in the Squid configuration. > > That would normally be easy, as

Re: [squid-users] ACLs based on users based on Samba PDC?

2008-11-02 Thread Leonardo Rodrigues Magalhães
Adam McCarthy escreveu: After much fussing, I seem to have a working Squid 2.6 working against a Samba 3 PDC. My only question is now, can I say, ok, if you finds my username, give it complete access. Then perhaps, if it sees user, "bob" perhaps, then it says, only give them windowsupdate.mic

Re: [squid-users] ACLs: simple question about http_access and AND operator

2013-02-18 Thread Amos Jeffries
On 19/02/2013 8:19 a.m., David Touzeau wrote: Dear i need some clarifications about the "AND" operator in http_access (or any other tokens using ACLs) I cannot found where i'm missed... I need to bann some websites except for some specified users. i create 2 acls: acl MyAllowedU proxy_auth

Re: [squid-users] Acls that block by ip address and dhcp addresses

2009-07-28 Thread Amos Jeffries
Dylan Palmboom wrote: Hi I have searched all over for an answer to this but could not find anything... Please could someone explain to me what the best practice is when it comes to blocking ip addresses in a dhcp environment. If I block an ip address with eg. acl BlockedHost src 192.168.1.15 h

Re: [squid-users] ACLs - making up a multiple match requirement. (AND like)

2011-12-01 Thread Amos Jeffries
On 2/12/2011 5:43 a.m., Greg Whynott wrote: looking for guidance on creating delay pools, something I've never done before and because its a production system, I'd like to minimize my down time or the amount of time i'd be here if I have to come in on the weekend to do it. It looks like