有没有办法配置 tftp 重试限制超过 20?

问题描述

我正在使用 xinet tftp 服务器。每次重试 20 次后连接都会重置。

Connect to tftp server 172.18.240.172 ...
; sending through gateway 10.124.7.1

T #T T T ##T T #T #T T #T #T T T T ###T #T ##T ###T T ###T ##
Retry count exceeded; starting again

我的 tftp 配置:

root# cat /etc/xinetd.d/tftp 
service tftp
{
protocol        = udp
port            = 69
socket_type     = dgram
wait            = yes
user            = nobody
server          = /usr/sbin/in.tftpd
server_args     = /tftpboot
disable         = no
}                                                                                                                                                                                                             ```

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)