From owner-freebsd-questions@FreeBSD.ORG Fri Dec 5 06:02:24 2003 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 E1A8816A4CE for ; Fri, 5 Dec 2003 06:02:24 -0800 (PST) Received: from mail-aubervilliers.netaktiv.com (soyouz.netaktiv.com [80.67.170.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAFBC43FAF for ; Fri, 5 Dec 2003 06:02:23 -0800 (PST) (envelope-from stephane@fetiche.sources.org) Received: by mail-aubervilliers.netaktiv.com (Postfix, from userid 10) id 20BAE2416F; Fri, 5 Dec 2003 15:02:23 +0100 (CET) Received: by fetiche.sources.org (Postfix, from userid 1001) id 5241292C8; Fri, 5 Dec 2003 15:02:15 +0100 (CET) Date: Fri, 5 Dec 2003 15:02:15 +0100 From: Stephane Bortzmeyer To: Marty Landman Message-ID: <20031205140215.GA21446@fetiche.sources.org> References: <6.0.0.22.0.20031205085616.01b52300@pop.face2interface.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6.0.0.22.0.20031205085616.01b52300@pop.face2interface.com> User-Agent: Mutt/1.4.1i X-Transport: UUCP rules X-Operating-System: FreeBSD FreeBSD 5.1-RELEASE cc: FreeBSD-Questions@freebsd.org Subject: Re: localhost pingable, inaccessible on browser 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: Fri, 05 Dec 2003 14:02:25 -0000 On Fri, Dec 05, 2003 at 08:58:26AM -0500, Marty Landman wrote a message of 20 lines which said: > Like the subject says, I can ping localhost and 127.0.0.1 but can't get to > them via lynx. Error message from lynx? Or a broken proxy setup: echo $http_proxy > /etc/hosts says > > ::1 localhost localhost.face2interface.domain > 127.0.0.1 localhost localhost.face2interface.domain Do you try http://127.0.0.1/ or http://localhost/ ? In the second case, you may have an IPv6 problem.