From owner-freebsd-questions@FreeBSD.ORG Tue Aug 12 16:34:04 2003 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 BC1FD37B413 for ; Tue, 12 Aug 2003 16:34:04 -0700 (PDT) Received: from dreadnought.cnchost.com (dreadnought.cnchost.com [207.155.248.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 468F443FAF for ; Tue, 12 Aug 2003 16:34:04 -0700 (PDT) (envelope-from mwoodson@sricrm.com) Received: from squelcher.redlands (bdsl.66.14.215.39.gte.net [66.14.215.39]) by dreadnought.cnchost.com id TAA16044; Tue, 12 Aug 2003 19:34:03 -0400 (EDT) [ConcentricHost SMTP Relay 1.15] Errors-To: From: Mark Woodson Organization: Statistical Research, Inc. To: freebsd-questions@freebsd.org Date: Tue, 12 Aug 2003 16:35:27 -0700 User-Agent: KMail/1.5.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200308121635.27824.mwoodson@sricrm.com> Subject: resolv.conf/named 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: Tue, 12 Aug 2003 23:34:05 -0000 I'm in the process of setting up named+dhcpd to provide internal+external name resolution (I understand that's not an ideal setup, but it's not going to provide external name resolution). I've got named working resolving fqdn's fine. What it's not doing is resolving host's without the dn. #dig ns returns the root nameservers #dig ns.internal.sricrm.com returns the correct answer The man page suggests that adding domain to resolv.conf means that you can use just the host name and leave off the domain # /etc/resolv.conf domain internal.sricrm.com nameserver 10.1.2.2 I've also tried using search instead of domain and I get the same result (the root servers list). What am I missing? -Mark