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 ?

Regards,
Ran
--
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

Reply via email to