I am trying to tftp from a cisco router on my lan, but it is not working. All I see are these errors in the log. I can "tftp localhost" without a problem as well. Any suggestions on what I can check next? I don't see too much troubleshooting available search via google. Thanks. [root at 170 chadr]# uname -a Linux 2.6.16-1.2111_FC4 #1 Sat May 20 19:59:40 EDT 2006 i686 i686 i386 GNU/Linux [root at 170 chadr]# tail -f /var/log/messages Jun 12 18:35:03 170 in.tftpd[24311]: RRQ from 12.103.87.168 filename 2.txt Jun 12 18:35:07 170 in.tftpd[24313]: RRQ from 12.103.87.168 filename 2.txt Jun 12 18:35:12 170 in.tftpd[24314]: RRQ from 12.103.87.168 filename 2.txt Jun 12 18:35:18 170 in.tftpd[24316]: RRQ from 12.103.87.168 filename 2.txt Jun 12 18:35:25 170 in.tftpd[24317]: RRQ from 12.103.87.168 filename 2.txt Jun 12 18:36:06 170 in.tftpd[24321]: WRQ from 12.103.87.168 filename jp831ra20b1ee98-confg Jun 12 18:36:09 170 in.tftpd[24322]: WRQ from 12.103.87.168 filename jp831ra20b1ee98-confg Jun 12 18:36:13 170 in.tftpd[24323]: WRQ from 12.103.87.168 filename jp831ra20b1ee98-confg Jun 12 18:36:18 170 in.tftpd[24325]: WRQ from 12.103.87.168 filename jp831ra20b1ee98-confg Jun 12 18:36:24 170 in.tftpd[24326]: WRQ from 12.103.87.168 filename jp831ra20b1ee98-confg [root at 170 chadr]# cat /etc/xinetd.d/tftp # default: off # description: The tftp server serves files using the trivial file transfer \ # protocol. The tftp protocol is often used to boot diskless \ # workstations, download configuration files to network-aware printers, \ # and to start the installation process for some operating systems. service tftp { socket_type = dgram protocol = udp wait = yes user = root server = /usr/sbin/in.tftpd server_args = -v -v -v -v -s /home/tf-user/tftpdir -c -u tf-user disable = no per_source = 11 cps = 100 2 flags = IPv4 } [root at 170 chadr]#