Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 Dec 1999 12:54:20 -0600
From:      "Jonathan E. Lyons" <parrothd@midwest.net>
To:        "Koyo Kumagai" <SysAdmin@po.teleway.ne.jp>, <questions@FreeBSD.ORG>
Subject:   Re: Slow response for login prompts
Message-ID:  <3.0.5.32.19991201125420.00b09800@midwest.net>
In-Reply-To: <000d01bf3bef$a0d63a80$1e0800d3@sysadmins.org>

next in thread | previous in thread | raw e-mail | index | archive | help
The 3.x machine is trying to resolve the IP address that your telneting
from. Since this is your home network, you're probably using the 10.10.10.x
or 192.168.1.x address you can edit the /etc/hosts file, and enter
something like;

192.168.1.15	testmachine
10.10.0.10	testmachine2

Then edit the file /etc/hosts.conf file change the resovle order from bind
then hosts to hosts then bind. This will tell the BSD machine to check the
hosts file first, then try and perform a nslookup on the IP address.. 



11:24pm@parrothd/etc>more /etc/host.conf
# $Id: host.conf,v 1.2 1993/11/07 01:02:57 wollman Exp $
# Default is to use the nameserver first
hosts
# If that doesn't work, then try the /etc/hosts file
bind
# If you have YP/NIS configured, uncomment the next line
# nis
11:24pm@parrothd/etc>


Later

At 08:31 PM 12/1/99 +0900, Koyo Kumagai wrote:
>Hello people. I've just joined this list.
>
>Recently, I have started gaining more interest in UNIX than any other OS,
>and certainly over the OS I work with everyday. :-)
>
>I've installed FreeBSD 2.2.8 and 3.2 on two of my home servers, and
>especially 3.2 is very very slow coming back with a login prompt when trying
>to telnet in... 2.2.8 is better, but it's very random - sometimes it comes
>back instantly, and other times it takes just as long as 3.2. Once inside,
>things are very smooth.
>
>For this very reason I get timed out attempts when trying to open xterm
>through Exceed as well.
>
>Can anybody help me out here? Sorry, I'm a complete beginner to UNIX...
>
>

Jonathan E. Lyons 			
parrothd@midwest.net			Nucleus Consulting	
ICQ # 14226912			www.nucleusconsulting.com
Cell # 773-251-1967			A+, MCSE, CCNA, FreeBSD!



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3.0.5.32.19991201125420.00b09800>