From owner-freebsd-questions Tue Aug 20 14:42:32 2002 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 8520137B400 for ; Tue, 20 Aug 2002 14:42:29 -0700 (PDT) Received: from fep4.cogeco.net (smtp.cogeco.net [216.221.81.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0135443E3B for ; Tue, 20 Aug 2002 14:42:29 -0700 (PDT) (envelope-from dlavigne6@cogeco.ca) Received: from d226-39-211.home.cgocable.net (d226-39-211.home.cgocable.net [24.226.39.211]) by fep4.cogeco.net (Postfix) with ESMTP id 9E80A81AF; Tue, 20 Aug 2002 17:42:27 -0400 (EDT) Date: Tue, 20 Aug 2002 17:48:28 -0400 (EDT) From: Dru X-X-Sender: dlavigne6@x1-6-00-80-c8-3a-b8-46.kico2.on.cogeco.ca To: Jess Fiorelli Cc: questions@FreeBSD.ORG Subject: Re: Problems with tftp In-Reply-To: <1029874559.22460.724.camel@dhcp-hst2-81> Message-ID: <20020820174327.A212-100000@x1-6-00-80-c8-3a-b8-46.kico2.on.cogeco.ca> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 20 Aug 2002, Jess Fiorelli wrote: > Hello. I've been having some problems getting my new FreeBSD 4.6-stable > server to accept tftp connections from our router. When I try to connect > into the server from the router, I get a message on the cisco router saying > "TFTP: error code 1 received - File not found". On the FreeBSD server I > get the following messages in /var/log/messages: Hi Jess, Have you also done the following on the FreeBSD system: mkdir /tftpboot touch /tftpboot/name_of_destination_file chmod -R 777 /tftpboot For example, if you're going to backup your IOS, create a file called old_ios (or whatever is useful to you) and specify that as the destination filename when you do your "copy flash tftp". Also, did you send a signal 1 to inetd to inform it of your changes to inetd.conf? Dru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message