From owner-freebsd-questions@FreeBSD.ORG Mon Jul 26 17:51:36 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 DF27816A4CE for ; Mon, 26 Jul 2004 17:51:36 +0000 (GMT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF2E043D5C for ; Mon, 26 Jul 2004 17:51:36 +0000 (GMT) (envelope-from clint@0lsen.net) Received: from 0lsen.net ([24.20.127.157]) by comcast.net (rwcrmhc12) with ESMTP id <2004072617513601400dlmole>; Mon, 26 Jul 2004 17:51:36 +0000 Received: by 0lsen.net (Postfix, from userid 1001) id F326E17326; Mon, 26 Jul 2004 10:51:35 -0700 (PDT) Date: Mon, 26 Jul 2004 10:51:35 -0700 From: Clint Olsen To: questions@freebsd.org Message-ID: <20040726175135.GA32899@0lsen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Organization: NULlsen Network X-Disclaimer: Mutt Bites! Subject: Odd /etc/hosts entry 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: Mon, 26 Jul 2004 17:51:37 -0000 So, I just debugged a majorly annoying problem doing port forwarding with SSH. Thanks to some creative Googling, I realized I had a weird entry in my hosts file. What does this "::1" entry mean? #::1 localhost localhost.my.domain -Clint