Re: [squid-users] Squid and Firewall rules

This is a discussion on Re: [squid-users] Squid and Firewall rules within the Squid Users forums, part of the Web Server and Related Forums category; On Mon, 1 Mar 2004, GG BB wrote: > But with this rule in, I get that all users, even ...


Go Back   Usenet Forums > Web Server and Related Forums > Squid Users

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 03-01-2004
Henrik Nordstrom
 
Posts: n/a
Default Re: [squid-users] Squid and Firewall rules

On Mon, 1 Mar 2004, GG BB wrote:

> But with this rule in, I get that all users, even if
> they don't set their Browsers to use a Proxy, can surf
> the WEB withouth being authenticated by Squid, but
> passing through the Proxy anyway (in fact I can see
> them on my Access.log file)


This is most likely due to the fact that you can not combine
authentication and transparent interception. For proxy authentication to
be used the browser MUST be configured to use a proxy.

You should notice this by quite massive complaints in cache.log if there
is a users who do not have their proxy settings in the browser.

> ## HTTP_ ACCESS SETTINGS
>
> http_access deny to_localhost
> http_access deny !mylan
> http_access allow myPwd
> http_access allow mylan
> http_access allow manager localhost
> http_access deny manager
> http_access deny !Safe_ports
> http_access deny CONNECT !SSL_ports
> http_access deny all



The above should read

http_access allow manager localhost
http_access deny manager
http_access deny !mylan
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow myPwd mylan
http_access deny all


For details on how http_access works see the Suqid FAQ chapter 10 Access
Controls. <url:http://www.squid-cache.org/Doc/FAQ/FAQ-10.html>

Regards
Henrik

Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 02:47 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0