Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

stop and disable FirewallD

Check the status of the firewalld service:
systemctl status firewalld.service
The status displays as active (running) or inactive (dead).

If the firewall is active / running, enter this command to stop it:
systemctl stop firewalld.service

To completely disable the firewalld service, so it does not reload when you restart the host machine:
systemctl disable firewalld.service

Verify the status of the firewalld service:
systemctl status firewalld.service

The status should display as disabled and inactive (dead).
firewalld.service - firewalld - dynamic firewall daemon
  Loaded: loaded (/usr/lib/systemd/system/firewalld.service; disabled; vendor preset: enabled)
  Active: inactive (dead)

Repeat these steps for all host machines.
The firewalld service is stopped and disabled. You can now start the CLC and other host machines.

Postrequisites
You should re-enable the firewall after installation is complete.

Comments

Popular posts from this blog

How to find the server is whether standby (slave) or primary(master) in Postgresql replication ?

7 Steps to configure BDR replication in postgresql

How to Get Table Size, Database Size, Indexes Size, schema Size, Tablespace Size, column Size in PostgreSQL Database

Ora2PG - Oracle/MySQL to Postgres DB migration Version 20.0

PostgreSQL Introduction