From owner-freebsd-questions@FreeBSD.ORG Sun Aug 6 13:25:01 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 5281416A4DD for ; Sun, 6 Aug 2006 13:25:01 +0000 (UTC) (envelope-from robgct@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7ABD43D45 for ; Sun, 6 Aug 2006 13:25:00 +0000 (GMT) (envelope-from robgct@gmail.com) Received: by nf-out-0910.google.com with SMTP id g2so1047810nfe for ; Sun, 06 Aug 2006 06:24:59 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=bVZswQ8Q3PUGyDvIeCmixt8KLnik29TOfKy7BH9VT2Kxcz0HiTVhnFyFw89vdNBLRqgqQdX1uLdnVgeDCnyi0hsLxmPZtwfiX0X/eya9lrIzbKsUQbWYQjt6wt6iF17jkNustNuogHG7ReOlxcnki/iEb8B1b8BU8yZUuY4k5aE= Received: by 10.78.183.8 with SMTP id g8mr2123043huf; Sun, 06 Aug 2006 06:24:59 -0700 (PDT) Received: by 10.78.50.16 with HTTP; Sun, 6 Aug 2006 06:24:59 -0700 (PDT) Message-ID: <1414d640608060624k67066ca9i90db6e6bcc7699fa@mail.gmail.com> Date: Sun, 6 Aug 2006 09:24:59 -0400 From: "Ro BGCT" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Confused on how to properly set /etc/hosts X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2006 13:25:01 -0000 Hello, I am new to FreeBSD and am wondering if someone couldt tell me how to properly set /etc/hosts. Right now it is: 127.0.0.1 localhost localhost.my.domain It says to replace "my.domain" with the domain name of my machine. If I am using this box remotely and its hostname is "web1.server.net", would I make the change like: 127.0.0.1 localhost web1.server.net Or am I doing it wrong? Thank you,