From owner-freebsd-questions@FreeBSD.ORG Tue Dec 29 19:39:57 2009 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 AEF43106566C for ; Tue, 29 Dec 2009 19:39:57 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from chen.org.nz (ip-58-28-152-174.static-xdsl.xnet.co.nz [58.28.152.174]) by mx1.freebsd.org (Postfix) with ESMTP id 5D82C8FC0C for ; Tue, 29 Dec 2009 19:39:57 +0000 (UTC) Received: by chen.org.nz (Postfix, from userid 1000) id 3274E28423; Wed, 30 Dec 2009 08:39:55 +1300 (NZDT) Date: Wed, 30 Dec 2009 08:39:55 +1300 From: Jonathan Chen To: n dhert Message-ID: <20091229193955.GA36396@osiris.chen.org.nz> References: <8021a2660912291004h2590b06atdb54ba14d5e31d5@mail.gmail.com> <20091229185343.GC35428@osiris.chen.org.nz> <8021a2660912291119j2b77b2e3i13316fb3c3c1a2b7@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8021a2660912291119j2b77b2e3i13316fb3c3c1a2b7@mail.gmail.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-questions@freebsd.org Subject: Re: Starting sshd, ssh connections 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, 29 Dec 2009 19:39:57 -0000 On Tue, Dec 29, 2009 at 08:19:03PM +0100, n dhert wrote: > There is an entry in /etc/hosts for the hostname and hostnam.domainname for > its IP > So far this is the only IP used (besides 127.0.0.1). /etc/resolv.conf > containts the domainname > and a nameserver line (nameserver 192.168.254.100) > What else would be needed? I suspect your problem is that 192.168.75.8 doesn't resolve to a hostname. You could possibly put that into /etc/hosts, or put a PTR entry for it in your DNS. -- Jonathan Chen ---------------------------------------------------------------------- If you're right 90% of the time, why quibble about the remaining 3%? > > > On Tue, Dec 29, 2009 at 07:04:24PM +0100, n dhert wrote: > > > On a newly installed FreeBSD7.2, when booting it takes a long time to get > > > past "Starting sshd.". > > > I'm using the PC only in a private network. The IP of the PC is > > 192.168.75.8 > > > # ssh root@192.168.75.8 > > > or # ssh root@127.0.0.1 > > > take both 15 seconds to display > > > Password: ...