I have two ISPs ... one shared and one private
On the shared one i installed squid 2.4-stable7 and transparent
and on private one (on windows) i put a winroute with proxy.
and i put winroute-proxy in squid as parent
now ... everything works well but
i put down the shared connection (for this purposes that winroute-proxy
and hierarchy was installed) and users cannot access web pages any-more ...
but if i configure stations to use proxy (no more transparent) then it
works
my best guess is that winroute-proxy cannot understand requests from
transparent proxy , and squid forward them like that :(
if anyone have any idea PLEASE HELP ME !!!
there is my squid.conf :
http_port 8989
cache_mem 40 MB
maximum_object_size 8192 KB
maximum_object_size_in_memory 20 KB
ipcache_size 8192
fqdncache_size 8192
cache_dir ufs /squid.cache 100 16 256
ftp_user bill.gates@hotmail.com
ftp_list_width 40
ftp_passive on
connect_timeout 240 seconds
request_timeout 70 seconds
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
acl astral src 192.168.0.1/255.255.255.255
http_access allow astral
acl localnet src 192.168.10.0/255.255.255.0
http_access allow localnet
http_access allow manager
http_access allow localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access deny all
#transparent:
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
cache_mgr root@ring.dynamic-site.net
#hierarchy
cache_peer 192.168.0.1 parent 3128 7 proxy-only no-query default
Received on Fri Aug 02 2002 - 07:27:42 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:09:30 MST