Date: Tue, 20 Aug 2002 17:48:28 -0400 (EDT) From: Dru <dlavigne6@cogeco.ca> To: Jess Fiorelli <jfiorelli@schwartz-pr.com> Cc: questions@FreeBSD.ORG Subject: Re: Problems with tftp Message-ID: <20020820174327.A212-100000@x1-6-00-80-c8-3a-b8-46.kico2.on.cogeco.ca> In-Reply-To: <1029874559.22460.724.camel@dhcp-hst2-81>
next in thread | previous in thread | raw e-mail | index | archive | help
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: <snip> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020820174327.A212-100000>