当前位置: 技术问答>linux和unix
ubuntu11.04环境tftp Transfer timed out.
来源: 互联网 发布时间:2017-03-03
本文导语: tftp localhost tptp>get test.c xinetd start/running, process 2204 zcg@zcg-Opt:~$ tftp localhost tftp> get test.c Transfer timed out. 我的配置过程: sudo apt-get install tftpd tftp xinetd 创建tftpboot目录,并赋权限777 -R 修改文件sudo vi /etc/xine...
tftp localhost
tptp>get test.c
xinetd start/running, process 2204
zcg@zcg-Opt:~$ tftp localhost
tftp> get test.c
Transfer timed out.
我的配置过程:
sudo apt-get install tftpd tftp xinetd
创建tftpboot目录,并赋权限777 -R
修改文件sudo vi /etc/xinetd.d/tftp
service tftp
{
protocol = udp
socket_type = dgram
wait = yes
user = nobody
server = /usr/sbin/in.tftpd
server_args = -c /home/zcg/tftpboot
disable = no
}
后重启xinetd:sudo /etc/init.d/xinetd restart
测试:zcg@zcg-Opt:~$ tftp localhost
tftp> get test.c
Transfer timed out.
有知道的说下,以前没遇到这个问题
tptp>get test.c
xinetd start/running, process 2204
zcg@zcg-Opt:~$ tftp localhost
tftp> get test.c
Transfer timed out.
我的配置过程:
sudo apt-get install tftpd tftp xinetd
创建tftpboot目录,并赋权限777 -R
修改文件sudo vi /etc/xinetd.d/tftp
service tftp
{
protocol = udp
socket_type = dgram
wait = yes
user = nobody
server = /usr/sbin/in.tftpd
server_args = -c /home/zcg/tftpboot
disable = no
}
后重启xinetd:sudo /etc/init.d/xinetd restart
测试:zcg@zcg-Opt:~$ tftp localhost
tftp> get test.c
Transfer timed out.
有知道的说下,以前没遇到这个问题
|
http://www.360doc.com/content/10/0428/11/496343_25245558.shtml
楼主要不也尝试一下这样
我这边可以工作了
楼主要不也尝试一下这样
我这边可以工作了
|
同样遇到这样的问题
望高人解决
望高人解决
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。