MongoDB无法远程连接到在ubuntu上运行的Mongod

时间:2017-04-30 12:45:10

标签: mongodb ubuntu

这是PC客户端,它与我们的ubuntu服务器连接良好,我们可以ping它并使用filezilla并远程控制它和一切,但是我们无法连接到在ubuntu服务器上运行的mongod

This is the PC client, it has good connection to our ubuntu server, we can ping it and use filezilla and remote control it and everything, but we cannot connect to mongod running on the ubuntu server

首先我们认为是防火墙(在stackoverflow上读取你必须将mongods端口添加到防火墙,所以我们这样做了)。

enter image description here

我们尝试了一切 - 重新安装 - bind_ip = 10.5.50.16 port = 27017和bind_ip = 0.0.0.0 port 27017等等......

这是一个全新的装置 - 我们缺少什么?

1 个答案:

答案 0 :(得分:0)

我们找到了解决方案。要从另一台机器访问mongodb,必须将0.0.0.0添加到服务器的ip表中:"添加端口mongo"。我希望这可以帮助那些在连接方面遇到类似问题的人。

https://docs.mongodb.com/manual/tutorial/configure-linux-iptables-firewall/