From owner-freebsd-stable@FreeBSD.ORG Sun Oct 31 07:49:40 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E2D016A4CE for ; Sun, 31 Oct 2004 07:49:40 +0000 (GMT) Received: from auk2.snu.ac.kr (auk2.snu.ac.kr [147.46.100.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1D2843D2F for ; Sun, 31 Oct 2004 07:49:39 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: from [147.46.44.181] (spamrefuse@yahoo.com) by auk2.snu.ac.kr (Terrace Internet Messaging Server) with ESMTP id 2004103116:49:11:057417.7481.2951027632 for ; Sun, 31 Oct 2004 16:49:11 +0900 (KST) Message-ID: <41849903.5040508@yahoo.com> Date: Sun, 31 Oct 2004 16:49:23 +0900 From: Rob User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041017 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Maxim V Tretjyakov , freebsd-stable@freebsd.org References: <1589946863.20041031105909@dom-sp.ru> In-Reply-To: <1589946863.20041031105909@dom-sp.ru> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-TERRACE-SPAMMARK: YES-__TRSYS_LV__3 (SR:-1.55) (SRN:SPAMROBOT) ----------------- Subject: Re: TFTPD timeout X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Oct 2004 07:49:40 -0000 Maxim V Tretjyakov wrote: > >>Do you have an entry for tftpd in /etc/hosts.allow ? > > > Yes, there is: > ALL : ALL : allow > > I never changed this file. I have a tftp server running on a master PC for a cluster of diskless PCs (though this is a 5.3 system). When using the proper hostnames or IP numbers with tftp, it works just fine. So far I had never tried with localhost, so I did it just now. Whatever I do with localhost, it never allows tftp. So apparently there's something build-in that does not allow tftp over localhost. It also doesn't make much sense to use tftp for localhost, does it? Have you tried to use the proper IP number with tftp? R.