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
2023-07-30 15:11:04
iptables -vnL
systemcfl stop firealld.service
systemcfl disable firewalld.service
setenforce 0
vim /etc/selinux/config
在config这个文件中将:SELINUX=enforcing 更改为:SELINUX=disabled