I'm currently running a transparent cache on a
FreeBSD machine. The machine is connected via two
network interface cards one to the internet and one
to the local lan.
squid is bound to 127.0.0.1 and listens on port 8080
apache is bound to 127.0.0.1 and listens on port 81
These are the firewall rules I use to hijack http:
ifpw add 100 pass tcp from INTERNET_IP_ADDRESS to any
ipfw add 110 fwd 127.0.0.1,8080 tcp from any to any 80
What do I need to do to serve http on the outside interface without
allowing everyone access to the squid cache?
( I've tried to use nat and ipforwarding without success )
Regards
------------
Dan Larsson
Received on Tue Apr 25 2000 - 11:39:56 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:53:02 MST