[squid-users] squid.conf question

From: Jim Chivas <j_chivas@dont-contact.us>
Date: Fri, 6 Apr 2001 18:07:59 -0700 (PDT)

Greetings;

I have cut out a test squid.conf file set of entries. I have read the faq
several times but have not seen what I have done incorrectly. The
following example is suppose to allow only one set of ip ranges to be
proxied. What I get is a error page saying basically no access.

Can someone see what I may have missed. The ip range I want to allow is:

   134.87.5.0

#
#Defaults:
#
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
#
acl SSL_ports port 443 563
acl Safe_ports port 80 21 443 563 70 210 1025-65535
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl CONNECT method CONNECT

# TAG: http_access
# Allowing or Denying access based on defined access lists
# of your access lists to avoid potential confusion.
#
#Default configuration:
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
#
# INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS
#

        http_access deny manager all

        acl allowed_hosts_instruct3 src 134.87.5.0/255.255.255.0
#
#

        http_access allow allowed_hosts_instruct3

#

# http_access deny denied

# http_access allow all

         http_access deny all

#
# TAG: icp_access
# Reply to all ICP queries we receive
#
icp_access allow all

# TAG: miss_access
# Use to force your neighbors to use you as a sibling instead of
# a parent. For example:
#
# acl localclients src 172.16.0.0/16
# miss_access allow localclients
# miss_access deny !localclients
#
# This means that only your local clients are allowed to fetch
# MISSES and all other clients can only fetch HITS.
#
# By default, allow all clients who passed the http_access rules
# to fetch MISSES from us.
miss_access allow all

Thanks

Jim

-- ---------------------------------------------------------------------

Jim Chivas email: jchivas@langara.bc.ca
Information And Computing services fax: (604) 323-5349
Langara College Voice: (604) 323-5390
100 West 49th Avenue http://www.langara.bc.ca
Vancouver, B.C., Canada
V5Y 2Z6
Received on Fri Apr 06 2001 - 19:08:02 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:59:11 MST