From owner-freebsd-questions@FreeBSD.ORG Sat Nov 20 03:58:40 2004 Return-Path: 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 A8B8D16A4CE for ; Sat, 20 Nov 2004 03:58:40 +0000 (GMT) Received: from smtp3.libero.it (smtp3.libero.it [193.70.192.127]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62D1043D5C for ; Sat, 20 Nov 2004 03:58:40 +0000 (GMT) (envelope-from alfredofnl@tiscali.it) Received: from localhost (172.16.1.84) by smtp3.libero.it (7.0.027-DD01) id 4178F14A0078C669; Sat, 20 Nov 2004 04:58:35 +0100 Received: from there (151.24.132.69) by smtp3.libero.it (7.0.027-DD01) id 4178F0D300F204C6; Sat, 20 Nov 2004 04:58:35 +0100 Content-Type: text/plain; charset="iso-8859-1" From: Alfredo Finelli To: Malcolm Kay , Alfredo Finelli , FreeBSD Questions Date: Sat, 20 Nov 2004 05:00:11 +0100 X-Mailer: KMail [version 1.3.2] References: <47f8d9310411191437526f70d1@mail.gmail.com> <20041119233439.BEEE643D53@mx1.FreeBSD.org> <200411201302.59315.malcolm.kay@internode.on.net> In-Reply-To: <200411201302.59315.malcolm.kay@internode.on.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new at libero.it serv5 Message-Id: <20041120035840.62D1043D5C@mx1.FreeBSD.org> Subject: Re: ssh slowness X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Nov 2004 03:58:40 -0000 -- On Saturday 20 November 2004 03:32, Malcolm Kay wrote: [...] > > In your "host.conf" file you should be using the keyword "order" > > to specify how host lookups are to be performed by the resolver. > > It should be followed by one or more lookup methods, separated > > by commas. Valid methods are "bind", "hosts" and "nis". > > > > For example the line in /etc/host.conf could be: > > > > order hosts,bind > > Hmm; Where does this come from? > > I'm not questioning the validity, but the OP's file is the > installation default and I can see no reference to keyword "order" > in the host.conf(5) man page. You are right. I had opened the manpage for the "resolv+" library while thinking I was reading the one related to the original BIND resolver library. This explains the slightly different syntax I mentioned for the "host.conf" file. Sorry. Alfredo