码迷,mamicode.com
首页 > 其他好文 > 详细

tftp 限制ip 限制ip段 或者多个ip段访问

时间:2016-09-19 12:55:23      阅读:199      评论:0      收藏:0      [点我收藏+]

标签:

1 限制单个ip访问 tftp

配置tftp信息

vi /etc/xinetd.d/tftp

在 service tftp配置信息中添加  only_form =ip

重启 service xinetd restart

则只有 单个ip 的机器能访问此ftp服务

2 限制一个ip段访问 tftp

配置tftp信息

vi /etc/xinetd.d/tftp

在 service tftp配置信息中添加  only_form = ip段(例如 100.2.29.0/24)

重启 service xinetd restart

则只有 29段的机器能访问此ftp服务

3 限制多个ip段访问 tftp

配置tftp信息

vi /etc/xinetd.d/tftp

在 service tftp配置信息中添加  only_form = 100.2.29.0/24 100.2.27.0/24

多个ip段之间用空格分隔开

重启 service xinetd restart

则只有 29段和 27段的机器能访问此ftp服务

tftp 限制ip 限制ip段 或者多个ip段访问

标签:

原文地址:http://www.cnblogs.com/fb010001/p/5884542.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!