From owner-freebsd-stable Tue Feb 27 9:13:14 2001 Delivered-To: freebsd-stable@freebsd.org Received: from ns.yogotech.com (ns.yogotech.com [206.127.123.66]) by hub.freebsd.org (Postfix) with ESMTP id 221BF37B718 for ; Tue, 27 Feb 2001 09:13:10 -0800 (PST) (envelope-from nate@yogotech.com) Received: from nomad.yogotech.com (nomad.yogotech.com [206.127.123.131]) by ns.yogotech.com (8.9.3/8.9.3) with ESMTP id KAA23372; Tue, 27 Feb 2001 10:13:08 -0700 (MST) (envelope-from nate@nomad.yogotech.com) Received: (from nate@localhost) by nomad.yogotech.com (8.8.8/8.8.8) id KAA01512; Tue, 27 Feb 2001 10:13:03 -0700 (MST) (envelope-from nate) From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15003.57375.775222.91091@nomad.yogotech.com> Date: Tue, 27 Feb 2001 10:13:03 -0700 (MST) To: Rich Morin Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Curious delay in telnet In-Reply-To: References: X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Reply-To: nate@yogotech.com (Nate Williams) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > When I first telnet from my FB4.1 system to my FB4.1 system, it prints: > > Trying 192.168.168.42... > Connected to fb42. > Escape character is '^]'. > > It then waits quite a long while (about a minute) before printing: > > FreeBSD/i386 (fb42.cfcl.com) (ttyp0) > > login: Try: 'telnet -N 192.168.168.42' -N Prevents IP address to name lookup when destination host is given as an IP address. If it comes up very quickly, it's a DNS/lookup issue. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message