[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: route of squid in pf



could you draw out what you are looking to do?

like.

fw-------squid
  |
  |
switch---client

or some such?

I am not sure what you are trying to do.



On Fri, 24 Sep 2004 17:08:12 -0300, Gustavo <lgcosta@intime.com.br> wrote:
> In the truth I want to deviate the route of connect of squid with one
> route it to you.
> 
> I have problems to make load-balancing with squid, would have some
> soluction ?
> 
> Gustavo
> 
> Sean Hafeez escreveu:
> 
> 
> 
> >Well I am not sure about what you are asking, but if it is how to
> >redirect to squid using pf then:
> >
> >rdr on $int_if inet proto tcp from any to ! $int_if port 80 ->
> >127.0.0.1 port 3128
> >
> >This is running squid on the local box on the loopback.
> >
> >On Mon, 20 Sep 2004 00:27:08 -0300 (BRT), Luiz Gustavo
> ><lgcosta@intime.com.br> wrote:
> >
> >
> >>How I make to modify the route standard of exit of squid for pf?
> >>
> >>thankz
> >>
> >>Gustavo