zookeeper: zkServer.sh status没有到主机的路由

没有到主机的路由这种问题很常见,多数是由机器的防火墙没有关闭。

Ubuntu
查看防火墙状态
ufw status

关闭防火墙
ufw disable

centos6
查看防火墙状态
service iptables status

关闭防火墙
chkconfig iptables off

centos7
查看防火墙状态
firewall-cmd --state

关闭防火墙
systemctl stop firewalld.service

永久关闭

systemctl disable firewalld.service

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-03
  • 2022-01-01
  • 2021-09-29
  • 2022-12-23
  • 2022-01-19
  • 2022-12-23
猜你喜欢
  • 2021-05-22
  • 2022-01-08
  • 2021-09-17
  • 2021-11-11
  • 2021-04-04
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案