Rate This Document
Findability
Accuracy
Completeness
Readability

Disabling the Firewall

In the test environment, the firewall is disabled to avoid network impact. Configure the firewall based on the actual requirements.

  1. Stop the firewall.
    systemctl stop firewalld.service
  2. Disable the firewall.
    systemctl disable firewalld.service
  3. Check the firewall status and ensure that it is disabled. If "Active: inactive (dead)" is displayed, the firewall service is disabled.
    systemctl status firewalld.service