I did the following to setup the tftp server.
Download tftp from ftp://ftp.kernel.org/pub/software/network/tftp/tftp-0.40.bz2 tar -jxvf tftp-0.40.bz2 cd tftp-0.40 make make install mkdir /tftpboot chmod 777 /tftpboot chown nobody:nobody /tftpboot changed /etc/xinetd.d/tftp file to "disable no" service xinetd restart
Now when I connect I get in /var/log/messages "tftpd: read(ack): Connection refused"
I even rebooted - get same message I did "iptables -f" - get the same message
Any ideas why I cannot connect? seems to be running.
Jerry
On Thu, Apr 14, 2005 at 09:27:17AM -0500, Jerry Geis wrote:
I did the following to setup the tftp server.
Download tftp from ftp://ftp.kernel.org/pub/software/network/tftp/tftp-0.40.bz2
...
why did you do that?
-> yum -y install tftp-server ...
If you start adding recompiled programs, you are on your own :(
.02 cents
Tru