From owner-freebsd-questions Thu Oct 19 10:20:55 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA25891 for questions-outgoing; Thu, 19 Oct 1995 10:20:55 -0700 Received: from dtr.com (dtr.rain.com [204.119.8.19]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id KAA25886 for ; Thu, 19 Oct 1995 10:20:52 -0700 From: bmk@dtr.com Received: (from bmk@localhost) by dtr.com (8.6.11/8.6.9) id KAA01363; Thu, 19 Oct 1995 10:20:42 -0700 Message-Id: <199510191720.KAA01363@dtr.com> Subject: Re: BIND To: jgruber@jgruber2.inhouse.compuserve.com Date: Thu, 19 Oct 1995 10:20:41 -0700 (PDT) Cc: questions@freebsd.org In-Reply-To: <199510191529.LAA01325@jgruber2.inhouse.compuserve.com> from "jgruber@jgruber2.inhouse.compuserve.com" at Oct 19, 95 11:29:19 am Reply-To: bmk@dtr.com X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 650 Sender: owner-questions@freebsd.org Precedence: bulk > Hello, > I have installed FreeBSD 2.0 and have a problem talking to my DNS. The DNS is > fine. The local host file works fine, and I have created a resolv.conf file > in /etc. I'm not a DNS so I'm not loading NAMED. Any ideas? Check the contents of /etc/resolv.conf and /etc/host.conf - they should be similar to the following: bmk@everest (1) % more /etc/resolv.conf domain dtr.com nameserver 204.119.48.34 nameserver rip.psg.com bmk@everest (2) % more /etc/host.conf hosts bind If you use domain names in resolv.conf, they should appear in your /etc/hosts file and 'hosts' should be before 'bind' in /etc/host.conf.