From owner-freebsd-questions@FreeBSD.ORG Fri Aug 5 20:53:47 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4585716A41F for ; Fri, 5 Aug 2005 20:53:47 +0000 (GMT) (envelope-from shantanoo@gmail.com) Received: from iqara.net (sendmail.iqara.net [203.187.192.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD66F43D45 for ; Fri, 5 Aug 2005 20:53:45 +0000 (GMT) (envelope-from shantanoo@gmail.com) Received: (qmail 12820 invoked by uid 517); 5 Aug 2005 20:32:54 -0000 Received: from shantanoo@gmail.com by sendmail.iqara.net by uid 505 with qmail-scanner-1.20 (avgd: ???. Clear:RC:1(219.91.153.219):. Processed in 0.082551 secs); 05 Aug 2005 20:32:54 -0000 Received: from 219-153.91.219.client.iqara.net (HELO ghar.dhoomketu.net.in) ([219.91.153.219]) (envelope-sender ) by iqara.net (qmail-ldap-1.03) with SMTP for ; 5 Aug 2005 20:32:54 -0000 Received: by ghar.dhoomketu.net.in (Postfix, from userid 1001) id EB735208F; Sat, 6 Aug 2005 02:00:58 +0530 (IST) Date: Sat, 6 Aug 2005 02:00:58 +0530 From: Shantanoo Mahajan To: "B. Bonev" Message-ID: <20050805203058.GA1731@ghar.dhoomketu.net.in> Mail-Followup-To: "B. Bonev" , freebsd-questions@freebsd.org References: <000f01c59995$007b3ae0$4700000a@server> <2301747005080501382c22ebec@mail.gmail.com> <000b01c5999c$6a48c8f0$4700000a@server> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000b01c5999c$6a48c8f0$4700000a@server> User-Agent: Mutt/1.4.2.1i Organization: Eh? Whats that? X-OS: FreeBSD 5.3-SECURITY i386 X-UPTIME: 10:47PM up 1:54, 0 users, load averages: 0.00, 0.00, 0.02 X-Mailer-Website: http://www.mutt.org Cc: freebsd-questions@freebsd.org Subject: Re: DNS caching: Squid, BIND or anything else? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2005 20:53:47 -0000 +++ B. Bonev [05-08-05 12:02 +0300]: | > My question is what's the difference between Squid DNS caching and | BIND | > and other programs that cache DNS requests? | | BIND is a DNS server. It will reply to DNS queries from others. Squid | DNS won't reply to others DNS queries. | | I want just DNS caching. Is Squid is enough for that task? I think you are misunderstanding something. Can you please tell us what exactly you are trying to achieve? As per my understanding, if you are looking for DNS caching, you can't use squid. You need DNS caching server, which can be BIND (comes in base system). Regards, Shantanoo