〖Linux〗Ubuntu13.10,配置tftp服务器
发布日期:2021-09-08 01:45:01 浏览次数:39 分类:技术文章

本文共 501 字,大约阅读时间需要 1 分钟。

前言,配置了好久没有发现老是出问题tftp: server error: (2) Access violation,一般侦测之后...

1. 安装软件包:apt-get

sudo apt-get install tftpd tftp xinetd
2. 配置相关文件:vi /etc/xinetd.d/tftp
service tftp
{
protocol = udp
port = 69
socket_type = dgram
wait = yes
user = scue
server = /usr/sbin/in.tftpd
server_args = -s /media/Study/tftpserver
disable = no
}
3. 禁用原来配置:vi /etc/inetd.conf(原来是Ubuntu13.10默认配置了这行!!
#tftp dgram udp wait nobody /usr/sbin/tcpd /usr/sbin/in.tftpd /srv/tftp
4. 重启服务
sudo /etc/init.d/xinetd restart|force-reload

转载地址:https://blog.csdn.net/weixin_34310369/article/details/85590743 如侵犯您的版权,请留言回复原文章的地址,我们会给您删除此文章,给您带来不便请您谅解!

上一篇:oracle 10g 学习之客户端安装和配置(2)
下一篇:couchdb and redis

发表评论

最新留言

网站不错 人气很旺了 加油
[***.192.178.218]2024年03月28日 23时04分38秒