From owner-freebsd-questions@FreeBSD.ORG Tue Sep 4 00:49:23 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 01C7316A418 for ; Tue, 4 Sep 2007 00:49:23 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout.easydns.com [205.210.42.54]) by mx1.freebsd.org (Postfix) with ESMTP id D602E13C4B3 for ; Tue, 4 Sep 2007 00:49:22 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from lilypad.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id 867DF8059 for ; Mon, 3 Sep 2007 20:49:20 -0400 (EDT) Received: from ripple.shadypond.com (ripple.shadypond.com [192.168.1.13]) by lilypad.shadypond.com (Postfix) with ESMTP id 180D5B83C for ; Tue, 4 Sep 2007 00:49:17 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Tue, 4 Sep 2007 00:48:58 +0000 References: <200709032258.03656.lists-fbsd@shadypond.com> <200709040021.35918.lists-fbsd@shadypond.com> <200709031637.18901.beech@freebsd.org> In-Reply-To: <200709031637.18901.beech@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200709040048.59051.lists-fbsd@shadypond.com> Subject: Re: ssh forwarding question [SOLVED] 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: Tue, 04 Sep 2007 00:49:23 -0000 On Tuesday 04 September 2007 00:37:15 Beech Rintoul wrote: > > Make sure you have this line in /etc/rc.conf: > > ifconfig_lo0="inet 127.0.0.1" > > Beech Thanks, I added the line. I did not know it was going to be that simple a fix.