From owner-freebsd-hackers Mon Sep 8 15:36:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA10656 for hackers-outgoing; Mon, 8 Sep 1997 15:36:24 -0700 (PDT) Received: from usr09.primenet.com (tlambert@usr09.primenet.com [206.165.6.209]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA10650 for ; Mon, 8 Sep 1997 15:36:15 -0700 (PDT) Received: (from tlambert@localhost) by usr09.primenet.com (8.8.5/8.8.5) id PAA15636; Mon, 8 Sep 1997 15:35:59 -0700 (MST) From: Terry Lambert Message-Id: <199709082235.PAA15636@usr09.primenet.com> Subject: Re: un-neccessary DNS lookups (was Re: Divert sockets..) To: nate@mt.sri.com (Nate Williams) Date: Mon, 8 Sep 1997 22:35:56 +0000 (GMT) Cc: tlambert@primenet.com, nate@mt.sri.com, brian@awfulhak.org, freebsd-hackers@freebsd.org In-Reply-To: <199709082214.QAA20902@rocky.mt.sri.com> from "Nate Williams" at Sep 8, 97 04:14:04 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > # localhost > > 127.0.0.1 localhost localhost.lambert.org > > I know this sounds silly, but if you reverse the order of the hosts > file, does it make any difference? > > 127.0.0.1 localhost.lambert.org localhost > > ... > > # 192.168.1 FreeBSD netblock > > 192.168.1.1 phaeton phaeton.lambert.org > > 192.168.1.1 phaeton.lambert.org phaeton > ... Sean mentioned this as well. I'll try it. If it works, I'll consider it a bug, since I want my local machines to reverse as not having a domain qualification; the first entry is supposed to be the cannonical name, and I want 192.168.1.1 cannonized as "phaeton". Plus the default example "localhost" entry does it in this order, too. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.