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 statusTo 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 --nowTo permanently disable the firewalld, execute the command given below:
sudo systemctl disable firewalld --nowTo restrict other devices from enabling the firewalld, execute the command given below:
sudo systemctl mask firewalld --now
