From owner-freebsd-questions@FreeBSD.ORG Tue Dec 9 06:19:07 2003 Return-Path: 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 4EA7816A4CE for ; Tue, 9 Dec 2003 06:19:07 -0800 (PST) Received: from webserver2.rtl.org (rtl-3.i2k.com [63.94.12.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23C2443D2C for ; Tue, 9 Dec 2003 06:19:06 -0800 (PST) (envelope-from jstewart@rtl.org) Received: from mis3c.rtl.lan (rtl-2.i2k.com [63.94.12.206]) by webserver2.rtl.org (8.11.6/8.11.6) with ESMTP id hB9E8iO00471; Tue, 9 Dec 2003 09:08:44 -0500 Received: by mis3c.rtl.lan (Postfix, from userid 500) id 8BF184FD1; Tue, 9 Dec 2003 09:21:27 -0500 (EST) Date: Tue, 9 Dec 2003 09:21:27 -0500 From: Jason Stewart To: Drew Tomlinson Message-ID: <20031209142127.GD2730@rtl.org> Mail-Followup-To: Drew Tomlinson , FreeBSD Questions References: <025101c3be5b$66080990$0301a8c0@bigdaddy> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <025101c3be5b$66080990$0301a8c0@bigdaddy> User-Agent: Mutt/1.4.1i cc: FreeBSD Questions Subject: Re: How to Setup Reverse DNS on LAN? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Dec 2003 14:19:07 -0000 On 09/12/03 05:50 -0800, Drew Tomlinson wrote: > When connecting via ssh to my FBSD boxes, it takes over a minute before the > connection is established. Searching the archives suggests that this is due > to a failed reverse DNS lookup that must time out before connecting. > Suggestions include adding the hosts to the local host file which I've done. > However this does not seem to provide reverse DNS resolution which appears > required. > Short of setting up named, is there a way to solve my problem? Are you using privilege separation? If you are, the ssh daemon is not looking for hosts in /etc. It will be looking somewhere else for the /etc/hosts file. Are you using sshd from the base? Jason