Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Apr 2002 07:37:41 -0500
From:      Donnie Jones <donniejones18@yahoo.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: connecting to proxy server question
Message-ID:  <20020403073741.537ee7f8.donniejones18@yahoo.com>

next in thread | raw e-mail | index | archive | help


Begin forwarded message:

Date: Wed, 3 Apr 2002 07:31:42 -0500
From: Donnie Jones <donniejones18@yahoo.com>
To: David Banning <david@skytrackercanada.com>
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 <david@skytrackercanada.com> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020403073741.537ee7f8.donniejones18>