我对 Ubuntu 14.04 版有点陌生:
没有可用的 LSB 模块。
我正在尝试设置 tftp 服务器,主要用于备份 cisco ios 配置。我已经按照我可以的所有教程进行了操作,但一无所获。问题好像是超时了,等待客户端的写请求:
在我尝试转移之前:
ps -aux | grep tftp
root 7804 0.0 0.0 15128 160 ? Ss 10:48 0:00 /usr/sbin/in.tftpd --listen --user tftp --address 0.0.0.0:69 --secure -c -vv -i /var/lib/tftpboot
Run Code Online (Sandbox Code Playgroud)
在我使用 Windows 7 tftp 客户端发送放置请求后:
jarrod@Dangerfield:~$ ps -aux | grep tftp
root 7804 0.0 0.0 15128 160 ? Ss 10:48 0:00 /usr/sbin/in.tftpd --listen --user tftp --address 0.0.0.0:69 --secure -c -vv -i /var/lib/tftpboot
tftp 8819 0.0 0.0 15132 632 ? S …Run Code Online (Sandbox Code Playgroud)