From owner-freebsd-questions@FreeBSD.ORG Sat Oct 30 15:51:21 2004 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 68D0316A4CE for ; Sat, 30 Oct 2004 15:51:21 +0000 (GMT) Received: from web51305.mail.yahoo.com (web51305.mail.yahoo.com [206.190.38.171]) by mx1.FreeBSD.org (Postfix) with SMTP id 2A10B43D1D for ; Sat, 30 Oct 2004 15:51:21 +0000 (GMT) (envelope-from gooober33-freebsd@yahoo.com) Message-ID: <20041030155120.53893.qmail@web51305.mail.yahoo.com> Received: from [216.23.59.188] by web51305.mail.yahoo.com via HTTP; Sat, 30 Oct 2004 08:51:20 PDT Date: Sat, 30 Oct 2004 08:51:20 -0700 (PDT) From: BSDjunkie To: Maxim V Tretjyakov , FreeBSD Questions In-Reply-To: <907541606.20041030175102@dom-sp.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: TFTPD timeout X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: gooober33-freebsd@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Oct 2004 15:51:21 -0000 --- Maxim V Tretjyakov wrote: > Hello freebsd-stable, > > I've got a problem with tftpd - when somebody wants > to get file this > fails with timeout messages. > load# tftp localhost > tftp> get pxeboot > Transfer timed out. If you are using a xdsl connection, or if you are behind a firewall then you need to use passive ftp. man .netrc See if this helps... Mark