Subject: Transparent Proxy, not always...
To: None <squid-users@squid-cache.org, ipfilter@coombs.anu.edu.au,>
From: Sam Carleton <sam@linux-info.net>
List: netbsd-help
Date: 12/29/2002 13:39:06
Folks,

I have Squid up and running just fine. Squid is running on my
firewall, on port 3128.  When a packet comes into my NetBSD
1.6 firewall, I use a ipnat rule to redirect the packet to
port 3128:

rdr ex0 0/0 port 80 -> 192.168.1.1 port 3128 tcp

Yes, my firewall's internal NIC is 192.168.1.1.

Now the problem.  I have setup a new server network with one
server at 172.16.1.10.  The firewall's IP is 172.16.1.1.  The
problem is that I do NOT want to put squid between the two
networks.

How would I go about doing that?

Sam