From owner-freebsd-questions Sun Jan 13 4:58:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta01-svc.ntlworld.com (mta01-svc.ntlworld.com [62.253.162.41]) by hub.freebsd.org (Postfix) with ESMTP id 6628537B44B for ; Sun, 13 Jan 2002 04:58:32 -0800 (PST) Received: from lungfish.ntlworld.com ([62.253.146.10]) by mta01-svc.ntlworld.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020113125830.TAJE9422.mta01-svc.ntlworld.com@lungfish.ntlworld.com>; Sun, 13 Jan 2002 12:58:30 +0000 Received: from tuatara.goatsucker.org (tuatara.goatsucker.org [192.168.1.6]) by lungfish.ntlworld.com (8.11.3/8.11.3) with ESMTP id g0DCwTn90017; Sun, 13 Jan 2002 12:58:29 GMT (envelope-from scott@tuatara.goatsucker.org) Received: (from scott@localhost) by tuatara.goatsucker.org (8.11.6/8.11.6) id g0DCvhj15717; Sun, 13 Jan 2002 12:57:43 GMT (envelope-from scott) Date: Sun, 13 Jan 2002 12:57:43 +0000 From: Scott Mitchell To: Joe & Fhe Barbish Cc: FBSD Questions Subject: Re: ? about hosts file Message-ID: <20020113125743.A287@localhost> 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 barbish@a1poweruser.com on Sat, Jan 12, 2002 at 01:42:53PM -0500 X-Operating-System: FreeBSD 4.5-PRERELEASE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Jan 12, 2002 at 01:42:53PM -0500, Joe & Fhe Barbish wrote: > I thought that putting 10.0.10.1 like I have it below that > I would be able to put lanhost in telnet to logon to the > gateway box from the winbox connected to the other end of > the lan crossover cable. > When I do that I get unable to reach host. > Putting in IP address 10.0.10.1 in telnet gets me connected. > My host.conf file has first go to host then bind. > Am I using the hosts file wrong? I think so... assuming I've read your message correctly, you want to be able to telnet from your Windows machine to your FreeBSD machine using hostnames rather than IP addresses? The /etc/hosts on the FreeBSD box won't help you there -- it's private to that machine; your Windows box neither knows nor cares what you've got in that file. You could add the same hostname<-->address mappings to the hosts file on your Windows box (yes, it does have one -- can't remember exactly where it lives, but a 'Find Files' under C:\WINDOWS or C:\WINNT for 'hosts' should turn it up. IIRC, the format is pretty standard). Alternatively, you could run a DNS nameserver on the FreeBSD box, so that all machines on your LAN can share a single set of hostname definitions. This is a little more work to set up (and you'll need to do some research first, so you know what you're doing before you begin), but well worth it in the long run. HTH, Scott -- =========================================================================== Scott Mitchell | PGP Key ID | "Eagles may soar, but weasels Cambridge, England | 0x54B171B9 | don't get sucked into jet engines" scott.mitchell@mail.com | 0xAA775B8B | -- Anon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message