Transparent proxy does not work

From: Ubaldo Lescano <ulescano@dont-contact.us>
Date: Fri, 23 Apr 1999 18:36:47 -0500

Hi

I'm using Linux Slackware 3.6 with kernel 2.0.36, the transparente
proxy work good until 3 machines, but i configure the router with all
(40 computers) and these messages appears:

The following error was encountered:

Access Denied.

Access control configuration prevents your request from being allowed at
this time. Please contact your service provider if you feel this is
incorrect.

....What's wrong?

My squid.conf:

http_port 8080
icp_port 3130
cache_dir /usr/local/squid/cache 100 16 256
cache_access_log /usr/local/squid/logs/access.log
cache_log /usr/local/squid/logs/cache.log
cache_store_log /usr/local/squid/logs/store.log
negative_ttl 5 minutes
acl all src 0.0.0.0/0.0.0.0
acl basadre src 200.37.99.0/255.255.255.192
acl basadre src 200.47.29.0/255.255.255.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 CONNECT method CONNECT
acl Safe_ports port 80
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow all
http_access allow basadre
http_access allow basadre2
http_access deny all
icp_access allow all
miss_access allow all
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
logfile_rotate 10

The ipfwadm rules:

/sbin/ipfwadm -I -a accept -W lo
/sbin/ipfwadm -I -a accept -P tcp -D <squid IP> 80
/sbin/ipfwadm -I -a accept -P tcp -D 0/0 80 -r 8080

Thanks in advanced

Ubaldo
Received on Fri Apr 23 1999 - 17:16:07 MDT

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