All in one machine running w/ Dansguardian+Squid+IPFW

2010-09-08 Thread Tony
I have one computer that has Dansguardian (127.0.0.1:) and Squid (127.0.0.1) and IPFW installed. From the same computer, I'm trying to redirect port 80 to Dansguardian's port using the rulesets below. Is this possible? I read that ipfw does not allow forwarding from the same machine. Is th

Re: All in one machine running w/ Dansguardian+Squid+IPFW

2010-09-08 Thread Julian Elischer
On 9/8/10 2:46 PM, Tony wrote: I have one computer that has Dansguardian (127.0.0.1:) and Squid (127.0.0.1) and IPFW installed. From the same computer, I'm trying to redirect port 80 to Dansguardian's port using the rulesets below. Is this possible? I read that ipfw does not allow forwar

Re: All in one machine running w/ Dansguardian+Squid+IPFW

2010-09-08 Thread Tony
I only use one ruleset at a time ..just trying different ones to see if one or the other works. en1 is my private lan ..(wireless interface) either case, it doesn't work ..btw, I'm using snow leopard .. anyone here try using natd for redirection ..that may work i guess On Wed, Sep 8, 2010 at 7:13

Re: All in one machine running w/ Dansguardian+Squid+IPFW

2010-09-08 Thread Tony
my setup looks like this PC1 -> browser -> firewall(redirects port 80 to ) -> dansguardian( 127.0.0.1:) -> squid(127.0.0.1:) -> internet keep in mind that everything you see above are all on the same PC1 On Wed, Sep 8, 2010 at 7:13 PM, Julian Elischer wrote: > On 9/8/10 2:46 PM,

Re: Extension of dummynet/ipfw to support userspace packet classification

2010-09-08 Thread Paul Joe
On 10/8/09, Luigi Rizzo wrote: > On Thu, Oct 08, 2009 at 12:54:52AM +0200, Luigi Rizzo wrote: >> On Wed, Oct 07, 2009 at 12:46:24PM -0700, Joe R wrote: >> > We at ironport have a requirement to do bandwidth management, but the >> > traffic classification (and selection of bandwidth pipes) is done

Re: All in one machine running w/ Dansguardian+Squid+IPFW

2010-09-08 Thread Julian Elischer
On 9/8/10 4:35 PM, Tony wrote: I only use one ruleset at a time ..just trying different ones to see if one or the other works. en1 is my private lan ..(wireless interface) either case, it doesn't work ..btw, I'm using snow leopard .. um you forgot to mention that one little fact! being a Free

Re: All in one machine running w/ Dansguardian+Squid+IPFW

2010-09-08 Thread Julian Elischer
On 9/8/10 4:44 PM, Tony wrote: my setup looks like this PC1 -> browser -> firewall(redirects port 80 to ) -> dansguardian( 127.0.0.1:) -> squid(127.0.0.1:) -> internet keep in mind that everything you see above are all on the same PC1 you may need to use divert and natd to a

Re: All in one machine running w/ Dansguardian+Squid+IPFW

2010-09-08 Thread Ian Smith
On Wed, 8 Sep 2010, Julian Elischer wrote: > On 9/8/10 4:44 PM, Tony wrote: > > my setup looks like this > > > > PC1 -> browser -> firewall(redirects port 80 to ) -> dansguardian( > > 127.0.0.1:) -> squid(127.0.0.1:) -> internet > > > > keep in mind that everything you see

Re: All in one machine running w/ Dansguardian+Squid+IPFW

2010-09-08 Thread Özkan KIRIK
you can forward packets directly to squid by: ipfw add fwd 127.0.0.1, tcp from not me to any dst-port 80 Ozkan KIRIK Mersin University @ Turkey On Thu, Sep 9, 2010 at 6:22 AM, Julian Elischer wrote: > On 9/8/10 4:44 PM, Tony wrote: >> >> my setup looks like this >> >> PC1 ->  browser ->  f