> 
> 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/*

Hi Nate,

Thanks for your suggestion. 

The "netstat -an | grep 69 | grep udp" yielded

"udp        0      0 0.0.0.0:69              0.0.0.0:*"

I don't know what to make out of this. I would appreciate very much if
you shed some light on this.

When I did grep on the log files I found the following:

"Jan 28 12:33:22 localhost in.tftpd[2215]: cannot bind to local socket:
Permission denied"

I suppose there is some permissions issue. Please tell me what I need to
do?

Thanks in advance

Srini




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

Reply via email to