> On Thu, 15 Oct 1998, Slava Voronin wrote:
>
> > I'm having some trouble setting up transparent proxying.
> > I've got squid installed. The idea is to use squid as a proxy cache.
> > Correct me if I am wrong on that. .....
> > I am trying to configure masquerading , squid and transparent proxy all
> >
> > together.
> transprxy has nothing to do with masq'ing. So we'll deal with
> them separately.
>
> 1 Check that you have squid working(netscape)
> 2 install tproxy and a kernel that supports the -r option in
> ipfwadm (I forget which those are right now)
> 3 install the rule:
> ipfwadm -I -i accept -r $TPROXY_PORT -D 0.0.0.0/0 80
> 4 config masq'ing as usual:
> ipfwadm -F -i m -D 0.0.0.0/0 -W $EXTERNAL_IFACE
>
> NOTE that tproxy and squid are different.
> client -> gateway -> REDIR -> tproxy -> squid -> www_server
>
After playing with all this( proxy, squid and masquerading ) I purge
transparent proxy and all ipfwadm rules relating to it and now it works.
By the way I have the same problem with ifconfig .
It take 5 sec to get it back. I never seen this before, but this happened
to both computers running debian. I did resent upgrade . I think it is a soft
problem.
Thanks.