[squid-users] ACL help please

From: Matt Anderson <manderson@dont-contact.us>
Date: Wed, 12 Sep 2001 10:36:13 -0400

Greetings,

I am playing with my test squid and I can't figure out why I can't block ebay. Here is my ACL's from my squid file .... if anyone spots what's wrong or needs more of my config file please let me know! Help is greatly appreciated.
------------------------------------------------------

#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

### Matt Anderson -- Block certain sites with ACL's

acl ebay dstdomain .ebay.com

### Matt Anderson -- End of ACL for blocking sites

#Default configuration:

### Matt Anderson -- Deny access to my ACL's

http_access deny ebay

### Matt Anderson -- end of Deny access to my ACL's

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 allow localhost
http_access deny all

Matt Anderson
MCSE, CNE, CCNA, Network+
Network Engineer
Maly's Corporate Headquarters
(616) 956-2246
Received on Wed Sep 12 2001 - 08:40:20 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:02:09 MST