摘要: iptables配置文件 直接改iptables配置就可以了:vim /etc/sysconfig/iptables。 1、关闭所有的 INPUT FORWARD OUTPUT 只对某些端口开放。 下面是命令实现:iptables -P INPUT DROPiptables -P FORWARD D 阅读全文
posted @ 2019-10-22 17:56 FromScratch 阅读(261) 评论(0) 推荐(0) 编辑