caiheqing 发表于 2019-6-18 08:49:06

lnmpa环境,如何禁止某IP扫描服务器?

如标题,用了iptables -I INPUT -s x.x.x.x -j DROP 这个命令没用
请问怎么拒绝某IP扫描服务器站点的


licess 发表于 2019-6-18 09:41:15

iptables可能设置问题,iptables -L -n 看一下
也可以参考 https://www.vpser.net 上的iptables 教程
iptables还是最省资源最快的方法

nginx上也可以设置,对应虚拟主机配置文件中直接 deny ip; 就可以了

caiheqing 发表于 2019-6-18 11:20:55

licess 发表于 2019-6-18 09:41
iptables可能设置问题,iptables -L -n 看一下
也可以参考 https://www.vpser.net 上的iptables 教程
iptab ...

谢谢回复,nginx怎么设置?

licess 发表于 2019-6-18 14:37:25

caiheqing 发表于 2019-6-18 11:20
谢谢回复,nginx怎么设置?

前面说了“对应虚拟主机配置文件中直接 deny ip; 就可以了"
也可以自己去阅读一下官网文档 http://nginx.org/cn/docs/http/ngx_http_access_module.html
页: [1]
查看完整版本: lnmpa环境,如何禁止某IP扫描服务器?