Thursday, January 22, 2026

Disable Firewall

Disable Firewalld (Permanent)
Disabling Firewalld prevents it from starting automatically on system reboot.

  1.  Check the current enable status:
    systemctl status firewalld
  2. Disable Firewalld at boot:
    systemctl disable firewalld
  3. Confirm that disabled:
    systemctl status firewalld
  4. To re-enable Firewalld later:
    systemctl enable firewalld

No comments:

Post a Comment

Please do not enter any spam link in the comments

Logical Standby in Oracle Data Guard Overview

  In Oracle Data Guard , a Logical Standby Database is a standby database that: Receives redo data from the Primary database Convert...