From owner-freebsd-questions@FreeBSD.ORG Mon May 29 00:58:14 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 B830416A9D6 for ; Mon, 29 May 2006 00:58:14 +0000 (UTC) (envelope-from kouji@cty-net.ne.jp) Received: from radius.cynet.co.jp (radius.cynet.co.jp [210.130.249.86]) by mx1.FreeBSD.org (Postfix) with SMTP id 71D1D43D6B for ; Mon, 29 May 2006 00:58:10 +0000 (GMT) (envelope-from kouji@cty-net.ne.jp) Received: (qmail 27396 invoked by uid 902); 29 May 2006 09:58:09 +0900 Received: from unknown (HELO ?210.139.21.97?) (210.139.21.97) by radius.cynet.co.jp with SMTP; 29 May 2006 09:58:09 +0900 Message-ID: <447A471C.9010402@cty-net.ne.jp> Date: Mon, 29 May 2006 09:58:04 +0900 From: Kouji Ito User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051008) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Cc: Malcolm Fitzgerald 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 00:58:24 -0000 Check /etc/rc.conf inetd_enable="YES" Check /etc/inetd.conf ssh stream tcp nowait root /usr/sbin/sshd sshd -i -4 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. > > malcolm > > _______________________________________________ > 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" >