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

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

相关文章:

  • 2021-05-09
  • 2021-10-03
  • 2021-12-11
  • 2021-10-19
  • 2021-11-30
  • 2022-02-01
  • 2021-12-01
猜你喜欢
  • 2022-12-23
  • 2022-02-19
  • 2021-07-04
  • 2021-07-29
  • 2021-07-03
  • 2021-12-12
相关资源
相似解决方案