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



猜你喜欢

转载自blog.csdn.net/chibimarukochan/article/details/79216313
今日推荐