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:

service tftp
{
        disable = no
        socket_type             = dgram
        protocol                = udp
        wait                    = yes
        user                    = nobody
        server                  = /usr/sbin/in.tftpd
        server_args             = -l -s /tftpboot
        per_source              = 11
        cps                     = 100 2
        log_on_success          += USERID
        log_on_failure          += USERID
}


Can somebody please point me to where I am doing anything wrong and how
I can diagnose the problem further?

I look forward to helpful advice.

Many thanks

Srini






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

Reply via email to