El 18/7/16 a las 14:55, ransha...@gmail.com escribió:
Hello,

I am trying to install tftp on 6.8 version.
But I can't pull any file from tftp.

1. /etc/xinet.d/conf:
service tftp
{
        disable                 = no
        socket_type             = dgram
        protocol                = udp
        wait                    = yes
        user                    = nobody
        server                  = /usr/sbin/in.tftpd
        server_args             =  -c -p -s /var/lib/tftpboot
        per_source              = 11
        cps                     = 100 2
        flags                   = IPv4
}
2. I've start the service:
service xinetd start
3. I've chmod of /var/lib/tftpboot and its files.
4. I've also tried to disable firewall:
# /etc/init.d/iptables save
# /etc/init.d/iptables stop
# chkconfig iptables off

But I still can't pull any file from tftp.

Is there any idea what's wrong ?


Did you install tftp-server? ( yum install tftp-server )

What mode did you set the files in tftpboot?
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
  • can't use tftp ranshalit
    • Re: can't use tftp Jose Maria Terry Jimenez

Reply via email to