the 9000 port of 10.22.17.132 is not addressable for other servers.

原创
2019/06/17 14:27
阅读数 80

存在的问题

  • the 9000 port of 10.22.17.132 is not addressable for other servers.
  • 50070 is not addressable too

解决办法

firewall-cmd --get-active-zones
firewall-cmd --zone=public --add-port=50070/tcp --permanent
firewall-cmd --zone=public --add-port=9000/tcp --permanent 
firewall-cmd --reload

setenforce 0
vim /etc/selinux/config
# --> SELINUX=disabled

参考资料

展开阅读全文
加载中

作者的其它热门文章

打赏
0
0 收藏
分享
打赏
0 评论
0 收藏
0
分享
返回顶部
顶部