Re: TFTP server not working as expected when run from xinetd

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



Matt Arnilo S. Baluyos (Mailing Lists) wrote on Thu, 25 Oct 2007 13:27:37 
+0800:

> service tftp
> {
>         disable = no
>         socket_type             = dgram
>         protocol                = udp
>         wait                    = yes
>         user                    = root
>         server                  = /usr/sbin/in.tftpd
>         server_args             = --logfile /var/log/atftpd.log
>         per_source              = 11
>         cps                     = 100 2
>         flags                   = IPv4
> }

I'm missing the serverroot. This is what works for me (note, I changed the 
serverroot, default is /tftpboot):

service tftp
{
    socket_type     = dgram
    protocol        = udp
    wait            = yes
    user            = root
    server          = /usr/sbin/in.tftpd
    server_args     = -s /home/tftpboot
    #disable            = yes
    per_source      = 11
    cps         = 100 2
    flags           = IPv4
}

Kai

-- 
Kai Schätzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com



_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos

[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux