From owner-freebsd-questions@FreeBSD.ORG Thu Mar 31 22:16:55 2005 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 AB77516A4CE for ; Thu, 31 Mar 2005 22:16:55 +0000 (GMT) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.47]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7743B43D39 for ; Thu, 31 Mar 2005 22:16:55 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin02-en2 [10.13.10.147]) by smtpout.mac.com (8.12.6/MantshX 2.0) with ESMTP id j2VMGcmS026861; Thu, 31 Mar 2005 14:16:42 -0800 (PST) Received: from [10.1.1.245] (nfw2.codefab.com [199.103.21.225] (may be forged)) (authenticated bits=0)j2VMGZU2012671; Thu, 31 Mar 2005 14:16:36 -0800 (PST) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <1eddeb2755e7d2aacb065a2988396857@mac.com> Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Thu, 31 Mar 2005 17:16:34 -0500 To: Jonathan Arnold X-Mailer: Apple Mail (2.619.2) cc: freebsd-questions@freebsd.org Subject: Re: Setting up network 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: Thu, 31 Mar 2005 22:16:55 -0000 On Mar 31, 2005, at 4:52 PM, Jonathan Arnold wrote: > Something I've never been able to figure out. When installing a > new machine, and you come to the "Network Configuration" dialog, > what do you put in for the Host: and Domain: if it is a machine > on an internal network (ie., 192.168.1.149)? Does it matter? > Just give it a simple hostname and be done with it? Make something > up? If you're using DHCP via one of the ubiquitous broadband firewall/gateway thingies from Linksys or D-Link or whoever, it really doesn't matter. However, most people like to give their machines a name, anyway, even if they don't have a domain to attach it to. You might want to get your own domain, in which case you control the names in it, or one can use dyndns.org or one of the similar sites to obtain a reversible hostname in a domain like homeip.net, even when using a dynamic IP. "Making stuff up" is ok, so long as you don't make stuff up that conflicts with properly configured names. Pretending to be a host in a domain you don't belong to is considered impolite at best, and if you have a local config problem than ends up generating errors or messages sent to the real host (think bounced mail), you will not thrill whoever it is that has to clean up the mess.... -- -Chuck