1、首先将xshell软件打开并连接到centos,(当然在直接在centos 中也可操作)
查看防火墙状态
systemctl status firewalld.service
2、输入命令关闭防火墙
systemctl stop firewalld.service
3、查看此时防火墙状态
4、永久关闭防火墙,即开机不启动
systemctl disable firewalld.service
ps: enable 为开机自启动
1、首先将xshell软件打开并连接到centos,(当然在直接在centos 中也可操作)
查看防火墙状态
systemctl status firewalld.service
2、输入命令关闭防火墙
systemctl stop firewalld.service
3、查看此时防火墙状态
4、永久关闭防火墙,即开机不启动
systemctl disable firewalld.service
ps: enable 为开机自启动