Re: transparent proxying through a separate machine

2001-02-02 Thread Nick Rogness
On Fri, 2 Feb 2001, Julian Elischer wrote: > Joao Carlos Mendes Luis wrote: > > > > ipfw add allow ip from any to any out > > the probele is the line above. > > > > ipfw add fwd localhost,3128 log tcp from any to any 3128 in > > the above shoudl be 'out'.. FWD is not symetrica

Re: transparent proxying through a separate machine

2001-02-02 Thread Julian Elischer
Joao Carlos Mendes Luis wrote: > > ipfw add allow ip from any to any out the probele is the line above. > > ipfw add fwd localhost,3128 log tcp from any to any 3128 in the above shoudl be 'out'.. FWD is not symetrical.. you can only fwd locally on 'in' and fwd remotly on 'out'.

Re: transparent proxying through a separate machine

2001-02-02 Thread Julian Elischer
[EMAIL PROTECTED] wrote: > > On 1 Feb, Julian Elischer wrote: > = > We have a single firewall machine and a _separate_ machine running > = > squid proxy (both servers are on the same network wire). > = > > = > How do I catch all of the outgoing http requests and send them > = > through s

Re: transparent proxying through a separate machine

2001-02-02 Thread Joao Carlos Mendes Luis
[EMAIL PROTECTED] wrote: > > On 1 Feb, Julian Elischer wrote: > = > We have a single firewall machine and a _separate_ machine running > = > squid proxy (both servers are on the same network wire). > = > > = > How do I catch all of the outgoing http requests and send them > = > through

Re: transparent proxying through a separate machine

2001-02-01 Thread mi
On 1 Feb, Julian Elischer wrote: = > We have a single firewall machine and a _separate_ machine running = > squid proxy (both servers are on the same network wire). = > = > How do I catch all of the outgoing http requests and send them = > through squid? = > = > I tried = > = >

Re: transparent proxying through a separate machine

2001-02-01 Thread Julian Elischer
[EMAIL PROTECTED] wrote: > > Hello! > > We have a single firewall machine and a _separate_ machine running > squid proxy (both servers are on the same network wire). > > How do I catch all of the outgoing http requests and send them through > squid? > > I tried > > ipfw add fwd squid,

Re: transparent proxying through a separate machine

2001-02-01 Thread Julian Elischer
[EMAIL PROTECTED] wrote: > > Hello! > > We have a single firewall machine and a _separate_ machine running > squid proxy (both servers are on the same network wire). > > How do I catch all of the outgoing http requests and send them through > squid? > > I tried > > ipfw add fwd squid,