RE: [squid-users] Blocking all IP sites

2005-05-27 Thread lderuaz
well If i am testing with squid-client, i've got 127.0.0.1 - - [27/May/2005:16:48:43 +0200] GET http://1.2.3.4 HTTP/1.0 403 1398 TCP_DENIED:NONE If i am testing from my browser, i've got x.x.x.x - - [27/May/2005:16:46:54 +0200] GET http://1.2.3.4/ HTTP/1.0 0 0 TCP_MISS:NONE For information,

RE: [squid-users] Blocking all IP sites

2005-05-26 Thread lderuaz
Hello to all, i've tried the two acls you've proposed, without succes at the moment. #acl ip_sites url_regex ^http://[^/]\.[0.9]+(/|$) and acl ip_sites dstdom_regex ip_based ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ http_access deny ip_sites Is there something I've missed ? --

RE: [squid-users] Blocking all IP sites

2005-05-26 Thread lderuaz
Thank you. i've tried also the url_regex. The problem is that it works when i am testing it with squidclient, but not in production. Thanks in advance for your support #acl ip_sites url_regex ^http://[^/]\.[0.9]+(/|$) and acl ip_sites dstdom_regex ip_based

Re: [squid-users] advice for proxy architecture

2005-01-18 Thread lderuaz
Thanks for these advices. I've thought that it was better to have dedicated proxys (internal for authentication and intranet access, external for internet access) to distribute functions and cache capacities. But I am going to consider your opininon. However, if i only use internal proxies, is

[squid-users] advice for proxy architecture

2005-01-14 Thread lderuaz
Hello to all, Here is my squid architecture : I am using Squid Version 2.5.STABLE7 and Samba 3.0.9 on Red Hat ES3.0. I've got two internal proxies on which are performed the NLTM authentication of the users. There are configured to forward request to some remote proxies (in other sites of the

[squid-users] cache_peer default and round-robin

2004-09-02 Thread lderuaz
Hello to all, I am using Squid Version 2.5.STABLE6-20040729 and Samba 3.0.2a on Red Hat ES3.0. Here is my squid architecture : I've got two internal proxies on which are performed the NLTM authentication of the users. Some others proxies inside the company (remote sites) are defined as parent

Re: [squid-users] https, ntlm and cache_peer

2004-09-01 Thread lderuaz
Hello, i've finally found the reason (just before my vacation) of my problems : Internet Explorer configuration. The parameter Use HTTP 1.1 through proxy connections in my IE 5.5 was crossed. Once unused, both http and https was working fine. Thanks to everyone for your help. Lionel Deruaz

Re: [squid-users] https, ntlm and cache_peer

2004-08-09 Thread lderuaz
good news ! However, as it is still not working, is there something missing or misconfigured in the configuration lines i've sent in my initial mail ? Best Regards, Lionel On Fri, 6 Aug 2004 [EMAIL PROTECTED] wrote: So my question : is it possible to relay to a squid parent proxy some

RE: [squid-users] https, ntlm and cache_peer

2004-08-09 Thread lderuaz
Hello again. My need is quite different : Client ==(1)== internal_squid (NTLM) ==(2)== external_squid internet The authentication is performed on the first squid server ; then this server forwards the requests to the second one. Its works fine for http traffic, but not https. I've

[squid-users] samba configuration for winbind

2004-05-06 Thread lderuaz
Hello, I'd like to make my users being authenticated with theirs AD accounts. I am using squid 2.5STABLE.5, samba 3.0.2a, and AD is on W2000 servers. To do this, do i need to compile samba with the option --with-ads in addition to --with-winbind -with-winbind-auth-challenge (and maybe other)

[squid-users] cache configuration - squid 2.5-stable 4

2004-01-29 Thread lderuaz
Hello to all, Based on different information that i've mainly found in this forum, here are the cache configuration i've set up for my new servers running Red Hat Linux : The servers are DL 380, 1Gb Ram, with two 18Gb disks (raid1) for the O.S, one 18Gb disk for the log, and two 18Gb disks for

[squid-users] squid training

2003-04-01 Thread lderuaz
Hello, I am looking for squid training sessions (standard and advanced configuration, reflexion on architecture,...). Do you know if such training exist (France or Europe) ? Thanks by advance, Lionel

[squid-users] wb_group wbinfo_group.pl

2003-02-28 Thread lderuaz
Hello, I am using samba 2.2.7 and squid 2.5-stable1. I need that only people belonging to specific NT groups can have access to the intranet, or our intranet,... I've failed to make it work with wb_group as external helper, but it is running fine with wbinfo_group.pl Is there any impact to use