On 2013-05-03, John Tate <[email protected]> wrote: > I have a squid proxy listening in transparent mode on another faster > system, but I can't seem to get packets there with pf. I tried simply > modifying the other divert-to rule to use the IP address of that system. It > doesn't seem to work, packets don't reach that system. > > #pass in quick on $int_if inet proto tcp to port http divert-to 127.0.0.1 > port 3128 > pass in quick on $int_if inet proto tcp to port http divert-to 10.0.0.10 > port 3128 > > How should I be doing this? I couldn't find anything on Google. >
If you installed squid from the package, there was a notice pointing you at the readme file. Read the file, it has an example for this exact case.

