From owner-freebsd-questions@FreeBSD.ORG Wed Jun 7 12:44:01 2006 Return-Path: X-Original-To: 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 044DC16C16C for ; Wed, 7 Jun 2006 11:35:32 +0000 (UTC) (envelope-from mfitzgerald@pacific.net.au) Received: from jay.exetel.com.au (jay.exetel.com.au [220.233.0.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CCE043D45 for ; Wed, 7 Jun 2006 11:35:30 +0000 (GMT) (envelope-from mfitzgerald@pacific.net.au) Received: (qmail 11482 invoked by uid 507); 7 Jun 2006 21:35:30 +1000 Received: from 28.101.233.220.exetel.com.au (HELO ?192.168.1.100?) (220.233.101.28) by jay.exetel.com.au with SMTP; 7 Jun 2006 21:35:30 +1000 In-Reply-To: <447AF91C.10106@daleco.biz> References: <447A662C.9050708@daleco.biz> <8f8af4261e016d4487bb94952df8157c@pacific.net.au> <447AF91C.10106@daleco.biz> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <69cd51de50f2e39fbdc605d214cc5026@pacific.net.au> Content-Transfer-Encoding: 7bit From: Malcolm Fitzgerald Date: Wed, 7 Jun 2006 21:35:37 +1000 To: Kevin Kinsey X-Mailer: Apple Mail (2.623) Cc: questions@freebsd.org Subject: Re: troubleshooting network settings 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, 07 Jun 2006 12:44:13 -0000 >>> Malcolm Fitzgerald wrote: >>>> I am running freeBSD v6.0 security on a home network behind an adsl >>>> router. >>>> I cannot connect to localhost from a browser (apache is running!) >>>> I cannot connect to localhost port 22 (KPackage tries to use ssh) On 29/05/2006, at 11:37 PM, Kevin Kinsey wrote: > Hmm, is that all? Unusual; I'd think the loopback _should_ be set > up correctly. > > `ifconfig lo0 inet 127.0.0.1 netmask 255.255.255.0` ?? > > If that fixes it, then we have to figure out *why* it's not being > doing automatically. Problem during init/rc, most likely ... weird. I've not had time to address this problem for a week. Going through all the advice again I found that this advice is good. That fixes the problem. Any pointers on getting it done automatically? malcolm