From owner-freebsd-questions Thu Nov 9 8:48:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.hiwaay.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 97A3B37B4C5 for ; Thu, 9 Nov 2000 08:48:26 -0800 (PST) Received: from bonsai.knology.net (user-24-214-88-8.knology.net [24.214.88.8]) by mail.hiwaay.net (8.11.0/8.11.0) with ESMTP id eA9Glr713107; Thu, 9 Nov 2000 10:47:53 -0600 (CST) Received: (from steve@localhost) by bonsai.knology.net (8.11.0/8.9.3) id eA9GlqR69271; Thu, 9 Nov 2000 10:47:52 -0600 (CST) (envelope-from steve) Date: Thu, 9 Nov 2000 10:47:47 -0600 From: Steve Price To: Bart Cc: questions@FreeBSD.ORG Subject: Re: hosts Message-ID: <20001109104747.P62344@bonsai.knology.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from bart@no-x.nl on Thu, Nov 09, 2000 at 05:44:51PM +0100 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Nov 09, 2000 at 05:44:51PM +0100, Bart wrote: # # Hi (again), # # A added an entry to my hosts file but somehow it just 'skips' # this file when trying to resolve ? # # wg# cat hosts # 127.0.0.1 localhost.core.quad.nl localhost # 212.104.204.104 wg.core.quad.nl. ^ There should be no '.' here. You also will need to have the contents of /etc/host.conf look something like this. NOTE: hosts must come before bind. $ cat /etc/host.conf hosts bind $ -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message