Re: Transparent Proxy with IPFW + Squid 2.7

2008-11-24 Thread Ott Köstner
Cagri Ersen wrote: I want to configure a transparent proxy with IPFW and Squid. I enabled IPFW on a FreeBSD 7.0 and also install squid 2.7 I am running such a setup, but with pf. Works fine. Maybe it heplps pf rule I am using:

Re: Transparent Proxy with IPFW + Squid 2.7

2008-11-24 Thread Ott Köstner
Cagri Ersen wrote: I want to configure a transparent proxy with IPFW and Squid. I enabled IPFW on a FreeBSD 7.0 and also install squid 2.7 I am running such a setup, but with pf. Works fine. Maybe it heplps pf rule I am using:

Re: Transparent Proxy with IPFW + Squid 2.7

2008-11-24 Thread Ott Köstner
Ott Köstner wrote: Cagri Ersen wrote: I want to configure a transparent proxy with IPFW and Squid. I enabled IPFW on a FreeBSD 7.0 and also install squid 2.7 I am running such a setup, but with pf. Works fine. Maybe it helps Oh, before compiling Squid, in Squid port directory: # make

Transparent Proxy with IPFW + Squid 2.7

2008-11-23 Thread Cagri Ersen
Hi there, I want to configure a transparent proxy with IPFW and Squid. I enabled IPFW on a FreeBSD 7.0 and also install squid 2.7 this is content of my squid.conf: acl manager proto cache_object acl localhost src 127.0.0.1/32 acl to_localhost dst 127.0.0.0/8 acl all src all

Re: Transparent Proxy with IPFW + Squid 2.7

2008-11-23 Thread Tom Marchand
On Nov 23, 2008, at 2:30 PM, Cagri Ersen wrote: Hi there, I want to configure a transparent proxy with IPFW and Squid. I enabled IPFW on a FreeBSD 7.0 and also install squid 2.7 this is content of my squid.conf: acl manager proto cache_object acl localhost src 127.0.0.1/32 acl

IPFW SQUID 2 bsd boxes 2 different internet routers

2004-02-27 Thread Leon Botes
Here is something that gave me uphill for a long time which I thought I might share with anyone who is interested. The problem was the traffic was too much for the one line so we installed a second line. How to divert all the http 80 stuff down the second line using a second box as a proxy?

ipfw + squid

2003-06-12 Thread Kliment Andreev
I have ipfw + squid (ext NIC: fxp0, int NIC: dc0). Squid is listening on port 3128. Using ipfilter I will do rdr dc0 0/0 port 80 - 127.0.0.1 port 3128 tcp How can I do this in ipfw 00050 36764 12234591 divert 8668 ip from any to any via fxp0 00060 00 divert 80 tcp from any

Re: ipfw + squid

2003-06-12 Thread Bill Moran
Kliment Andreev wrote: I have ipfw + squid (ext NIC: fxp0, int NIC: dc0). Squid is listening on port 3128. Using ipfilter I will do rdr dc0 0/0 port 80 - 127.0.0.1 port 3128 tcp How can I do this in ipfw 00050 36764 12234591 divert 8668 ip from any to any via fxp0 00060 00

RE: ipfw + squid

2003-06-12 Thread Doron Shmaryahu
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Moran Sent: 12 June 2003 08:40 PM To: Kliment Andreev Cc: [EMAIL PROTECTED] Subject: Re: ipfw + squid Kliment Andreev wrote: I have ipfw + squid (ext NIC: fxp0, int NIC: dc0). Squid is listening on port 3128. Using