Re: Port access denied.

From: HiSpeed Tech Support <support@dont-contact.us>
Date: Wed, 23 Jul 1997 16:26:45 -0400 (EDT)

| HiSpeed Net Tech Support support@hispeed.net |
| http://www.hispeed.net/ |
| Get on the Fast Track to the Internet ! |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

On Wed, 23 Jul 1997, Jonathan Larmour wrote:

> Can you extract the relevant section of squid.conf and post it here?

acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl all src 0.0.0.0/0.0.0.0
acl allowed_hosts src 205.152.191.0/255.255.255.0 205.152.191.18/69

acl SSL_ports port 443 563
acl Dangerous_ports port 7 9 19
acl CONNECT method CONNECT
 These are the acls I set up according to the docs...

These are the access lines

http_access deny manager !localhost
http_access allow allowed_hosts
http_access deny CONNECT !SSL_ports
http_access deny Dangerous_ports

# Allow everything else
http_access deny all

# Reply to all ICP queries we receive
icp_access allow allowed_hosts
icp_access deny all

Hope that hels ...
Received on Wed Jul 23 1997 - 14:52:35 MDT

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