>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
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to