From owner-freebsd-questions Tue Jul 11 14: 0:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from tower.ti.com (tower.ti.com [192.94.94.5]) by hub.freebsd.org (Postfix) with ESMTP id DA02337B8C8 for ; Tue, 11 Jul 2000 14:00:16 -0700 (PDT) (envelope-from dhuff@armadillo.itg.ti.com) Received: from dlep8.itg.ti.com ([157.170.134.88]) by tower.ti.com (8.10.1/8.10.1) with ESMTP id e6BL0DH25267; Tue, 11 Jul 2000 16:00:13 -0500 (CDT) Received: from dlep8.itg.ti.com (localhost [127.0.0.1]) by dlep8.itg.ti.com (8.9.3/8.9.3) with ESMTP id PAA04801; Tue, 11 Jul 2000 15:59:50 -0500 (CDT) Received: from armadillo.itg.ti.com (IDENT:dhuff@armadillo.itg.ti.com [172.25.44.20]) by dlep8.itg.ti.com (8.9.3/8.9.3) with ESMTP id PAA04795; Tue, 11 Jul 2000 15:59:49 -0500 (CDT) Received: (from dhuff@localhost) by armadillo.itg.ti.com (8.8.7/8.8.5) id PAA13287; Tue, 11 Jul 2000 15:58:19 -0500 Date: Tue, 11 Jul 2000 15:58:18 -0500 From: David Huff To: Jan Kunzmann Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Resolver problem (or bug?) Message-ID: <20000711155818.F12467@armadillo.itg.ti.com> Reply-To: David Huff References: <3965FE74.1C99715C@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <3965FE74.1C99715C@gmx.de>; from DerMurx@gmx.de on Fri, Jul 07, 2000 at 05:59:48PM +0200 Organization: Naming Services Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jul 07, 2000 at 05:59:48PM +0200, Jan Kunzmann wrote: > Hi there, > > I have a small private network, with a well configured BIND on a linux > box (working reliable for years) serving my internal domain. Recently I > set up a new server with FreeBSD 4.0. Everything works fine except for > that strange resolver problem: It seems not to append the domain name to > stripped host names. > > If I do a "telnet linux.murx.int" (host names according to the > configuration files below) from the bsd-box everything is fine. But if I > do a "telnet linux" I have to wait more than a minute til the login > prompt is displayed. > > > > My configuration files: > > --- /etc/host.conf > hosts > bind > > --- /etc/resolv.conf > domain murx.int > nameserver 192.168.1.1 Jan, The problem may be the "domain" directive in your /etc/resolv.conf. You might want to replace it with the "search" directive instead. From chap. 16.8 (BIND client issues) in Nemeth, et al _Unix System Administration Handbook (2nd ed.)_ (a.k.a. "the red book"): "Earlier versions of BIND used the domain directive in resolv.conf instead of the search directive. RFC1535 strongly recommends replacing domain with search, and current resolvers try only the domains listed in the search list." Good luck, -- _ __| |_ David P. Huff | "Real Programmers do String \_ _} david@ti.com | Manipulation in FORTRAN." \_( Texas Instruments, Inc. | --- R.D. Eager To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message