1 查看防火墙状态
[root@lvxinghao ~]# systemctl status firewalld
2 查看开机是否启动防火墙服务
[root@lvxinghao ~]# systemctl is-enabled firewalld
3 关闭防火墙
[root@lvxinghao ~]# systemctl stop firewalld
[root@lvxinghao ~]# systemctl status firewalld
4 禁用防火墙(系统启动时不启动防火墙服务)
[root@lvxinghao ~]# systemctl disable firewalld
[root@lvxinghao ~]# systemctl is-enabled firewalld
相关文章
- 02-01【快速查阅】Linux下启动和关闭Weblogic(管理服务器+被管服务器)
- 02-01CentOS7关闭防火墙
- 02-01RedHat 7关闭防火墙方法
- 02-01解决CentOS7关闭/开启防火墙出现Unit iptables.service failed to load: No such file or directory.
- 02-01Win7/8/8.1系统中针对SSD需要禁用和改动的服务(转)
- 02-01CentOs7 使用iptables防火墙开启关闭端口
- 02-01Linux Centos7 环境基于Docker部署Zookeeper服务搭建实战
- 02-01GIT-Linux(CentOS7)系统部署git服务器
- 02-01Linux防火墙(Iptables)的开启与关闭
- 02-01查看、关闭linux自启动网络服务