How to Fix “firewall-cmd: command not found” Error in ubuntu

sudo apt-get install firewalld

Next, start firewalld and enable it to auto-start at system boot, then check its status.

 

sudo systemctl start firewalld
sudo systemctl enable firewalld
sudo systemctl status firewalld

 

CephMonitors之间默认使用 6789 端口通信

 

 

sudo firewall-cmd --zone=public --add-port=6789/tcp --permanent
sudo firewall-cmd --reload

 

 

 

 


版权声明:本文为ChibiMarukoChan原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。