hello
I know there was many posts about squid and transparent proxy but I still
have a problem, I have installed squid-2.4_10 on FreeBSD 4.7_STABLE, it's
warking ok when I configure my browser to use proxy, but when no proxy is
selected in browser there is no sites displayed, I'm trying to use squid as
cache for my network, make is done with prefixes:
--enable-ipf-transparent
--disable-ident-lookups
--disable-internal-dns
in my squid.conf:
http_port 3128
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_header on
and ipfw rules are:
ipfw add 40 allow tcp from EXT_INTERFACE to any
ipfw add 50 allow tcop from any to any setup
ipfw add 60 fwd 127.0.0.1,3128 tcp from INT_INTERFACE to any 80 (tryied any
other rules with "any" for INT_INTERFACE and "via rl0", and many others :))
kernel options:
options IPFIREWALL
options IPFIREWALL_DEFAULT_TO_ACCEPT
options IPDIVERT
options IPFIREWALL_FORWARD
And at last my machine works as gateway with two ethernet cards, when client
browser is configured without proxy netstat shows thet there is some
transfer on "fwd" rule but browser returns error such there was no
connection to site, not a squid error, with browser configured for proxy on
port 3128 it's working just fine and squid is used as I can see it on squid
logs. Sorry for such long post but I wanted to give You as full describtion
as I can think off, I'm desperate for a secend was even thinking off geting
linux :)). Will be gratefull for any help on post or e-mail me to
Humpty
Poland