From owner-freebsd-questions@FreeBSD.ORG Sat Jan 31 17:18:03 2004 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 BA98316A4CE for ; Sat, 31 Jan 2004 17:18:03 -0800 (PST) Received: from priv-edtnes46.telusplanet.net (defout.telus.net [199.185.220.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A34943D41 for ; Sat, 31 Jan 2004 17:18:02 -0800 (PST) (envelope-from cpressey@catseye.mine.nu) Received: from catseye.biscuit.boo ([207.81.17.215]) by priv-edtnes46.telusplanet.netSMTP <20040201011801.VXLB17778.priv-edtnes46.telusplanet.net@catseye.biscuit.boo>; Sat, 31 Jan 2004 18:18:01 -0700 Date: Sat, 31 Jan 2004 17:22:20 -0800 From: Chris Pressey To: Barbish3@adelphia.net Message-Id: <20040131172220.7515696a.cpressey@catseye.mine.nu> In-Reply-To: References: Organization: Cat's Eye Technologies X-Mailer: Sylpheed version 0.9.8a (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: rainbreath@hotpop.com cc: freebsd-questions@freebsd.org Subject: Re: What hostname should I set? 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: Sun, 01 Feb 2004 01:18:03 -0000 On Sat, 31 Jan 2004 20:02:01 -0500 "JJB" wrote: > Assigning an Host name to your FBSD system > > Your FBSD operating system has internal software applications (like > sendmail for one) that needs to know the fully qualified domain name > of the PC it's running on. You do this by adding this option > statement hostname= to /etc/rc.conf. > > This is the format to use. > > thisPCname.fakeDOMAINname.tld > > > Where thisPCname came be any name you want to identify this > particular pc on your LAN. Since the goal of this Installation Guide > is to build an FBSD gateway server, the name of this PC should be > gateway. > > Where .fakeDOMAINname can be any name you want as long as it's not > an registered domain name on the public internet, unless of course > it's registered to you. Using FBSDyourlastname is an safe fake > domain name to use here. So if my name is Tom Jones, I would use > fbsdjones. > > Where .tld can be any of the standard TLD's currently in use. Such > as .com or .usa or .info or .cc, but since .com is the most commonly > used TLD, I recommend using .com I think it's a better idea to use a fake TLD, too: tomorrow someone could go and register fbsdjones.com, resulting in much confusion. On the other hand, fbsdjones.lan should be safe to use until such time as .lan becomes an official TLD (i.e., probably forever.) -Chris