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
El 18/7/16 a las 14:55, ranshalit@gmail.com escribió:
Hello,
I am trying to install tftp on 6.8 version. But I can't pull any file from tftp.
- /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?