> I have squid and apache in the same machine. My problem is that the > users > cannot see the web page at the same machine in which squid is > installed. Any > idea why?
Yes, you should only policy route traffic *not* destined for your webserver Try something like this instead # Transparent Squid Redirect # # rdr pass on $Int $TCP from <InsideNets> to !<InsideNets> port www -> 127.0.0.1 port 3128 Greg _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-pf To unsubscribe, send any mail to "[EMAIL PROTECTED]"
