Date: Fri, 30 Aug 2002 11:46:16 +0200 (CEST) From: David Delibasic <maddave@suxx.eu.org> To: <freebsd-net@freebsd.org> Subject: Transpanent SQUID proxy Message-ID: <20020830112541.G7671-100000@spider.suxx.eu.org>
next in thread | raw e-mail | index | archive | help
Hello :) Has anyone successfuly configured transpanent www squid proxy to on other machine? I've tryed `ipfw add fwd 10.0.0.4,3128 tcp from 10.0.0.0/24 to any 80` and this seems not to work, because ipfw does not alter package header and therefore it's not processed by my squid server (10.0.0.4). I've also tried `ipfw add divert 8669 tcp from 0.0.0.0/24 to any 80` and running `/sbin/natd -p 8669 -a 10.0.0.1 -proxy_only -proxy_rule encode_tcp_stream port 80 server 10.0.0.4:3128` but this also doesn't work. So, my question is: How to make it work ? Best regards, D. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020830112541.G7671-100000>