From owner-freebsd-questions@FreeBSD.ORG Mon May 29 01:48:18 2006 Return-Path: X-Original-To: freebsd-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 1751E16A496 for ; Mon, 29 May 2006 01:48:18 +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 4A3D543D48 for ; Mon, 29 May 2006 01:48:14 +0000 (GMT) (envelope-from mfitzgerald@pacific.net.au) Received: (qmail 24279 invoked by uid 507); 29 May 2006 11:48:13 +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; 29 May 2006 11:48:13 +1000 Mime-Version: 1.0 (Apple Message framework v623) In-Reply-To: <447A471C.9010402@cty-net.ne.jp> References: <447A471C.9010402@cty-net.ne.jp> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <7add8fd7934116927f294cd5f8a37e14@pacific.net.au> Content-Transfer-Encoding: 7bit From: Malcolm Fitzgerald Date: Mon, 29 May 2006 11:48:13 +1000 To: freebsd-questions@FreeBSD. ORG X-Mailer: Apple Mail (2.623) Cc: 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: Mon, 29 May 2006 01:48:18 -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) >> What can cause these problems? How can I troubleshoot them? >> I am very new to freeBSD, so part of my question is "where do I >> begin?". I have a copy of Complete freeBSD beside me but can't get >> the magical incantations right. Suggestions appreciated. On 29/05/2006, at 10:58 AM, Kouji Ito wrote: > Check /etc/rc.conf > inetd_enable="YES" I added that line. No change after rebooting > Check /etc/inetd.conf > ssh stream tcp nowait root /usr/sbin/sshd sshd -i > -4 It is now uncommented. Every line in that file was commented out No change after rebooting malcolm