Rate This Document
Findability
Accuracy
Completeness
Readability

Disabling the Firewall

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