LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   TFTP not working (https://www.linuxquestions.org/questions/linux-networking-3/tftp-not-working-4763/)

bash 07-26-2001 07:51 PM

TFTP not working
 
Hi,

I am trying to set up a TFTP server on my Redhat 6.2 m/c.

I have installed the server and the client packages.
I uncommented the line in /etc/inetd.conf containing the tftp settings and restarted inet.
Then,I do a "tftp <IPADDR>".
When I do a "get test" at the tftp prompt, nothing happens.It just exits telling that the transfer timed out.

test is a file that I have created under /tftpboot directory with 666 permission.

I think the server is not responding.

TIA

DavidPhillips 07-28-2001 01:05 AM

What server are you connecting too?


Are you trying as root, try a different user.


[user@beta user]$ tftp ftp.redhat.com
tftp> status
Connected to ftp.redhat.com.
Mode: netascii Verbose: off Tracing: off
Rexmt-interval: 5 seconds, Max-timeout: 25 seconds


are you using 127.0.0.1?

is it denied by hosts.deny / hosts.allow?



All times are GMT -5. The time now is 07:56 PM.