首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 操作系统 > UNIXLINUX >

ubuntu11.04环境tftp Transfer timed out.解决思路

2012-11-10 
ubuntu11.04环境tftp Transfer timed out.tftp localhosttptpget test.cxinetd start/running, process 2

ubuntu11.04环境tftp Transfer timed out.
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.

有知道的说下,以前没遇到这个问题


[解决办法]
同样遇到这样的问题
望高人解决
[解决办法]
http://www.360doc.com/content/10/0428/11/496343_25245558.shtml
楼主要不也尝试一下这样
我这边可以工作了

热点排行