How to permanently turn off the firewall in centOS7

藏色散人
Release: 2020-10-20 14:06:39
forward
23737 people have browsed it

The following column centos Getting Started Tutorial will introduce to you how to permanently turn off the firewall in centOS7. I hope it will be helpful to friends in need!

How to permanently turn off the firewall in centOS7

Check the firewall status: systemctl status firewalld.service

Green running indicates that the firewall is on

Execute shutdown Command: systemctl stop firewalld.service

Execute the command to view the firewall again: systemctl status firewalld.service

Execute the command to disable the firewall auto-start at boot: systemctl disable firewalld.service

Complete

##================== ===========================================

About Other commands for the firewall:

Start:

systemctl start firewalld.service

The firewall starts when the system is started:

systemctl enable firewalld.service

The above is the detailed content of How to permanently turn off the firewall in centOS7. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:csdn.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template