From owner-freebsd-questions@FreeBSD.ORG Wed Sep 12 17:20:27 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C559F16A468 for ; Wed, 12 Sep 2007 17:20:27 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id 8DB4813C491 for ; Wed, 12 Sep 2007 17:20:27 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 0E1DC5190F for ; Wed, 12 Sep 2007 13:20:24 -0400 (EDT) Date: Wed, 12 Sep 2007 18:20:21 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070912182021.3547c04f@gumby.homeunix.com.> In-Reply-To: <200709121533.24833.lists-fbsd@shadypond.com> References: <200709121533.24833.lists-fbsd@shadypond.com> X-Mailer: Claws Mail 3.0.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: a small problem with /etc/hosts in FreeBSD 6.2 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: Wed, 12 Sep 2007 17:20:27 -0000 On Wed, 12 Sep 2007 15:33:24 +0000 Pollywog wrote: > in my hosts file, I have a line that looks like this: > > ::1 localhost localhost.mydomain.com > > > Is this line for IPv6 or is there some other reason for its > presence? It causes occasional problems, so I commented it out and I > kept a similar line that points to 127.0.0.1 > ::1 is the IPv6 address for localhost IPv6 address often contain a long run of zeroes, so :: an abbreviation for this.