From owner-freebsd-questions Wed Apr 3 4:37:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp013.mail.yahoo.com (smtp013.mail.yahoo.com [216.136.173.57]) by hub.freebsd.org (Postfix) with SMTP id 6343337B41A for ; Wed, 3 Apr 2002 04:37:38 -0800 (PST) Received: from 12-220-244-231.client.insightbb.com (HELO Kaiser) (donniejones18@12.220.244.231 with login) by smtp.mail.vip.sc5.yahoo.com with SMTP; 3 Apr 2002 12:37:38 -0000 Date: Wed, 3 Apr 2002 07:37:41 -0500 From: Donnie Jones To: freebsd-questions@freebsd.org Subject: Re: connecting to proxy server question Message-Id: <20020403073741.537ee7f8.donniejones18@yahoo.com> X-Mailer: Sylpheed version 0.6.6 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Begin forwarded message: Date: Wed, 3 Apr 2002 07:31:42 -0500 From: Donnie Jones To: David Banning Subject: Re: connecting to proxy server question I am running squid http proxy for my LAN on my FBSD gateway with two ethernet cards. I was able to tranparently proxy the LAN by redirecting all port 80 requests to port 8080 which I have squid running on. Here's the information from my /etc/ipnat.rules: # Squid http-proxy redirection with ipnat # Replace 1.1.1.1 with your real IP Address rdr fxp0 0.0.0.0/0 port 80 -> 1.1.1.1 port 8080 rdr fxp1 0.0.0.0/0 port 80 -> 1.1.1.1 port 8080 I hope this helps. --Donnie http://www.darthik.com --- I also have a IPNAT howto available at my website if you need more information on it. On Wed, 3 Apr 2002 01:05:39 -0500 David Banning wrote: > Is there a way to connect to a proxy server on my main fbsd > box FROM my main fbsd box? > > I want to run squidGuard to block internet sites on my freebsd box. > I have it up and working and blocking sites for other windows boxes > which get their web connection through it. > > I want to filter the internet tools on the main terminal as well > and I don't know how to do this. Somehow I would have to have my > browser connect to port 3128 and allow the proxy to connect to > port 80. > > Is what I want possible? > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message