我要评分
获取效率
正确性
完整性
易理解

Disabling the Firewall

In the test environment, the firewall is disabled to avoid the network impact. Perform the operations in this section based on actual requirements.

  1. Stop the firewall service.
    1
    systemctl stop firewalld.service
    
  2. Disable the firewall.

    Once disabled, the firewall will not start upon OS startup.

    1
    systemctl disable firewalld.service
    
  3. View the firewall status.
    1
    systemctl status firewalld.service