firewalld和netfilter selinux零时关闭防火墙 setenforce 0 selinux永久关闭 vim /etc/selinux/config 把SELINUX=enforcing 改为disabled 别改成下面的,会影响开机 更改后重启系统就可以了 可以用getenforce 查看状态 Centos7之前使用netfilter防火墙 Centos7开始使用firewalld防火墙 关闭firewalld开启netfilter方法 systemctl disable firewalled 不许开机启动 systemctl stop firewalld 停止服务 yum install -y iptables-services systemctl enable iptables systemctl start iptables 开启netfillter iptables -nvL 查看规则
firewalld和netfilter
原创
©著作权归作者所有:来自51CTO博客作者ys杨国纬的原创作品,请联系作者获取转载授权,否则将追究法律责任
上一篇:Linux网络相关
下一篇:netfilter5表5链介绍
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
selinux 、firewalld 、 netfilter 及其5表5链
selinux 、firewalld 、 netfilter 及其5表5链
selinux firewalld netfilter