Linux 防火墙的设置

1,查看防火墙的默认规则

iptables -vnL

2,关闭防火墙

systemcfl stop firealld.service

3,设置开机不启动防火墙

systemcfl disable firewalld.service

4,临时关闭selinux

setenforce 0

5,永久关闭selinux

vim /etc/selinux/config

在config这个文件中将:SELINUX=enforcing 更改为:SELINUX=disabled

上一篇:Zabbix 4.4 仪表盘报错!!(zabbix服务器端运行中 显示为“不” Zabbix server is running No)【转】


下一篇:永久关闭selinux