Centos7防火墙问题及端口说明
Posted haoxinchen
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos7防火墙问题及端口说明相关的知识,希望对你有一定的参考价值。
1、zookeeper的3个端口说明:
(1)2181:对client端提供服务;
(2)3888:选举leader使用;
(3)2888:集群内机器通讯使用(Leader监听此端口);
2、centos7无法启动防火墙的问题:
systemctl unmask firewalld.service 不屏蔽firewall服务
systemctl stop firewalld.service
systemctl start firewalld.service
查看防火墙状态的命令:
firewall-cmd --state
3、在centos7上部署的python项目,不要轻易启动防火墙,有可能外网无法访问;如果要开启防火墙,
则开放指定端口访问:c;
然后firewall-cmd --reload
4、启动nginx服务命令:systemctl restart nginx.service
以上是关于Centos7防火墙问题及端口说明的主要内容,如果未能解决你的问题,请参考以下文章