From owner-freebsd-questions@FreeBSD.ORG Wed Apr 16 09:21:51 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 10D6137B401 for ; Wed, 16 Apr 2003 09:21:51 -0700 (PDT) Received: from mail.inetcomm.ru (mail.inetcomm.ru [212.152.32.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BFDC43FCB for ; Wed, 16 Apr 2003 09:21:50 -0700 (PDT) (envelope-from mangoost@inetcomm.ru) Received: by mail.inetcomm.ru (Postfix, from userid 90) id 82901179A3; Wed, 16 Apr 2003 20:21:48 +0400 (MSD) Received: from mangoost.tronet.troitsk.ru (spirit.tronet.ru [212.152.36.114]) by mail.inetcomm.ru (Postfix) with SMTP id C2313178E9 for ; Wed, 16 Apr 2003 20:21:46 +0400 (MSD) Date: Wed, 16 Apr 2003 20:23:19 +0000 From: alex To: freebsd-questions@freebsd.org Message-Id: <20030416202319.4854f7ec.mangoost@inetcomm.ru> In-Reply-To: <3E9D51D2.4030001@potentialtech.com> References: <20030416124028.95569.qmail@web20712.mail.yahoo.com> <3E9D51D2.4030001@potentialtech.com> X-Mailer: Sylpheed version 0.8.11claws (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit Subject: Re: FTP gone Slow 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: Wed, 16 Apr 2003 16:21:51 -0000 On Wed, 16 Apr 2003 08:51:30 -0400 Bill Moran wrote: > Gavin Kenny wrote: > > --- Bill Moran wrote: > > > Gavin Kenny wrote: > > > >>>Hi Guys, > >>> > >>>I have been running FBSD4.4 quite happily for a > >> > >>while > >> > >>>now and I have recently got this problem. > >>> > >>>When I FTP into my box it connects fine but then > >> > >>takes > >> > >>>ages before I get a login prompt. > >>> > >>>It never used to do this, the login prompt used to > >> > >>be > >> > >>>instantaneous. > >>> > >>>Any ideas what I have done to mess this up? > >> > >>Have you done any diagnostic testing at all? I know > >>you didn't > >>do any searching, as this is discussed on this list > >>alone about > >>every two weeks and you would have found it if you'd > >>searched > >>google. > >> > >>My first guess would be that your reverse DNS broke > >>at some point. > >>Generally what happens, is that the FTP daemon is > >>waiting for an > >>RDNS request to return so it has a hostname to put > >>in the logs. If > >>the RDNS is broken, it waits until timeout (30 sec > >>is the norm I > >>believe) before logging you in. > >> > >>Easy way to find out if this is the problem is the > >>host command. > >>host 55.55.55.55 > >>(substitute your IP address for 55.55.55.55) > >>If you don't get a hostname, this is likely to be > >>the problem. > > > > Apologies, I was being lazy, you are right I had > > better do some searching. > > > > I am not running DNS (it is just a little network I > > use to develop on, and I ftp the IP address to move SW > > about) it is strange as the other machines work just > > fine. This one has a problem. > > You really don't have much choice, as many programs use > DNS without even you knowing it. > Despite the size of your network, you're probably best > off to have a working local DNS server to prevent > problems before they occur. I'm not sure, that the problem is in DNS, but, if you do not whant to run a DNS server, you may use /etc/hosts to bind names and adresses. > > -- > Bill Moran > Potential Technologies > http://www.potentialtech.com > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > -- root@mangoost:~# cat /var/log/messages | grep -i windows сав 16 20:15:49 mangoost.tronet.troitsk.ru system_check[199]: Unauthorized object 'MS-WINDOWS' has been detected and successfully removed from the system. root@mangoost:~#