From owner-freebsd-isp Tue Jul 18 10:58:25 2000 Delivered-To: freebsd-isp@freebsd.org Received: from mail.polytechnic.edu.na (mail.polytechnic.edu.na [196.31.225.2]) by hub.freebsd.org (Postfix) with ESMTP id 5823337B5F1 for ; Tue, 18 Jul 2000 10:58:06 -0700 (PDT) (envelope-from tim@polytechnic.edu.na) Received: from ns1.horizon.na ([196.31.225.199] helo=polytechnic.edu.na) by mail.polytechnic.edu.na with esmtp (Exim 3.02 #2) id 13EdW0-0004mp-00; Tue, 18 Jul 2000 17:58:52 -0200 Message-ID: <39749AFA.7F8111DD@polytechnic.edu.na> Date: Tue, 18 Jul 2000 18:59:22 +0100 From: Tim Priebe Reply-To: tim@iafrica.com.na X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 3.4-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: andreas.klemm.ak@bayer-ag.de Cc: "freebsd-isp@freebsd.org" Subject: Re: squid caching proxy behind a firewall ... References: <0006800027735676000002L062*@MHS> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org andreas.klemm.ak@bayer-ag.de wrote: > > Hi ! > > My machine where I want to have squid running should speed up http and ftp > access to internet for a few people because normal company proxy server > are sometimes lame. > > Now the problem. Squid tries to resolve hostnames into IP addresses itself. > > Since it doesn%t get the name resolution (since the box doesn%t have internet > access and isn%t allowed to do DNS queries to the "world" this doesn%t work.) > > I tried several options in squid.conf, but no success. > > Q: is it possible to use squid in a way, that he connects to the companies > "real proxy server" > proxy.company.com:80 (instead of you) and provides you a fast cache within the > intranet ??? Yes. I do not have the configs in front of me, but basically you can configure it with the option noquery for the parent, ie the "real proxy server", and then deny all direct accesses. The standard config file explains each. Tim. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message