transparent proxy howto

Skylar Thompson skylar at cs.earlham.edu
Thu Jun 29 03:07:26 UTC 2006


Oliver A. Rojo wrote:
> hi!
>
> Im using freebsd-5.2.1-RELEASE-p14 and I just want to ask if how can I
> setup transparent proxying with squid using ipnat?

You're going to want something like this in your ipnat configuration:

rdr int0 0/0 port 80 -> 192.168.0.1 port 3128

Where int0 is your internal interface name, and 192.168.0.1 is your
internal interface IP address. You'll also want this in your squid.conf:

http_port 8080
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy  on

Full documentation here:

http://www.squid-cache.org/Doc/FAQ/FAQ-17.html
httpd_accel_uses_host_header on



-- 
-- Skylar Thompson (skylar at cs.earlham.edu)
-- http://www.cs.earlham.edu/~skylar/


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 252 bytes
Desc: OpenPGP digital signature
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20060629/24b34754/signature.pgp


More information about the freebsd-questions mailing list