Date: Tue, 21 Sep 2010 22:32:04 -0700 From: patrick <gibblertron@gmail.com> To: freebsd-questions@freebsd.org Subject: Re: FreeBSD 8.1 & Squid suggestions? Message-ID: <AANLkTim_-4nDSC%2BKm044hG1R_Y6RQMPyihf3CQMZ2rkZ@mail.gmail.com> In-Reply-To: <AANLkTinB9reXFDaFiONOxneiz8UZvyYnDGbW=A5ngxQN@mail.gmail.com> References: <AANLkTinB9reXFDaFiONOxneiz8UZvyYnDGbW=A5ngxQN@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Ed,
For my office, I add IPFIREWALL_FORWARD into the kernel so that I can
transparently route all HTTP traffic without any client configuration.
My ipfw rule is:
ipfw add 550 fwd 127.0.0.1,3128 tcp from ${int_net} to any 80 via ${int_if}
Patrick
On Tue, Sep 21, 2010 at 12:41 PM, Ed Flecko <edflecko@gmail.com> wrote:
> Hi folks,
> I have a small group of people in my office (less than 20), and I want
> to set up a FBSD/Squid server, and I'm hoping someone might have some
> suggestions for the install.
>
> It's a clean install of FBSD 8.1, and the sole purpose of the server
> is a Squid server. The server has a 500Gb SATA hard drive, and 8Gb of
> RAM. I've installed Squid before (on an OpenBSD server), so I'm a
> comfortable with Squid.
>
> I'll install from a package (to make my life easy), but I'm not sure
> if there are any FBSD specific changes I should make? Are there any
> kernel customizations you might recommend I need? Are there any
> suggestions you might make to improve performance?
>
> Suggestions?
>
> Thank you,
> Ed
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTim_-4nDSC%2BKm044hG1R_Y6RQMPyihf3CQMZ2rkZ>
