Srini Amble said:
> I am trying to set up the tftp server on my Pentium host running Red Hat
> 8.0. This is required to boot my target board. The TFTP client is timing
> out. I have placed the boot file in /tftpboot directory on my host. So far
> I have not been successful. My /etc/xinetd.d/tftp settings are:

run netstat -an | grep 69 | grep udp

to be sure it's listening, on my debian box which has tftp:

udp        0      0 10.10.10.1:69           0.0.0.0:*

(I have it bind to eth1 instead of all interfaces)

next check the logs in /var/log for any messages there, perhaps
just grep tftp /var/log/*

nate





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to