Jerry Geis wrote: ...
Now from another computer on the network I am trying manually "tftp IP -c get myfile" and nothing happens.
Works for me (F7 client, Centos 5 server).
/tftpboot permissions are: drwxr-xr-x 4 root root 4096 Oct 2 16:26 tftpboot the myfile is also world readable in that directory.
I have disabled the iptables "service iptables stop".
What about firewall on _client_?
What does tcpdump port 69 show on _client_ when you try tftp'ing?
I get:
server tcpdump port 69:
14:33:28.366478 IP mk.crc.dk.34258 > server1.crc.dk.tftp: 20 RRQ "test.dat" netascii
client tcpdump port 69: 14:33:28.366884 IP mk.crc.dk.34258 > server1.crc.dk.tftp: 20 RRQ "test.dat" netascii
Mogens