Disabling firewalld

  • Disable the firewalld in the tenant’s node (Ubuntu) where the AppViewX Cloud Connector is to be installed.

    To check the current status of firewalld, execute the command given below: sudo ufw status

    To permanently disable firewalld, execute the command given below: sudo ufw disable

  • Disable the firewalld in the tenant’s node (CentOS and RedHat) where the AppViewX Cloud Connector is to be installed.

    To check the current status of firewalld, execute the command given below: sudo systemctl status firewalld --now

    To permanently disable the firewalld, execute the command given below: sudo systemctl disable firewalld --now

    To restrict other devices from enabling the firewalld, execute the command given below: sudo systemctl mask firewalld --now