lnmpa环境,如何禁止某IP扫描服务器?
如标题,用了iptables -I INPUT -s x.x.x.x -j DROP 这个命令没用请问怎么拒绝某IP扫描服务器站点的
iptables可能设置问题,iptables -L -n 看一下
也可以参考 https://www.vpser.net 上的iptables 教程
iptables还是最省资源最快的方法
nginx上也可以设置,对应虚拟主机配置文件中直接 deny ip; 就可以了 licess 发表于 2019-6-18 09:41
iptables可能设置问题,iptables -L -n 看一下
也可以参考 https://www.vpser.net 上的iptables 教程
iptab ...
谢谢回复,nginx怎么设置? caiheqing 发表于 2019-6-18 11:20
谢谢回复,nginx怎么设置?
前面说了“对应虚拟主机配置文件中直接 deny ip; 就可以了"
也可以自己去阅读一下官网文档 http://nginx.org/cn/docs/http/ngx_http_access_module.html
页:
[1]