[CentOS] tftp in 6.2

Joseph L. Casale jcasale at activenetwerx.com
Thu Feb 2 13:25:53 UTC 2012


>I use tftp + pxe booting routinely on EL6.2. To get help, you're going
>to need to share much more information about your setup, the errors/log
>messages, and what you've tried to do thus far.

Right, but that's in a ro setup.

SELinux is disabled on this machine, perms on /var/lib/tftpboot are 777.
Xinetd's tft is defiend as follows:
service tftp
{
        socket_type        = dgram
        protocol             = udp
        wait                    = yes
        user                   = root
        server                = /usr/sbin/in.tftpd
        server_args         = -c -s /var/lib/tftpboot
        disable               = no
        per_source         = 11
        cps                     = 100 2
        flags                   = IPv4
}

Even with the verbosity turned up, I at most see only notices of connections in
syslog.

Thanks,
jlc


More information about the CentOS mailing list