Rate This Document
Findability
Accuracy
Completeness
Readability

Disabling the Firewall

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

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

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

  3. Check the firewall status.
    1
    systemctl status firewalld.service
    

    If "Active: inactive (dead)" is displayed, the firewall is disabled.