From owner-freebsd-questions@FreeBSD.ORG Mon Jul 26 17:53:31 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 20CC916A4F2 for ; Mon, 26 Jul 2004 17:53:31 +0000 (GMT) Received: from pearl.ibctech.ca (dev.eagle.ca [209.167.58.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 361D743D45 for ; Mon, 26 Jul 2004 17:53:28 +0000 (GMT) (envelope-from iaccounts@ibctech.ca) Received: (qmail 39245 invoked by uid 1002); 26 Jul 2004 17:53:38 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (clamscan: 0.73. spamassassin: 2.63. Clear:RC:1(127.0.0.1):. Processed in 1.236666 secs); 26 Jul 2004 17:53:38 -0000 Received: from unknown (HELO webmail.ibctech.ca) (127.0.0.1) by localhost.ibctech.ca with SMTP; 26 Jul 2004 17:53:36 -0000 Received: from 209.167.16.15 (SquirrelMail authenticated user steve@ibctech.ca); by webmail.ibctech.ca with HTTP; Mon, 26 Jul 2004 13:53:36 -0400 (EDT) Message-ID: <3418.209.167.16.15.1090864416.squirrel@209.167.16.15> In-Reply-To: <20040726175135.GA32899@0lsen.net> References: <20040726175135.GA32899@0lsen.net> Date: Mon, 26 Jul 2004 13:53:36 -0400 (EDT) From: "Steve Bertrand" To: "Clint Olsen" User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal cc: questions@freebsd.org Subject: Re: 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:53:31 -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 It's an entry for IPv6, and it is commented out (not used). ::1 is the IP for localhost with IPv6, exactly the same as 127.0.0.1 is for v4. Steve > > -Clint > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >