> Can someone please point me to a transparent proxy (using Squid) how-to for
> 2.0.x kernels ? So far I have found only the one that uses ipchains package.
> I need the one that uses ipfwadm.
Don't know of a howto but this is my config that works....
/sbin/ipfwadm -I -P tcp -a accept -S 192.168.1.0/24 -D 0.0.0.0/0 80 -r 8080
and from squid.conf (old version 2.0.PATCH2)
# TAG: httpd_accel_host
# TAG: httpd_accel_port
# If you want to run Squid as an httpd accelerator, define the
# host name and port number where the real HTTP server is.
#
# If you want virtual host support then specify the hostname
# as "virtual".
#
# NOTE: enabling httpd_accel_host disables proxy-caching and
# ICP. If you want these features enabled also, then set
# the 'httpd_accel_with_proxy' option.
#
httpd_accel_host virtual
httpd_accel_port 80
# TAG: httpd_accel_with_proxy on|off
# If you want to use Squid as both a local httpd accelerator
# and as a proxy, change this to 'on'.
#
httpd_accel_with_proxy on
--
Tim Fletcher .~.
/V\ L I N U X
[EMAIL PROTECTED] // \ >Don't fear the penguin<
[EMAIL PROTECTED] /( )\
^^-^^
"Courage will take you to the most dangerous places on Earth.
Overwhelming firepower will see you safely through them."
-Syndicate Wars
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]